Visual Studio: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (redo forum link, sorry)
No edit summary
Line 23:
 
The Microsoft compiler that is provided with the express edition of Visual C++ 2005 can build either native 32-bit or 64-bit PE files, or .NET assemblies.
 
Of course, you could disable the compiler and add a custom build event which runs a shell script and invokes Cygwin. If you are using Visual Studio (not Visual C++), it is possible to use the Visual Studio SDK to add your own language which inherits from C++, except uses GCC as the compiler, LD as the linker, add a post build event to create your image, and set up your emulator as your debugger (so you can just press F5 for the whole thing to build and the emulator to start). Compiling Bochs with debugging enabled may allow you to use the Visual Studio debugger (including line by line execution) except this hasn't yet been tested.
 
=== Creating the Project: ===
Anonymous user