Click here to Skip to main content
15,913,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing an application's taskbar icon *on the fly* Pin
Taka Muraoka3-Nov-05 2:12
Taka Muraoka3-Nov-05 2:12 
GeneralRe: Changing an application's taskbar icon *on the fly* Pin
Trollslayer3-Nov-05 6:33
mentorTrollslayer3-Nov-05 6:33 
QuestionHow to select full row-window in ListView Pin
arkebuzy2-Nov-05 21:54
arkebuzy2-Nov-05 21:54 
QuestionProblem in using GDI+ in VC++ Pin
maharaja pandian2-Nov-05 19:58
maharaja pandian2-Nov-05 19:58 
AnswerRe: Problem in using GDI+ in VC++ Pin
PJ Arends2-Nov-05 21:32
professionalPJ Arends2-Nov-05 21:32 
GeneralRe: Problem in using GDI+ in VC++ Pin
maharaja pandian5-Nov-05 18:49
maharaja pandian5-Nov-05 18:49 
GeneralRe: Problem in using GDI+ in VC++ Pin
PJ Arends6-Nov-05 6:33
professionalPJ Arends6-Nov-05 6:33 
QuestionMySQl Connectivity problem with MFC... Pin
asifrogers2-Nov-05 19:33
asifrogers2-Nov-05 19:33 
Hi there,
I am using a code in VC++ (Console Win32 Application) used to connect to MYSQL. This was a successful attempt So what I think is no problem with library includes but as I tried the same code with MFC (Dialog based Application ) it returned the following linker errors:

DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_query@8
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_close@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_num_rows@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_fetch_row@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_num_fields@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_fetch_field@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_store_result@4
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_select_db@8
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_real_connect@32
DlgAddUser.obj : error LNK2001: unresolved external symbol _mysql_init@4
Debug/Job_Scheduler.exe : fatal error LNK1120: 11 unresolved externals
Error executing link.exe.

Please help me in this regard as soon as possible.

Best Regards

Asif Rogers

AnswerRe: MySQl Connectivity problem with MFC... Pin
PJ Arends2-Nov-05 21:48
professionalPJ Arends2-Nov-05 21:48 
Questionhow to capture the screen as a Jpeg image Pin
plowstar2-Nov-05 19:14
plowstar2-Nov-05 19:14 
AnswerRe: how to capture the screen as a Jpeg image Pin
Prakash Nadar2-Nov-05 19:36
Prakash Nadar2-Nov-05 19:36 
QuestionHooking LogOff button on the alternate desktop Pin
Chintoo7232-Nov-05 18:18
Chintoo7232-Nov-05 18:18 
QuestionSetEvent? Pin
MCA2-Nov-05 17:32
MCA2-Nov-05 17:32 
AnswerRe: SetEvent? Pin
Renjith Ramachandran2-Nov-05 18:28
Renjith Ramachandran2-Nov-05 18:28 
AnswerRe: SetEvent? Pin
S. Senthil Kumar2-Nov-05 19:10
S. Senthil Kumar2-Nov-05 19:10 
AnswerRe: SetEvent? Pin
Bob Ciora3-Nov-05 1:32
Bob Ciora3-Nov-05 1:32 
GeneralRe: SetEvent? Pin
MCA3-Nov-05 3:06
MCA3-Nov-05 3:06 
QuestionFrame menu enabled! Pin
LiYS2-Nov-05 16:47
LiYS2-Nov-05 16:47 
QuestionShow WMF Pin
Nishad S2-Nov-05 16:47
Nishad S2-Nov-05 16:47 
QuestionHow to set a special tooltips of a slider control? Pin
CoolStarLee2-Nov-05 14:50
CoolStarLee2-Nov-05 14:50 
QuestionOnPaintBackground() isn't getting called Pin
OlliesDad2-Nov-05 12:22
OlliesDad2-Nov-05 12:22 
AnswerRe: OnPaintBackground() isn't getting called Pin
OlliesDad2-Nov-05 13:22
OlliesDad2-Nov-05 13:22 
QuestionXML Docs supported for C++ in 2003 or 2005? Pin
Todd Smith2-Nov-05 11:53
Todd Smith2-Nov-05 11:53 
QuestionLoad testing & performance monitoring Pin
Todd Smith2-Nov-05 11:33
Todd Smith2-Nov-05 11:33 
Questionthe memory leak Pin
valerie992-Nov-05 11:22
valerie992-Nov-05 11:22 

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.