Paxar Gold 6037EX User Manual Page 33

  • Download
  • Add to my manuals
  • Print
  • Page
    / 230
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 32
Developing Applications 3-3
Building Applications
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.
Page view 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 229 230

Comments to this Manuals

No comments