Subj : Re: How can i Create a EXE file in win32!! To : comp.programming From : gswork Date : Mon Sep 19 2005 01:36 am littleroy wrote: > for example ,i want to write a tool and it can generate a special exe > file in win32 Do you want to write a tool that generates executables? That would imply writing a compiler. If you want to generate executables from source code then a compiler is what you will need (and sufficient programming know how to write the program) .