Unless otherwise stated otherwise, directives apply to both embedded SQL and C++ API applications.
You can supply compiler directives:
CompileOptions=/c /DPRWIN32 /Od /Zi /DWIN32 /DUL_USE_DLL IncludeFolders= \ /I"$(VCDIR)\include" \ /I"$(SQLANY11)\SDK\Include" sample.obj: sample.cpp cl $(CompileOptions) $(IncludeFolders) sample.cpp |
VCDIR is your Visual C++ directory and SQLANY11 is your SQL Anywhere installation directory.
#define
statement.
UL_AS_SYNCHRONIZE macro
UL_SYNC_ALL macro
UL_SYNC_ALL_PUBS macro
UL_TEXT macro
UL_USE_DLL macro
UNDER_CE macro
UNDER_PALM_OS macro
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |