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

C / C++ / MFC

 
GeneralRe: Calling Windiff within my program Pin
Martin Ziacek27-May-02 7:41
Martin Ziacek27-May-02 7:41 
GeneralRe: Calling Windiff within my program Pin
Gilfrog27-May-02 8:08
Gilfrog27-May-02 8:08 
GeneralRe: Calling Windiff within my program Pin
Martin Ziacek27-May-02 8:25
Martin Ziacek27-May-02 8:25 
GeneralRe: Calling Windiff within my program Pin
Gilfrog27-May-02 8:44
Gilfrog27-May-02 8:44 
GeneralRe: Calling Windiff within my program Pin
Mike Nordell27-May-02 21:03
Mike Nordell27-May-02 21:03 
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 
Hi all, I have another b*****d problem with unresolved externals, this one is very strange. OK, I have the following code:

#include fstream.h (in arrow brackets)

bool blah::blah(LPSTR filename)
{
ifstream fin(filename);
return true;
}

This generates the following error:

nafxcwd.lib(thrdcore.obj): error LNK2001: unresolved external symbol _endthreadex
nafxcwd.lib(thrdcore.obj): error LNK2001: unresolved external symbol _beginthreadex

blah...2 unresolved externals.

I've had a look around the website but can't find the answer. I get an error when including the msvcrt.lib or some other lib that was mentioned on the site. WTF is going on? I'd be greatful if someone could save my PC's from destruction, cos thats what they're heading for!

Many Thanks,
Alan.

"When I left you I was but the learner, now I am the master" - Darth Vader
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 
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 

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.