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

C / C++ / MFC

 
AnswerRe: internal working of Message Map in MFC ? Pin
SandipG 30-Jul-07 1:19
SandipG 30-Jul-07 1:19 
GeneralRe: internal working of Message Map in MFC ? Pin
prashant pissey30-Jul-07 2:03
prashant pissey30-Jul-07 2:03 
AnswerRe: internal working of Message Map in MFC ? Pin
Mark Salsbery30-Jul-07 6:26
Mark Salsbery30-Jul-07 6:26 
QuestionCreate a print function Pin
Linus D29-Jul-07 22:24
Linus D29-Jul-07 22:24 
AnswerRe: Create a print function Pin
CPallini29-Jul-07 22:41
mveCPallini29-Jul-07 22:41 
GeneralRe: Create a print function Pin
Linus D29-Jul-07 22:48
Linus D29-Jul-07 22:48 
AnswerRe: Create a print function Pin
Hamid_RT31-Jul-07 21:13
Hamid_RT31-Jul-07 21:13 
Questionplease help me ineed this Pin
p_29-Jul-07 21:38
p_29-Jul-07 21:38 
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



hi

AnswerRe: please help me ineed this Pin
Hans Dietrich29-Jul-07 22:52
mentorHans Dietrich29-Jul-07 22:52 
GeneralRe: please help me ineed this Pin
p_29-Jul-07 22:55
p_29-Jul-07 22:55 
GeneralRe: please help me ineed this Pin
Hans Dietrich29-Jul-07 23:01
mentorHans Dietrich29-Jul-07 23:01 
GeneralRe: please help me ineed this Pin
Jonathan [Darka]30-Jul-07 0:16
professionalJonathan [Darka]30-Jul-07 0:16 
AnswerRe: please help me ineed this Pin
Shouvik Das29-Jul-07 23:41
Shouvik Das29-Jul-07 23:41 
GeneralRe: please help me ineed this Pin
Jonathan [Darka]30-Jul-07 0:11
professionalJonathan [Darka]30-Jul-07 0:11 
GeneralRe: please help me ineed this Pin
Shouvik Das30-Jul-07 0:13
Shouvik Das30-Jul-07 0:13 
AnswerRe: please help me ineed this Pin
Jonathan [Darka]30-Jul-07 0:13
professionalJonathan [Darka]30-Jul-07 0:13 
QuestionRe: please help me ineed this Pin
David Crow30-Jul-07 3:46
David Crow30-Jul-07 3:46 
QuestionHow this expression get's executed Pin
hari prasad sathpadi29-Jul-07 21:03
hari prasad sathpadi29-Jul-07 21:03 
GeneralRe: How this expression get's executed Pin
Matthew Faithfull29-Jul-07 21:17
Matthew Faithfull29-Jul-07 21:17 
QuestionRe: How this expression get's executed Pin
Nelek29-Jul-07 21:17
protectorNelek29-Jul-07 21:17 
AnswerRe: How this expression get's executed Pin
Jonathan [Darka]29-Jul-07 22:10
professionalJonathan [Darka]29-Jul-07 22:10 
Questionpass multi-byte (or wide) characters to DeleteFile Pin
George_George29-Jul-07 20:58
George_George29-Jul-07 20:58 
AnswerRe: pass multi-byte (or wide) characters to DeleteFile Pin
Matthew Faithfull29-Jul-07 21:12
Matthew Faithfull29-Jul-07 21:12 
GeneralRe: pass multi-byte (or wide) characters to DeleteFile Pin
George_George29-Jul-07 21:31
George_George29-Jul-07 21:31 
AnswerRe: pass multi-byte (or wide) characters to DeleteFile Pin
CPallini29-Jul-07 21:24
mveCPallini29-Jul-07 21:24 

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.