Author Topic: How do I build my Visual C++ project within SlickEdit?  (Read 6272 times)

SlickEdit Support

  • Moderator
  • Senior Community Member
  • *
  • Posts: 384
  • Hero Points: 29
How do I build my Visual C++ project within SlickEdit?
« on: July 24, 2014, 02:53:07 PM »
Whether you use Visual C++ 6 or Visual Studio® .NET, you must first have registered the Visual C++ environment variables to enable command line compiles; otherwise, run the "VCVARS32.BAT" file in a DOS box, and then start SlickEdit from there. This will set the environment so that the editor can run these compiles.

To open your Visual C++ or .NET workspace/solution, go to (Project-->Open Workspace), and choose the Visual C++ workspace (.dsw) or .NET solution (.sln). Builds and compiles can then be run from the Build menu.