Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create a new file with fstream? Pin
David Crow7-Jun-05 7:34
David Crow7-Jun-05 7:34 
GeneralMatlab interface Pin
gobar7-Jun-05 6:01
gobar7-Jun-05 6:01 
GeneralRe: Matlab interface Pin
Bob Flynn7-Jun-05 6:37
Bob Flynn7-Jun-05 6:37 
GeneralPath of an application Pin
bkphat7-Jun-05 5:55
bkphat7-Jun-05 5:55 
GeneralRe: Path of an application Pin
Mike Dimmick7-Jun-05 5:58
Mike Dimmick7-Jun-05 5:58 
GeneralRe: Path of an application Pin
Tom Archer7-Jun-05 7:30
Tom Archer7-Jun-05 7:30 
GeneralRe: Path of an application Pin
ThatsAlok7-Jun-05 18:09
ThatsAlok7-Jun-05 18:09 
GeneralRelease Build Pin
sweep1237-Jun-05 5:20
sweep1237-Jun-05 5:20 
Does anyone know what needs done to get the project built in Release mode.

Debug build is OK.

SSIC_Example error LNK2005: "class _AFX_THREAD_STATE * __stdcall AfxGetThreadState(void)" (?AfxGetThreadState@@YGPAV_AFX_THREAD_STATE@@XZ) already defined in mfc71.lib(MFC71.DLL)
SSIC_Example error LNK2005: "class AFX_MODULE_STATE * __stdcall AfxGetModuleState(void)" (?AfxGetModuleState@@YGPAVAFX_MODULE_STATE@@XZ) already defined in mfc71.lib(MFC71.DLL)
SSIC_Example error LNK2005: "class CWinThread * __stdcall AfxBeginThread(unsigned int (__cdecl*)(void *),void *,int,unsigned int,unsigned long,struct _SECURITY_ATTRIBUTES *)" (?AfxBeginThread@@YGPAVCWinThread@@P6AIPAX@Z0HIKPAU_SECURITY_ATTRIBUTES@@@Z) already defined in mfc71.lib(MFC71.DLL)
SSIC_Example error LNK2005: "class CWinThread * __stdcall AfxGetThread(void)" (?AfxGetThread@@YGPAVCWinThread@@XZ) already defined in mfc71.lib(MFC71.DLL)
SSIC_Example error LNK2005: "int __stdcall AfxMessageBox(char const *,unsigned int,unsigned int)" (?AfxMessageBox@@YGHPBDII@Z) already defined in mfc71.lib(MFC71.DLL)
SSIC_Example error LNK2005: "protected: class CFrameWnd * __thiscall CCmdTarget::GetRoutingFrame(void)" (?GetRoutingFrame@CCmdTarget@@IAEPAVCFrameWnd@@XZ) already defined in mfc71.lib(MFC71.DLL)


i.e. what setting have I forgot to change in Release mode.
GeneralRe: Release Build Pin
Mike Dimmick7-Jun-05 6:01
Mike Dimmick7-Jun-05 6:01 
GeneralRe: Release Build Pin
sweep1237-Jun-05 6:15
sweep1237-Jun-05 6:15 
GeneralRe: Release Build Pin
Mike Dimmick7-Jun-05 8:15
Mike Dimmick7-Jun-05 8:15 
GeneralDifferent icon for release and debug builds Pin
benjymous7-Jun-05 4:20
benjymous7-Jun-05 4:20 
GeneralRe: Different icon for release and debug builds Pin
Blake Miller7-Jun-05 4:29
Blake Miller7-Jun-05 4:29 
GeneralRe: Different icon for release and debug builds Pin
benjymous7-Jun-05 4:42
benjymous7-Jun-05 4:42 
GeneralRe: Different icon for release and debug builds Pin
Blake Miller7-Jun-05 5:04
Blake Miller7-Jun-05 5:04 
GeneralFunction calls Pin
nripun7-Jun-05 4:06
nripun7-Jun-05 4:06 
GeneralRe: Function calls Pin
David Crow7-Jun-05 4:26
David Crow7-Jun-05 4:26 
GeneralRe: Function calls Pin
Steen Krogsgaard7-Jun-05 4:26
Steen Krogsgaard7-Jun-05 4:26 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 4:28
Cedric Moonen7-Jun-05 4:28 
GeneralRe: Function calls Pin
nripun7-Jun-05 5:04
nripun7-Jun-05 5:04 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 5:09
Cedric Moonen7-Jun-05 5:09 
GeneralRe: Function calls Pin
nripun7-Jun-05 5:24
nripun7-Jun-05 5:24 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 6:25
Cedric Moonen7-Jun-05 6:25 
GeneralRe: Function calls Pin
nripun7-Jun-05 20:26
nripun7-Jun-05 20:26 
GeneralRe: Function calls Pin
John M. Drescher7-Jun-05 6:23
John M. Drescher7-Jun-05 6:23 

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.