ProSoft Technology MVI69-ADMNET User Manual

Page 25

Advertising
background image

MVI-ADMNET ♦ 'C' Programmable

Setting Up Your Development Environment

'C' Programmable Application Development Module with Ethernet

Developer's Guide

ProSoft Technology, Inc.

Page 25 of 122

February 20, 2013

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.

3.1.2 Configuring Borland C++5.02

The following procedure allows you to successfully build the sample ADM code
supplied by ProSoft Technology, using Borland C++ 5.02. After verifying that the
sample code can be successfully compiled and built, you can modify the sample
code to work with your application.

Note: This procedure assumes that you have successfully installed Borland C++ 5.02 on your
workstation.

Downloading the Sample Program

The sample code files are located in the ADM_TOOL_MVI.ZIP file. This zip file is
available from the CD-ROM shipped with your system or from the
www.prosoft-technology.com web site. When you unzip the file, you will find the
sample code files in \ADM_TOOL_MVI\SAMPLES\.

Important: The sample code and libraries in the 1756-MVI-Samples folder are not compatible with,
and are not supported for, the Digital Mars compiler.

Advertising