Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: adding chm help file to project: File missing at link Pin
ns23-Sep-02 9:53
ns23-Sep-02 9:53 
Generalcreate Browse For Folder dialog box Pin
tomc23-Sep-02 4:38
tomc23-Sep-02 4:38 
GeneralRe: create Browse For Folder dialog box Pin
Bing Ding23-Sep-02 4:42
Bing Ding23-Sep-02 4:42 
GeneralRe: create Browse For Folder dialog box Pin
Pavel Klocek23-Sep-02 5:32
Pavel Klocek23-Sep-02 5:32 
GeneralEnabling password complexity in win2k programmatically Pin
abhinarulkar23-Sep-02 4:37
abhinarulkar23-Sep-02 4:37 
GeneralStatic libraries Pin
Zizilamoroso23-Sep-02 4:00
Zizilamoroso23-Sep-02 4:00 
GeneralRe: Static libraries Pin
jhwurmbach23-Sep-02 4:24
jhwurmbach23-Sep-02 4:24 
GeneralRe: Static libraries Pin
Zizilamoroso23-Sep-02 4:59
Zizilamoroso23-Sep-02 4:59 
Everything is debug.

And for the single-multithread, I've never messed with them so it's not very likely going to be that...


I've left this out of the library source file, cause it didn't compile otherwise.
#ifdef _DEBUG
	#undef THIS_FILE
	static char THIS_FILE[]=__FILE__;
	#define new DEBUG_NEW
#endif


But then, if we compile both as release, the errors are still there.




[VISUAL STUDIO 6.0] [MFC] [WIN98/2]
GeneralRe: Static libraries Pin
Zizilamoroso23-Sep-02 5:06
Zizilamoroso23-Sep-02 5:06 
GeneralRead sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 3:34
Karavaev Denis23-Sep-02 3:34 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith23-Sep-02 3:49
BlackSmith23-Sep-02 3:49 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 4:30
Karavaev Denis23-Sep-02 4:30 
GeneralRe: Read sections names from INI file. problem. Pin
Anders Molin23-Sep-02 3:53
professionalAnders Molin23-Sep-02 3:53 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 4:29
Karavaev Denis23-Sep-02 4:29 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith23-Sep-02 6:10
BlackSmith23-Sep-02 6:10 
GeneralRe: Read sections names from INI file. problem. Pin
brianwelsch23-Sep-02 8:40
brianwelsch23-Sep-02 8:40 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith24-Sep-02 10:58
BlackSmith24-Sep-02 10:58 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 23:44
Karavaev Denis23-Sep-02 23:44 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith24-Sep-02 2:47
BlackSmith24-Sep-02 2:47 
GeneralUpdate Statusbar from a non-window class method. Pin
oRion23-Sep-02 3:05
oRion23-Sep-02 3:05 
GeneralRe: Update Statusbar from a non-window class method. Pin
jhwurmbach23-Sep-02 3:54
jhwurmbach23-Sep-02 3:54 
GeneralRe: Update Statusbar from a non-window class method. Pin
oRion23-Sep-02 4:07
oRion23-Sep-02 4:07 
GeneralRe: Update Statusbar from a non-window class method. Pin
jhwurmbach23-Sep-02 4:27
jhwurmbach23-Sep-02 4:27 
GeneralRe: Update Statusbar from a non-window class method. Pin
Andreas Saurwein23-Sep-02 4:47
Andreas Saurwein23-Sep-02 4:47 
GeneralRe: Update Statusbar from a non-window class method. Pin
oRion24-Sep-02 3:43
oRion24-Sep-02 3:43 

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.