ProSoft Technology MVI69-ADM User Manual

Page 79

Advertising
background image

MVI-ADM ♦ 'C' Programmable

Setting Up Your Development Environment

'C' Programmable Application Development Module

Developer's Guide

ProSoft Technology, Inc.

Page 79 of 342

February 20, 2013

25 Click Make from the Topics field and ensure that the options match those

shown in the following screen:

26 Click OK.
27 Click Parse

Update All from the Project Window Menu. The new settings

may not take effect unless the project is updated and reparsed.

28 Click Project

Build All from the Main Menu.

29 When complete, the build results will appear in the Output window:

The executable file will be located in the directory listed in the Compiler Output
Directory box of the Directories tab (that is, C:\ADM_TOOL_MVI\SAMPLES\

…).

The Project Settings window can be accessed by clicking Project

Settings

from the Main Menu.

Porting Notes: The Digital Mars compiler classifies duplicate library names as Level 1 Errors
rather than warnings. These errors will manifest themselves as "Previous Definition Different:

function name". Level 1 errors are non-fatal and the executable will build and run. The architecture

of the ADM libraries will cause two or more of these errors to appear when the executable is built.
This is a normal occurrence. If you are building existing code written for a different compiler you
may have to replace calls to run-time functions with the Digital Mars equivalent. Refer to the Digital

Mars documentation on the Run-time Library for the functions available.

Advertising