Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ..\\..\\help in remembering what all this means Pin
Terry O'Nolley17-Dec-03 13:27
Terry O'Nolley17-Dec-03 13:27 
GeneralRe: ..\\..\\help in remembering what all this means Pin
Steve Messer17-Dec-03 14:19
Steve Messer17-Dec-03 14:19 
Questionmultiple executables in the same project? Pin
luddet17-Dec-03 12:39
luddet17-Dec-03 12:39 
AnswerRe: multiple executables in the same project? Pin
Anthony_Yio17-Dec-03 16:03
Anthony_Yio17-Dec-03 16:03 
GeneralRe: multiple executables in the same project? Pin
luddet17-Dec-03 16:33
luddet17-Dec-03 16:33 
GeneralRe: multiple executables in the same project? Pin
Anthony_Yio17-Dec-03 17:17
Anthony_Yio17-Dec-03 17:17 
GeneralRe: multiple executables in the same project? Pin
luddet18-Dec-03 4:43
luddet18-Dec-03 4:43 
GeneralRe: multiple executables in the same project? Pin
John M. Drescher19-Dec-03 8:13
John M. Drescher19-Dec-03 8:13 
luddet wrote:
I need to know if it's possible to have several files with a main() or WinMain() in each, and have each one of them generate an executable. And I want to have them in the same project.

No. A project produces only one executable unless you mess with make files or custom builds to rig it to make more than one executable.


Use multiple projects and do batch builds. I do this all the time. For vc6 I have an addin that I run msvc from the command line and it will build all projects in the workspace.

John
GeneralRe: multiple executables in the same project? Pin
luddet20-Dec-03 3:52
luddet20-Dec-03 3:52 
GeneralResource Only DLL question Urgent! Pin
Binayak17-Dec-03 11:24
Binayak17-Dec-03 11:24 
GeneralRe: Resource Only DLL question Urgent! Pin
Prakash Nadar17-Dec-03 16:42
Prakash Nadar17-Dec-03 16:42 
GeneralBest database classes for this purpose: not really a programming question Pin
pankajdaga17-Dec-03 11:21
pankajdaga17-Dec-03 11:21 
GeneralRe: Best database classes for this purpose: not really a programming question Pin
John M. Drescher17-Dec-03 17:09
John M. Drescher17-Dec-03 17:09 
Generalquick question Pin
Qbus17-Dec-03 10:41
Qbus17-Dec-03 10:41 
GeneralRe: quick question Pin
Terry O'Nolley17-Dec-03 12:34
Terry O'Nolley17-Dec-03 12:34 
GeneralRe: quick question Pin
sam India17-Dec-03 17:47
sam India17-Dec-03 17:47 
GeneralCRecordset, ODBC, and Access Pin
David Crow17-Dec-03 8:34
David Crow17-Dec-03 8:34 
GeneralRe: CRecordset, ODBC, and Access Pin
Terry O'Nolley17-Dec-03 12:39
Terry O'Nolley17-Dec-03 12:39 
GeneralRe: CRecordset, ODBC, and Access Pin
David Crow18-Dec-03 2:51
David Crow18-Dec-03 2:51 
GeneralRe: CRecordset, ODBC, and Access Pin
Terry O'Nolley18-Dec-03 8:19
Terry O'Nolley18-Dec-03 8:19 
GeneralRe: CRecordset, ODBC, and Access Pin
sam India17-Dec-03 18:21
sam India17-Dec-03 18:21 
GeneralRe: CRecordset, ODBC, and Access Pin
David Crow18-Dec-03 2:40
David Crow18-Dec-03 2:40 
GeneralOWL to MFC Pin
olezhik17-Dec-03 8:16
olezhik17-Dec-03 8:16 
GeneralRe: OWL to MFC Pin
Jörgen Sigvardsson17-Dec-03 8:24
Jörgen Sigvardsson17-Dec-03 8:24 
GeneralRe: OWL to MFC Pin
Terry O'Nolley17-Dec-03 12:40
Terry O'Nolley17-Dec-03 12:40 

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.