Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about DLL loading [modified] Pin
prasad_som4-Mar-07 21:47
prasad_som4-Mar-07 21:47 
GeneralRe: about DLL loading Pin
mt_samiei4-Mar-07 22:04
mt_samiei4-Mar-07 22:04 
AnswerRe: about DLL loading Pin
CPallini4-Mar-07 22:03
mveCPallini4-Mar-07 22:03 
QuestionNeed Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 21:15
jipai4-Mar-07 21:15 
QuestionRe: Need Help With "error LNK2019: unresolved external symbol" Pin
prasad_som4-Mar-07 21:26
prasad_som4-Mar-07 21:26 
AnswerRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 21:52
jipai4-Mar-07 21:52 
AnswerRe: Need Help With "error LNK2019: unresolved external symbol" Pin
Cedric Moonen4-Mar-07 21:27
Cedric Moonen4-Mar-07 21:27 
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 22:54
jipai4-Mar-07 22:54 
Yes, I did add the static library Licensor.lib to the win32 project Linker -> Input -> Additional Dependencies setting, and the folder to the library path. It didn't complain about library not found. This is the command line:

/OUT:".\Debug\MyApp.exe" /INCREMENTAL /NOLOGO /LIBPATH:"..\chapp\Debug" /MANIFEST /MANIFESTFILE:".\Debug\MyApp.exe.intermediate.manifest" /DEBUG /PDB:"c:\Developer\Projects\MyApp.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT odbc32.lib odbccp32.lib Winmm.lib Licensor.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
Cedric Moonen4-Mar-07 23:05
Cedric Moonen4-Mar-07 23:05 
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai5-Mar-07 14:51
jipai5-Mar-07 14:51 
Questionabout parallel Port resources Pin
mt_samiei4-Mar-07 21:01
mt_samiei4-Mar-07 21:01 
QuestionAdding html help to an existing dialog based application Pin
harsh_29614-Mar-07 20:30
harsh_29614-Mar-07 20:30 
AnswerRe: Adding html help to an existing dialog based application Pin
Hamid_RT4-Mar-07 20:49
Hamid_RT4-Mar-07 20:49 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29614-Mar-07 21:58
harsh_29614-Mar-07 21:58 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT5-Mar-07 5:46
Hamid_RT5-Mar-07 5:46 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29616-Mar-07 18:38
harsh_29616-Mar-07 18:38 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT6-Mar-07 18:46
Hamid_RT6-Mar-07 18:46 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29616-Mar-07 19:52
harsh_29616-Mar-07 19:52 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT7-Mar-07 6:58
Hamid_RT7-Mar-07 6:58 
Questionwhere and how to write code for SetFont() for Dialog box in VC++? Pin
Atul234-Mar-07 20:29
Atul234-Mar-07 20:29 
AnswerRe: where and how to write code for SetFont() for Dialog box in VC++? Pin
Hamid_RT4-Mar-07 20:53
Hamid_RT4-Mar-07 20:53 
QuestionDB Connection Pin
Krishnatv4-Mar-07 20:09
Krishnatv4-Mar-07 20:09 
AnswerRe: DB Connection Pin
Hamid_RT4-Mar-07 20:52
Hamid_RT4-Mar-07 20:52 
AnswerRe: DB Connection Pin
krmed5-Mar-07 2:23
krmed5-Mar-07 2:23 
QuestionService problem Pin
david bagaturia4-Mar-07 19:34
david bagaturia4-Mar-07 19:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.