Click here to Skip to main content
15,892,537 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionhow to include MFC in win32 Project? Pin
safee ullah31-Oct-02 19:20
safee ullah31-Oct-02 19:20 
AnswerRe: how to include MFC in win32 Project? Pin
ian mariano2-Nov-02 7:31
ian mariano2-Nov-02 7:31 
GeneralRe: how to include MFC in win32 Project? Pin
safee ullah3-Nov-02 18:05
safee ullah3-Nov-02 18:05 
AnswerRe: how to include MFC in win32 Project? Pin
Christian Graus3-Nov-02 18:46
protectorChristian Graus3-Nov-02 18:46 
GeneralRe: how to include MFC in win32 Project? Pin
Anonymous4-Nov-02 1:40
Anonymous4-Nov-02 1:40 
GeneralRe: how to include MFC in win32 Project? Pin
Christian Graus4-Nov-02 10:02
protectorChristian Graus4-Nov-02 10:02 
GeneralRe: how to include MFC in win32 Project? Pin
Giles5-Nov-02 3:29
Giles5-Nov-02 3:29 
AnswerRe: how to include MFC in win32 Project? Pin
Stephane Rodriguez.4-Nov-02 10:18
Stephane Rodriguez.4-Nov-02 10:18 
A few hints :

- compiler options
use multithreaded run-time (/MD) (or /MDd if you are in Debug)
add the _AFXDLL compiler switch

- linker options
replace /subsystem:console with /subsystem:windows

- target type
open the .dsp file, and replace "(x86) Console Application 0x0103" with "(x86) Application 0x0101"


Back to real work : D-26.
AnswerRe: how to include MFC in win32 Project? Pin
Giles5-Nov-02 3:32
Giles5-Nov-02 3:32 
Generalostringstream Pin
User 988530-Oct-02 13:27
User 988530-Oct-02 13:27 
GeneralRe: ostringstream Pin
Tim Smith30-Oct-02 13:59
Tim Smith30-Oct-02 13:59 
GeneralRe: ostringstream Pin
User 988530-Oct-02 15:41
User 988530-Oct-02 15:41 
GeneralRe: ostringstream Pin
Christian Graus30-Oct-02 14:06
protectorChristian Graus30-Oct-02 14:06 
GeneralRe: ostringstream Pin
Tim Smith30-Oct-02 14:41
Tim Smith30-Oct-02 14:41 
GeneralRe: ostringstream Pin
Christian Graus30-Oct-02 14:48
protectorChristian Graus30-Oct-02 14:48 
GeneralRe: ostringstream Pin
Tim Smith30-Oct-02 14:50
Tim Smith30-Oct-02 14:50 
GeneralRe: ostringstream Pin
Tim Smith30-Oct-02 14:51
Tim Smith30-Oct-02 14:51 
GeneralRe: ostringstream Pin
User 988530-Oct-02 16:07
User 988530-Oct-02 16:07 
GeneralUsing CTreeViewCtrl Pin
Jose Cruz30-Oct-02 3:08
Jose Cruz30-Oct-02 3:08 
GeneralRe: Using CTreeViewCtrl Pin
User 988530-Oct-02 13:32
User 988530-Oct-02 13:32 
GeneralRe: Using CTreeViewCtrl Pin
Jose Cruz1-Nov-02 4:31
Jose Cruz1-Nov-02 4:31 
Generalusing a activex dll created in vb in an atl/mfc component Pin
yeeeooowww29-Oct-02 1:31
yeeeooowww29-Oct-02 1:31 
GeneralRe: using a activex dll created in vb in an atl/mfc component Pin
ian mariano29-Oct-02 2:25
ian mariano29-Oct-02 2:25 
GeneralLoadRegTypeLib Question Pin
Anonymous28-Oct-02 12:58
Anonymous28-Oct-02 12:58 
GeneralRe: LoadRegTypeLib Question Pin
Anonymous29-Oct-02 0:23
Anonymous29-Oct-02 0: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.