visual studio 2003 linker problem

djt0506

Beta member
Messages
1
hi all. ok, heres my problem..

i have created a nice simple program that allows for the drawing of different shapes. i have a number of menus allready working when the user click the right mouse button. I have tried to add another menu, but when i did, i keep getting this error:

error LNK2019: unresolved external symbol "void __cdecl shapemenu1(int)" (?shapemenu1@@YAXH@Z) referenced in function _main
.\Debug/latesttest.exe : fatal error LNK1120: 1 unresolved externals


The program compiles ok allright, but the above linker error remains.


Thanks all in advance for helping me.
 
Back
Top Bottom