Click here to Skip to main content
16,014,705 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reversed List Control Pin
wangyiming3-Feb-02 20:56
wangyiming3-Feb-02 20:56 
GeneralRe: reversed List Control Pin
Paul M Watt3-Feb-02 21:13
mentorPaul M Watt3-Feb-02 21:13 
GeneralC2084 Pin
3-Feb-02 18:13
suss3-Feb-02 18:13 
GeneralRe: C2084 Pin
Paul M Watt3-Feb-02 18:19
mentorPaul M Watt3-Feb-02 18:19 
GeneralRe: C2084 Pin
marouane miftah el kheir3-Feb-02 18:21
marouane miftah el kheir3-Feb-02 18:21 
GeneralRe: C2084 Pin
Paul M Watt3-Feb-02 19:34
mentorPaul M Watt3-Feb-02 19:34 
Questioncreate a project? Pin
3-Feb-02 17:21
suss3-Feb-02 17:21 
AnswerRe: create a project? Pin
Paul M Watt3-Feb-02 17:41
mentorPaul M Watt3-Feb-02 17:41 
It depends on the type of project that you want. If you are simply creating a C++ project that you would like to run from the command line, you will want to select:

WIN32 Console Application

If this will be a windows program choose:

WIN32 Application

Then if it will be a windows application with ATL support choose:

ATL COM Appwizard

Or if you would like MFC support:

MFC Appwizard

you can also create DLLs in order to use your c++ classes from an external executable, in this case simply select the correct project to create the DLL for you.

You can add this project to an existing Workspace that you are working in and have multiple projects to a single workspace by checking the Add to existing workspace checkbox if that choice is available.

Say that you add all of your files into a DLL, and you want that DLL to link into another project in the same workspace, you will go into the project settings for the executable, and click the link tab. Then on the Object/libaray modules edit box, add the name of your DLL project .lib to the line. this will enable the Linker to find all of the exported items from your DLL.

If this does not answer your question please reply.
GeneralRe: create a project? Pin
3-Feb-02 17:43
suss3-Feb-02 17:43 
GeneralPointers Pin
Matt Newman3-Feb-02 15:47
Matt Newman3-Feb-02 15:47 
GeneralRe: Pointers Pin
Paul M Watt3-Feb-02 16:06
mentorPaul M Watt3-Feb-02 16:06 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:07
Matt Newman4-Feb-02 11:07 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:35
Matt Newman4-Feb-02 11:35 
GeneralRe: Pointers Pin
Jay Beckert3-Feb-02 16:13
Jay Beckert3-Feb-02 16:13 
GeneralRe: Pointers Pin
Paul M Watt3-Feb-02 16:15
mentorPaul M Watt3-Feb-02 16:15 
GeneralRe: Pointers Pin
Jay Beckert3-Feb-02 16:26
Jay Beckert3-Feb-02 16:26 
GeneralRe: Pointers Pin
Matt Newman3-Feb-02 16:27
Matt Newman3-Feb-02 16:27 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:36
Matt Newman4-Feb-02 11:36 
GeneralRe: Pointers Pin
Jay Beckert5-Feb-02 11:21
Jay Beckert5-Feb-02 11:21 
GeneralRe: Pointers Pin
Matt Newman5-Feb-02 12:43
Matt Newman5-Feb-02 12:43 
GeneralRe: Pointers Pin
Jay Beckert5-Feb-02 13:16
Jay Beckert5-Feb-02 13:16 
General3d rotation Pin
Sergei3-Feb-02 14:49
Sergei3-Feb-02 14:49 
GeneralRe: 3d rotation Pin
Paul M Watt3-Feb-02 15:36
mentorPaul M Watt3-Feb-02 15:36 
Generalread a txt file Pin
magpierre3-Feb-02 12:03
magpierre3-Feb-02 12:03 
GeneralRe: read a txt file Pin
alex.barylski3-Feb-02 13:35
alex.barylski3-Feb-02 13:35 

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.