Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Re-Mssql question Pin
PCuong198321-Dec-09 21:58
professionalPCuong198321-Dec-09 21:58 
AnswerRe: Re-Mssql question Pin
MsmVc21-Dec-09 22:05
MsmVc21-Dec-09 22:05 
GeneralRe: Re-Mssql question Pin
PCuong198321-Dec-09 23:12
professionalPCuong198321-Dec-09 23:12 
GeneralRe: Re-Mssql question Pin
MsmVc21-Dec-09 23:18
MsmVc21-Dec-09 23:18 
GeneralRe: Re-Mssql question Pin
PCuong198322-Dec-09 3:55
professionalPCuong198322-Dec-09 3:55 
Questionneed delete a file in vc++ Pin
kamalilam21-Dec-09 20:04
kamalilam21-Dec-09 20:04 
AnswerRe: need delete a file in vc++ Pin
KingsGambit21-Dec-09 20:11
KingsGambit21-Dec-09 20:11 
AnswerRe: need delete a file in vc++ Pin
Jijo.Raj21-Dec-09 20:49
Jijo.Raj21-Dec-09 20:49 
QuestionPOINT Draw Export/Code Pin
saiyuk6=721-Dec-09 19:25
saiyuk6=721-Dec-09 19:25 
AnswerRe: POINT Draw Export/Code Pin
CPallini21-Dec-09 20:42
mveCPallini21-Dec-09 20:42 
GeneralRe: POINT Draw Export/Code Pin
saiyuk6=724-Dec-09 9:37
saiyuk6=724-Dec-09 9:37 
QuestionDetecting when video is done with media player (in MFC) Pin
Joe Woodbury21-Dec-09 11:57
professionalJoe Woodbury21-Dec-09 11:57 
AnswerRe: Detecting when video is done with media player (in MFC) Pin
Joe Woodbury21-Dec-09 12:42
professionalJoe Woodbury21-Dec-09 12:42 
Questionre: missing mutex events Pin
Alan Kurlansky21-Dec-09 10:59
Alan Kurlansky21-Dec-09 10:59 
AnswerRe: re: missing mutex events Pin
KingsGambit21-Dec-09 19:18
KingsGambit21-Dec-09 19:18 
GeneralRe: re: missing mutex events Pin
Alan Kurlansky22-Dec-09 2:55
Alan Kurlansky22-Dec-09 2:55 
AnswerRe: re: missing mutex events Pin
Rajesh R Subramanian21-Dec-09 20:45
professionalRajesh R Subramanian21-Dec-09 20:45 
GeneralRe: re: missing mutex events Pin
Alan Kurlansky22-Dec-09 2:59
Alan Kurlansky22-Dec-09 2:59 
QuestionDebugging a C++ program in Visual Studio 2005 Pin
loyal ginger21-Dec-09 5:33
loyal ginger21-Dec-09 5:33 
AnswerRe: Debugging a C++ program in Visual Studio 2005 Pin
Abhi Lahare21-Dec-09 5:44
Abhi Lahare21-Dec-09 5:44 
GeneralRe: Debugging a C++ program in Visual Studio 2005 Pin
loyal ginger21-Dec-09 6:03
loyal ginger21-Dec-09 6:03 
I just did this:

1. Deleted the .ncb file
2. Deleted the .suo file
3. Deleted the folder "DebugUnicode" (this is the folder for my DebugUnicode build of this project which contains all the intermediate files such as .obj files, and the final .exe file for this project.)
4. Deleted the user options file (.user)

After those, the only files I have in the project are

The .sln file
The .rc file
The .vcproj file
The .h files
The .cpp files
and the two files from sqlite.org: sqlite3.h and sqlite3.c

However, after relaunching VS2005 and the project, it still breaks on that comment line!

Any other suggestions? Thanks!
GeneralRe: Debugging a C++ program in Visual Studio 2005 Pin
Abhi Lahare21-Dec-09 6:19
Abhi Lahare21-Dec-09 6:19 
GeneralRe: Debugging a C++ program in Visual Studio 2005 Pin
loyal ginger21-Dec-09 6:27
loyal ginger21-Dec-09 6:27 
Questioncan you simplify the function by #define? [modified] Pin
includeh1021-Dec-09 0:16
includeh1021-Dec-09 0:16 
AnswerRe: can you simplify the function by #define? Pin
Richard MacCutchan21-Dec-09 0:36
mveRichard MacCutchan21-Dec-09 0:36 

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.