www.digitalmars.com         C & C++   DMDScript  

D - question about WIN32 apps

reply "Achilleas Margaritis" <axilmar in.gr> writes:
Aside from WinMain usage, how do I make a WIN32 app ?
How do I use the module definition file I have made, as instructed by the
docs ?
Apr 20 2004
parent Stewart Gordon <smjg_1998 yahoo.com> writes:
Achilleas Margaritis wrote:

 Aside from WinMain usage, how do I make a WIN32 app ?
Either using the Windows API, or using any of various libraries that are around. http://smjg.port5.com/pr/d/sdwf/ http://www.wikiservice.at/wiki4d/wiki.cgi?AvailableGuiLibraries
 How do I use the module definition file I have made, as instructed by the
 docs ?
Put it on the command line with DMD or whatever when linking. Stewart. -- My e-mail is valid but not my primary mailbox, aside from its being the unfortunate victim of intensive mail-bombing at the moment. Please keep replies on the 'group where everyone may benefit.
Apr 20 2004