Click here to Skip to main content
16,015,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSetting System Time and Date Pin
Mark Donkers27-May-02 4:50
Mark Donkers27-May-02 4:50 
GeneralRe: Setting System Time and Date Pin
Mark Donkers27-May-02 4:59
Mark Donkers27-May-02 4:59 
Generalunresolved external problems (again...sigh) Pin
Alan Chambers27-May-02 4:44
Alan Chambers27-May-02 4:44 
GeneralRe: unresolved external problems (again...sigh) Pin
Orbital^27-May-02 4:53
Orbital^27-May-02 4:53 
GeneralRe: unresolved external problems (again...sigh) Pin
Alan Chambers27-May-02 5:35
Alan Chambers27-May-02 5:35 
GeneralRe: unresolved external problems (again...sigh) Pin
SamirSood27-May-02 5:29
SamirSood27-May-02 5:29 
GeneralRe: unresolved external problems (again...sigh) Pin
Alan Chambers27-May-02 5:48
Alan Chambers27-May-02 5:48 
GeneralRe: unresolved external problems (again...sigh) Pin
Erik Funkenbusch27-May-02 5:27
Erik Funkenbusch27-May-02 5:27 
First, when you post code you click the little checkbox at the bottom that says "Display this message as-is (no HTML)" to get your brackets to appear (though your signature will now look weird). Alternatively, you can simply use the HTML equivelents "& lt;" and "& gt;" (without spaces) for less than and greater than.

Second, you probably don't want to be using fstream.h, these are the old deprecrated iostream libraries. The new libraries are simply:

#include <fstream> // Note: no .h

Third, some functions have dependancy on the multithreaded library, and as such require a multithreaded version of it. You're linking with the single threaded version. Change that in your project settings on the C++ tab.


--
Where are we going? And why am I in this handbasket?
GeneralRe: unresolved external problems (again...sigh) Pin
Alan Chambers27-May-02 5:57
Alan Chambers27-May-02 5:57 
QuestionI want to draw the caption area by myself,how can I? Pin
white jungle27-May-02 4:24
white jungle27-May-02 4:24 
AnswerRe: I want to draw the caption area by myself,how can I? Pin
Roger Allen27-May-02 4:49
Roger Allen27-May-02 4:49 
GeneralRe: I want to draw the caption area by myself,how can I? Pin
white jungle27-May-02 18:41
white jungle27-May-02 18:41 
GeneralCException Pin
Alexandru Savescu27-May-02 4:13
Alexandru Savescu27-May-02 4:13 
GeneralRe: CException Pin
Orbital^27-May-02 5:00
Orbital^27-May-02 5:00 
GeneralRe: CException Pin
Alexandru Savescu27-May-02 5:38
Alexandru Savescu27-May-02 5:38 
GeneralRe: CException Pin
Martin Ziacek27-May-02 5:46
Martin Ziacek27-May-02 5:46 
GeneralRe: CException Pin
Alexandru Savescu27-May-02 8:10
Alexandru Savescu27-May-02 8:10 
Questionhow can i create two menu handles in the menubar? Pin
27-May-02 4:05
suss27-May-02 4:05 
GeneralCaption of SDI application Pin
David Liska27-May-02 4:01
David Liska27-May-02 4:01 
GeneralRe: Caption of SDI application Pin
Mazdak27-May-02 4:31
Mazdak27-May-02 4:31 
GeneralRe: Caption of SDI application Pin
Jay Beckert27-May-02 4:49
Jay Beckert27-May-02 4:49 
GeneralRe: Caption of SDI application Pin
Jay Beckert27-May-02 4:46
Jay Beckert27-May-02 4:46 
GeneralCompiler warnings from GetWindowLongPtr / SetWindowLongPtr Pin
Steve Thresher27-May-02 2:59
Steve Thresher27-May-02 2:59 
GeneralRe: Compiler warnings from GetWindowLongPtr / SetWindowLongPtr Pin
Mike Nordell27-May-02 21:11
Mike Nordell27-May-02 21:11 
GeneralGet The Slider ID in a form Pin
tongc27-May-02 2:14
tongc27-May-02 2:14 

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.