Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy does windows database programming have to be so hard? Pin
Anonymous17-Jul-02 13:14
Anonymous17-Jul-02 13:14 
AnswerRe: Why does windows database programming have to be so hard? Pin
Matt Gullett17-Jul-02 13:53
Matt Gullett17-Jul-02 13:53 
GeneralWinsock Pin
Ken Mazaika17-Jul-02 13:08
Ken Mazaika17-Jul-02 13:08 
GeneralRe: Winsock Pin
Nish Nishant17-Jul-02 15:24
sitebuilderNish Nishant17-Jul-02 15:24 
GeneralRe: Winsock Pin
Masaaki Onishi18-Jul-02 6:18
Masaaki Onishi18-Jul-02 6:18 
GeneralDebugging help reqd. Pin
User 988517-Jul-02 12:18
User 988517-Jul-02 12:18 
GeneralRe: Debugging help reqd. Pin
Chris Losinger17-Jul-02 12:43
professionalChris Losinger17-Jul-02 12:43 
GeneralRe: Debugging help reqd. Pin
benjymous18-Jul-02 0:48
benjymous18-Jul-02 0:48 
You could try the old fashioned method of filling your code with extra printfs (i.e. "Entering function xxx()" "Exiting Function xxx()" ) so you can see a trace of what functions are being called. At least that way you'll be able to determine which function is causing the problem (which should allow you to place breakpoints and then debug it properly)

--
Help me! I'm turning into a grapefruit!
GeneralASSERT and Windows XP Problem Pin
Justin Cooke17-Jul-02 11:23
Justin Cooke17-Jul-02 11:23 
GeneralRe: ASSERT and Windows XP Problem Pin
Bugra Barin17-Jul-02 13:40
Bugra Barin17-Jul-02 13:40 
GeneralRe: ASSERT and Windows XP Problem Pin
Justin Cooke18-Jul-02 3:22
Justin Cooke18-Jul-02 3:22 
GeneralShellapi.h in the wrong ver... Pin
BlackSmith17-Jul-02 10:45
BlackSmith17-Jul-02 10:45 
GeneralRe: Shellapi.h in the wrong ver... Pin
User 665817-Jul-02 11:16
User 665817-Jul-02 11:16 
GeneralRe: Shellapi.h in the wrong ver... Pin
Joaquín M López Muñoz17-Jul-02 11:18
Joaquín M López Muñoz17-Jul-02 11:18 
GeneralCan't install Platform SDK Pin
User 665817-Jul-02 10:39
User 665817-Jul-02 10:39 
GeneralRe: Can't install Platform SDK Pin
Rama Krishna Vavilala17-Jul-02 15:15
Rama Krishna Vavilala17-Jul-02 15:15 
QuestionHow to CREATE file with CFile? Pin
Raphael Kindt17-Jul-02 10:31
Raphael Kindt17-Jul-02 10:31 
AnswerRe: How to CREATE file with CFile? Pin
jmkhael17-Jul-02 10:39
jmkhael17-Jul-02 10:39 
AnswerRe: How to CREATE file with CFile? Pin
User 842017-Jul-02 10:38
User 842017-Jul-02 10:38 
GeneralRe: How to CREATE file with CFile? Pin
Raphael Kindt17-Jul-02 10:47
Raphael Kindt17-Jul-02 10:47 
Generalusing inherited MFC dialog classes Pin
moredip17-Jul-02 10:23
moredip17-Jul-02 10:23 
GeneralRe: using inherited MFC dialog classes Pin
Joaquín M López Muñoz17-Jul-02 11:11
Joaquín M López Muñoz17-Jul-02 11:11 
GeneralRe: using inherited MFC dialog classes Pin
moredip17-Jul-02 11:39
moredip17-Jul-02 11:39 
GeneralRe: using inherited MFC dialog classes Pin
Joaquín M López Muñoz17-Jul-02 11:44
Joaquín M López Muñoz17-Jul-02 11:44 
GeneralOwnerDraw stuff working differently in Win2K. Pin
Chris Meech17-Jul-02 9:26
Chris Meech17-Jul-02 9:26 

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.