1 / 6

COMP SCI 351

COMP SCI 351. Building Borland C++ Applications. Console Projects in C++ Builder. Start a console application with these settings:. Console Projects in C++ Builder. Check that the paths settings are clean:. Console Projects in C++ Builder. Copy Blank to current folder

afram
Download Presentation

COMP SCI 351

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMP SCI 351 Building Borland C++ Applications

  2. Console Projects in C++ Builder • Start a console application with these settings: Data Structures

  3. Console Projects in C++ Builder • Check that the paths settings are clean: Data Structures

  4. Console Projects in C++ Builder • Copy Blank to current folder • Make modifications as needed • Make sure to re-save the source file to current folder Data Structures

  5. Compiling the Binary Executable • Uncheck Linker “Use dynamic RTL” option: Uncheck Data Structures

  6. Compiling the Binary Executable • Uncheck Packages “Runtime build” option: Uncheck Data Structures

More Related