one-step build for hello.c

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I put VC6 in explorer 'send to'. When I send a C language console app to VC6,
just choosing default answers results in a working executable.

What is a straight-forward way to build a simple console app with later VC
editions?
 
use command line to build a single file, the following is a sample command.

cl -GX basic-client.cpp main.cpp ws-util.cpp wsock32.lib
 
Thanks. But the VC6 SendTo method does a gui build,
with the code ready to edit and single-step in the
debugger. That is what I would prefer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VC6 speed vs VS2003 7
Debugger Error in VC++.NET 1
build APi 2
migrating VC6 to VC8 1
Bizarre behaviour in VS2005 when debugging 4
Stepping into vc++ dll from c# 2
Linking VC6 with VC7 DLL 2
Resources 3

Back
Top