Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGDI problem Pin
trioum29-Jul-07 19:00
trioum29-Jul-07 19:00 
AnswerRe: GDI problem Pin
Nelek29-Jul-07 21:56
protectorNelek29-Jul-07 21:56 
GeneralRe: GDI problem Pin
trioum30-Jul-07 23:01
trioum30-Jul-07 23:01 
GeneralRe: GDI problem Pin
Nelek2-Aug-07 20:09
protectorNelek2-Aug-07 20:09 
QuestionClip Region of CDC Pin
himuskanhere29-Jul-07 18:56
himuskanhere29-Jul-07 18:56 
AnswerRe: Clip Region of CDC Pin
csc29-Jul-07 20:14
csc29-Jul-07 20:14 
JokeRe: Clip Region of CDC Pin
himuskanhere29-Jul-07 20:55
himuskanhere29-Jul-07 20:55 
Questionrow = mysql_fetch_row(res); Pin
p_29-Jul-07 18:42
p_29-Jul-07 18:42 
hello
please help to solve this problem
when i coonect vc++ to mysql
and use this code to fetch data from mysql
mysql_query(myDB,"select password from login where user= \'" + user + "\'");
i = mysql_query(myDB,"select * from login");
res=mysql_store_result(myDB);
row = mysql_fetch_row(res);
MessageBox(row[0]);
but when i use debugger at this line row = mysql_fetch_row(res);
an unhandled exception myapp.exe(libmysql.dll) access violation appears in message box and when i click ok then in output window of vc++ following messages appears :
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\DOGRA\company\libmySQL.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFC42D.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTFIME.IME', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Warning: no listbox item selected.
Loaded 'C:\WINDOWS\system32\mswsock.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\dnsapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winrnr.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\wldap32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rasadhlp.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\hnetcfg.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\wshtcpip.dll', no matching symbolic information found.
First-chance exception in company.exe (LIBMYSQL.DLL): 0xC0000005: Access Violation.
The program 'C:\DOGRA\company\Debug\company.exe' has exited with code 0 (0x0).
now please help me to solve this problem
Rose | [Rose]

hi

AnswerRe: row = mysql_fetch_row(res); Pin
Shouvik Das29-Jul-07 23:48
Shouvik Das29-Jul-07 23:48 
QuestionHow to solve "Out of memory" Pin
Pogo Lin29-Jul-07 16:32
Pogo Lin29-Jul-07 16:32 
AnswerRe: How to solve "Out of memory" Pin
Paul Conrad29-Jul-07 17:16
professionalPaul Conrad29-Jul-07 17:16 
GeneralRe: How to solve "Out of memory" Pin
Pogo Lin31-Jul-07 20:28
Pogo Lin31-Jul-07 20:28 
AnswerRe: How to solve "Out of memory" Pin
Stephen Hewitt29-Jul-07 19:12
Stephen Hewitt29-Jul-07 19:12 
QuestionHow to wirte a text editor from scratch? Pin
lichongbin29-Jul-07 14:03
lichongbin29-Jul-07 14:03 
AnswerRe: How to wirte a text editor from scratch? Pin
Nelek29-Jul-07 22:01
protectorNelek29-Jul-07 22:01 
QuestionMotion sensing Pin
mlibkind29-Jul-07 11:24
mlibkind29-Jul-07 11:24 
AnswerRe: Motion sensing Pin
eraccn29-Jul-07 15:00
eraccn29-Jul-07 15:00 
QuestionWriting My Own: Windows Desktop Shell Pin
convivial.developer29-Jul-07 10:40
convivial.developer29-Jul-07 10:40 
AnswerRe: Writing My Own: Windows Desktop Shell Pin
Stephen Hewitt29-Jul-07 15:03
Stephen Hewitt29-Jul-07 15:03 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
convivial.developer29-Jul-07 16:21
convivial.developer29-Jul-07 16:21 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
Stephen Hewitt29-Jul-07 16:24
Stephen Hewitt29-Jul-07 16:24 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
convivial.developer30-Jul-07 2:26
convivial.developer30-Jul-07 2:26 
AnswerRe: Writing My Own: Windows Desktop Shell Pin
David Crow30-Jul-07 4:06
David Crow30-Jul-07 4:06 
QuestionHEAP issues with Overlapped I/O using completion port Pin
Zerox MXI29-Jul-07 6:07
Zerox MXI29-Jul-07 6:07 
QuestionRe: HEAP issues with Overlapped I/O using completion port Pin
Mark Salsbery30-Jul-07 6:39
Mark Salsbery30-Jul-07 6:39 

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.