Visual Studio: Difference between revisions

[unchecked revision][unchecked revision]
m (→‎Visual C++ vs Visual Studio: Update references to VS 2013)
Line 20:
The Microsoft compiler that is provided with the express edition of Visual C++ 2013 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 Express), it is possible to use the Visual Studio SDK to addcreate youra own"makefile languageproject" whichthat inheritsallows fromyou C++,to exceptuse usesa GCCcustom asbuild thescript compiler,(such LDas asinvoking the linker,[[Cygwin]] addtool achain) postto buildcompile eventyour tocode, createbuild your image, and setlaunch up yourthe 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