c++.windows.32-bits - empty doc
- eric_smith (7/7) Aug 16 2002 Here (exactly) is the documentation for creating win32 exe's under Compi...
- eric_smith (3/10) Aug 16 2002 oops! I was just being a blockhead. However, differentiating the head si...
- Jan Knepper (6/12) Aug 16 2002 I think the newer compilers make Win32 exe's per default.
- Walter (6/12) Aug 16 2002 Compiler and
Here (exactly) is the documentation for creating win32 exe's under Compiler and Tools Guide>>Compiling>>Win32 Programming. It seems to have never been filled in. Compiling Win32 Executables This section explains how to create various kinds of Win32 executables. what are the switches?? eric
Aug 16 2002
oops! I was just being a blockhead. However, differentiating the head sizes in the HTML wouldn't be a bad idea. In article <ajj907$1p3e$1 digitaldaemon.com>, eric_smith says...Here (exactly) is the documentation for creating win32 exe's under Compiler and Tools Guide>>Compiling>>Win32 Programming. It seems to have never been filled in. Compiling Win32 Executables This section explains how to create various kinds of Win32 executables. what are the switches?? eric
Aug 16 2002
eric_smith wrote:Here (exactly) is the documentation for creating win32 exe's under Compiler and Tools Guide>>Compiling>>Win32 Programming. It seems to have never been filled in. Compiling Win32 Executables This section explains how to create various kinds of Win32 executables. what are the switches??I think the newer compilers make Win32 exe's per default. The switch however is -mn, thus dmc -mn <file.c/cpp> This however makes a 'Console' executable. Check other messages for making a 'GUI' executable. Jan
Aug 16 2002
"eric_smith" <eric_smith_member pathlink.com> wrote in message news:ajj907$1p3e$1 digitaldaemon.com...Here (exactly) is the documentation for creating win32 exe's underCompiler andTools Guide>>Compiling>>Win32 Programming. It seems to have never beenfilledin. Compiling Win32 Executables This section explains how to create various kinds of Win32 executables. what are the switches??Sorry about the confusion, the switches are in www.digitalmars.com/ctg/sc.html
Aug 16 2002