Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi13-Mar-06 6:10
yongwpi13-Mar-06 6:10 
AnswerRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
toxcct13-Mar-06 6:20
toxcct13-Mar-06 6:20 
GeneralRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi13-Mar-06 6:42
yongwpi13-Mar-06 6:42 
AnswerRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
Eytukan13-Mar-06 20:46
Eytukan13-Mar-06 20:46 
GeneralRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi15-Mar-06 17:07
yongwpi15-Mar-06 17:07 
Questionmysql and vc++6 Pin
viperlogic13-Mar-06 6:07
viperlogic13-Mar-06 6:07 
AnswerRe: mysql and vc++6 Pin
viperlogic13-Mar-06 6:14
viperlogic13-Mar-06 6:14 
GeneralRe: mysql and vc++6 Pin
Hardy_Smith13-Mar-06 6:21
Hardy_Smith13-Mar-06 6:21 
Is there a lib included in the package you downloaded?
If yes, you have not added it to your project. ( project, options, linker )

If you have sourcecode, add the sourcefiles ( the .c or .cpp ) to you project.

Your trace shows many warnings because you initialise some variables you never use and then the constructor from MysqlConnection is not found.
GeneralRe: mysql and vc++6 Pin
viperlogic13-Mar-06 6:32
viperlogic13-Mar-06 6:32 
GeneralRe: mysql and vc++6 Pin
Hardy_Smith13-Mar-06 6:45
Hardy_Smith13-Mar-06 6:45 
GeneralRe: mysql and vc++6 Pin
viperlogic13-Mar-06 7:08
viperlogic13-Mar-06 7:08 
QuestionReading contents of other apps Window Pin
Hardy_Smith13-Mar-06 5:53
Hardy_Smith13-Mar-06 5:53 
AnswerRe: Reading contents of other apps Window Pin
David Crow13-Mar-06 6:51
David Crow13-Mar-06 6:51 
GeneralRe: Reading contents of other apps Window Pin
Hardy_Smith13-Mar-06 6:56
Hardy_Smith13-Mar-06 6:56 
QuestionRe: Reading contents of other apps Window Pin
David Crow13-Mar-06 7:02
David Crow13-Mar-06 7:02 
AnswerRe: Reading contents of other apps Window Pin
Hardy_Smith13-Mar-06 20:22
Hardy_Smith13-Mar-06 20:22 
GeneralRe: Reading contents of other apps Window Pin
David Crow14-Mar-06 3:14
David Crow14-Mar-06 3:14 
Questionwhat is different cdialog and cdialogbar? Pin
derek713-Mar-06 5:12
derek713-Mar-06 5:12 
AnswerRe: what is different cdialog and cdialogbar? Pin
toxcct13-Mar-06 5:17
toxcct13-Mar-06 5:17 
Questionhow to get cview or cdocment object pointer? Pin
derek713-Mar-06 5:10
derek713-Mar-06 5:10 
AnswerRe: how to get cview or cdocment object pointer? Pin
Hardy_Smith13-Mar-06 6:37
Hardy_Smith13-Mar-06 6:37 
GeneralRe: how to get cview or cdocment object pointer? Pin
derek713-Mar-06 16:18
derek713-Mar-06 16:18 
QuestionPassing large char array information to dll Pin
Blubbo13-Mar-06 4:24
Blubbo13-Mar-06 4:24 
AnswerRe: Passing large char array information to dll Pin
Cedric Moonen13-Mar-06 4:36
Cedric Moonen13-Mar-06 4:36 
QuestionLine Counter for VS 2005 Beta Pin
Priyank Bolia13-Mar-06 4:05
Priyank Bolia13-Mar-06 4:05 

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.