|
Home > Archive > SQL Anywhere database > October 2005 > eVC++_ulapi.h_Lib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello,
ASA=9.0.2.3137
eVC++=3.0
ActiveSync=3.7.1
Device=iPAQ
via USB
iam getting an error "fatal error C1083: Cannot open include
file: 'ulapi.h': No such file or directory"
i suspect the error might be in the
Project>setting>link>Object/lib Modules (commctrl.lib
coredll.lib winsock.lib aygshell.lib
" $(ASA9)\ultralite\ce
\386\lib)"
is it bcos of error in environment variables or due to some
path mistakes..
pls advice
regards,
Rado
| |
| Greg Fenton 2005-10-28, 7:23 am |
| Rad0 wrote:
> iam getting an error "fatal error C1083: Cannot open include
> file: 'ulapi.h': No such file or directory"
>
> i suspect the error might be in the
> Project>setting>link>Object/lib Modules (commctrl.lib
> coredll.lib winsock.lib aygshell.lib
> " $(ASA9)\ultralite\ce
\386\lib)"
>
No, the compiler is failing to find a header file. The section of the
project you point out is for the linker. You want to go to (this is
from memory, but should be close enough):
Project -> Settings -> C/C++ -> Precompiler -> Additional Include
Directories
and ensure that it includes: $(ASANY9)\h
Make sure that ulapi.h is actually in that directory. Fire up Windows
Explorer, in the address field type "%ASANY9%\h" and see if the file is
there.
Hope this helps,
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|