> In the GCC world, "creating executables" is very far from "compiling", > but in the Windoze MSVC, BCC etc. cases "compiling" is considered being > just the same thing as "creating executables" ! Not entirely true. You just typically interact with the wrapper program, but compiling and lnking are distinct processes in msvc.. corey