
Developing Applications 3-3
B u i l d i n g A p p l i c a t i o n s
A build consists of compiling and linking the application’s
source code. If your application has multiple source code files,
you must compile and link separately. For applications with one
source code file, you must compile and link in one step.
To build, use either the menu choices in the C/C++
development environment or the following DOS prompt
commands:
♦
cl (to compile and/or link)
♦
link (to link only).
Refer to your C/C++ documentation for more information.
Compiling Applications
Although you may also use other options when compiling, you
must specify
♦
/AL (use the large memory model)
♦
/Zp1 (pack structure members)
♦
/c (use only with multiple source code files).
Include Files
You must always use MMSULTRA.H.
If you are using Datalight Sockets, include CAPI.H and
COMPILER.H.
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......