www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - empty doc

↑ ↓ ← eric_smith <eric_smith_member pathlink.com> writes:
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 <eric_smith_member pathlink.com> writes:
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
→ Jan Knepper <jan smartsoft.cc> writes:
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
→ "Walter" <walter digitalmars.com> writes:
"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 under

 Tools Guide>>Compiling>>Win32 Programming. It seems to have never been

 in.


 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