Using Win32 in .Net

G

Guest

This may be a stupid question, but if I create a Win32 project using VC++
7.x, will it build the same as VC++ 6 or will it be a .Net app?
 
W

William DePalo [MVP VC++]

A. Dude said:
This may be a stupid question, but if I create a Win32 project using VC++
7.x, will it build the same as VC++ 6 or will it be a .Net app?

If you build a Win32 application, console or windowed, it will have no
dependency on the .Net framework.

That said, the compiler and to a lesser extent the linker underwent
significant renovations between versions so, even assuming the same source,
and the executables will not be byte-for-byte identical.

Regards,
Will
 

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

Top