Subj : Re: How can i Create a EXE file in win32!! To : comp.programming From : Richard Heathfield Date : Mon Sep 19 2005 07:48 am littleroy said: > for example ,i want to write a tool and it can generate a special exe > file in win32 The usual way to produce an executable file under Windows is to find a compiler for one's favourite programming language. One writes the program in the high level language, and then "compiles" it using the compiler. The compiler's output is the very exe file you seek. If you're good at programming, that is. -- Richard Heathfield "Usenet is a strange place" - dmr 29/7/2005 http://www.cpax.org.uk email: rjh at above domain (but drop the www, obviously) .