Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deleting objects created with the new operator Pin
Christian Graus6-Nov-02 13:15
protectorChristian Graus6-Nov-02 13:15 
GeneralRe: Deleting objects created with the new operator Pin
Maximilien6-Nov-02 13:17
Maximilien6-Nov-02 13:17 
GeneralVisual studio installer, shortcut question Pin
Anonymous6-Nov-02 12:58
Anonymous6-Nov-02 12:58 
Generalpoppin controls in win32 api Pin
stephen.hazel6-Nov-02 12:42
stephen.hazel6-Nov-02 12:42 
GeneralProfiling with Visual C++net Pin
el666-Nov-02 12:30
el666-Nov-02 12:30 
GeneralRe: Profiling with Visual C++net Pin
Nick Hodapp6-Nov-02 12:42
sitebuilderNick Hodapp6-Nov-02 12:42 
GeneralRe: Profiling with Visual C++net Pin
el667-Nov-02 4:05
el667-Nov-02 4:05 
GeneralCString and console app. Pin
Nick Parker6-Nov-02 11:49
protectorNick Parker6-Nov-02 11:49 
I get linker errors when I try to do this, do I have to use a #pragma or something?
#include <iostream.h>
#include <afx.h>

int main()
{
	CString c;

	return 0;
}


Error:
--------------------Configuration: test - Win32 Debug--------------------
Linking...
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/test.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

test.exe - 3 error(s), 0 warning(s)

Nick Parker

May your glass be ever full.
May the roof over your head be always strong.
And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing



GeneralRe: CString and console app. Pin
Boogie6-Nov-02 12:08
Boogie6-Nov-02 12:08 
GeneralRe: CString and console app. Pin
Nick Parker6-Nov-02 12:14
protectorNick Parker6-Nov-02 12:14 
GeneralRe: CString and console app. Pin
Boogie6-Nov-02 12:17
Boogie6-Nov-02 12:17 
GeneralRe: CString and console app. Pin
Nick Parker6-Nov-02 12:32
protectorNick Parker6-Nov-02 12:32 
GeneralRe: CString and console app. Pin
James Spibey7-Nov-02 0:27
James Spibey7-Nov-02 0:27 
GeneralRe: CString and console app. Pin
Nick Parker7-Nov-02 1:02
protectorNick Parker7-Nov-02 1:02 
Generalskip droping the combobox Pin
jimNLX6-Nov-02 11:38
jimNLX6-Nov-02 11:38 
GeneralRe: skip droping the combobox Pin
alex.barylski6-Nov-02 11:56
alex.barylski6-Nov-02 11:56 
GeneralRe: skip droping the combobox Pin
Anonymous7-Nov-02 3:06
Anonymous7-Nov-02 3:06 
GeneralRe: skip droping the combobox Pin
alex.barylski7-Nov-02 9:07
alex.barylski7-Nov-02 9:07 
Generalhelp...... Pin
MFC is the Best6-Nov-02 11:27
MFC is the Best6-Nov-02 11:27 
GeneralRe: help...... Pin
Christian Graus6-Nov-02 11:50
protectorChristian Graus6-Nov-02 11:50 
GeneralRe: help...... Pin
MFC is the Best7-Nov-02 5:28
MFC is the Best7-Nov-02 5:28 
GeneralRe: help...... Pin
Christian Graus7-Nov-02 10:06
protectorChristian Graus7-Nov-02 10:06 
GeneralRe: help...... Pin
MFC is the Best9-Nov-02 5:33
MFC is the Best9-Nov-02 5:33 
GeneralFoward Declare Pin
bhutt6-Nov-02 11:05
bhutt6-Nov-02 11:05 
GeneralStrange exception behaviour Pin
Boris Russel6-Nov-02 10:34
Boris Russel6-Nov-02 10:34 

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.