How to compile an exe from DSW extern with vc++6.0 compiler?

Hi… how i can build my exe file without open vstudio?
need this for an extern engine editor!
please give me an good turtorial or something else… i have no idea how to do that!

MofuX ICQ#: 94467954

You can run the cl.exe file yourself, that’s how visual studio do anyway.

i’ve tryed this but dont get success!
hab you subsribe how to do that exactly?
which other files i need to do?

Look into the MSDN! CL pops out much help. Every parameter is explained detailed.

Sorry… but i doesn’t have the MSDN - libary!
so could somebody explain me how to do?
or could anybody who knows how to do send me his ICQ-Contact (if available)

Not 100% sure, but I think that the parameters you find under project settings in VC++ is exactly those VC++ sends to cl.exe

Yes, but it actually passes more, at least it seems to. I’ve got direct contact to the guy over icq now… he’s german!

The MSDN Library is online at http://msdn.microsoft.com/

Or specifically the CL command line options are here: http://msdn.microsoft.com/library/defaul…r_Reference.asp

[This message has been edited by DFrey (edited 09-25-2001).]