Click here to Skip to main content
15,929,587 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i change application icon Pin
Derek Waters12-Feb-02 17:02
Derek Waters12-Feb-02 17:02 
GeneralRe: How can i change application icon Pin
moliate12-Feb-02 17:22
moliate12-Feb-02 17:22 
GeneralRe: change application icon Pin
12-Feb-02 18:42
suss12-Feb-02 18:42 
GeneralChanging View Pin
12-Feb-02 13:57
suss12-Feb-02 13:57 
GeneralRe: Changing View Pin
Roger Allen13-Feb-02 2:56
Roger Allen13-Feb-02 2:56 
GeneralMFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 13:33
valikac12-Feb-02 13:33 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
Nish Nishant12-Feb-02 13:44
sitebuilderNish Nishant12-Feb-02 13:44 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
Rick York12-Feb-02 14:39
mveRick York12-Feb-02 14:39 
Yes, if you give your program to a friend they must have the correct DLLs resident on their machine. This is generally not a problem but older machines may have a MFC42.dll that is out of date. ComCtl32.dll is another one to watch out for but machines with recent OSs and service packs should be fine.

Regarding BOOL and bool, BOOL is a type defined as an int in windef.h. bool (lower case) is a built-in variable type having a size of 1 byte and this is from the standard. It is best to leave BOOL as BOOL because they are different types as of MSVC v5.0.

GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 15:26
valikac12-Feb-02 15:26 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 18:34
valikac12-Feb-02 18:34 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac13-Feb-02 3:58
valikac13-Feb-02 3:58 
Generalwhere are.. Pin
Mazdak12-Feb-02 11:18
Mazdak12-Feb-02 11:18 
Generalbasic c++ question... Pin
User 988512-Feb-02 10:57
User 988512-Feb-02 10:57 
GeneralRe: basic c++ question... Pin
Nemanja Trifunovic12-Feb-02 10:58
Nemanja Trifunovic12-Feb-02 10:58 
GeneralRe: basic c++ question... Pin
User 988512-Feb-02 11:14
User 988512-Feb-02 11:14 
GeneralWriting to a file Pin
ISIS5512-Feb-02 10:32
ISIS5512-Feb-02 10:32 
GeneralRe: Writing to a file Pin
Christian Graus12-Feb-02 10:40
protectorChristian Graus12-Feb-02 10:40 
GeneralRe: Writing to a file Pin
ISIS5512-Feb-02 10:55
ISIS5512-Feb-02 10:55 
GeneralRe: Writing to a file Pin
alex.barylski12-Feb-02 18:56
alex.barylski12-Feb-02 18:56 
GeneralRe: Writing to a file Pin
ISIS5512-Feb-02 22:08
ISIS5512-Feb-02 22:08 
GeneralRe: Writing to a file Pin
Jon Hulatt12-Feb-02 22:16
Jon Hulatt12-Feb-02 22:16 
GeneralRe: Writing to a file Pin
alex.barylski12-Feb-02 22:25
alex.barylski12-Feb-02 22:25 
GeneralDLL Prob Pin
Peter Liddle12-Feb-02 10:29
Peter Liddle12-Feb-02 10:29 
GeneralRe: DLL Prob Pin
Roger Allen13-Feb-02 3:00
Roger Allen13-Feb-02 3:00 
GeneralFunny MFC thing Pin
Peter Liddle12-Feb-02 10:29
Peter Liddle12-Feb-02 10:29 

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.