المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : in win32api problem working with dll



C++ Programming
01-18-2012, 07:25 AM
i create two file one dll and one lib.i was told that i need to put the two files in my project and run the vcproj.
and after i open i will be see in the project propoty in the linker->input-additional dependencies my LIB file.
that was not happen.
i write manual my lib file .
now i get error message


"Error 50 error LNK2019: unresolved external symbol _showall referenced in function _WndProc@16 1.obj
"
and

"Error 51 fatal error LNK1120: 1 unresolved externals C:\Documents and Settings\bla\My Documents\Visual Studio 2008\Projects\12121sdf\Debug\12121sdf.exe
"

someone know how to do this correct ? (without the wizard in the vs)