rs232
2006-11-08 21:12:03 UTC
Hello,
I'm developing my first application with capi adk, I'm using Microsoft
VC++.
I have specified lib directories (where there is capi2032.lib file) in
tools/options/projects/vc++ directories/library files and I have
inserted in in project/my_app properties/linker/command line
capi2032.lib
When I try to compile my program, I receive the following error:
error C3861: 'CAPI_INSTALLED': identifier not found, even with
argument-dependent lookup
I have seen inside file: cwin32.c: extern DWORD APIENTRY
CAPI_INSTALLED (void);
So I don't figured It out, this problem!
I also tried with cap2032.lib and cap2032d.lib but the i have the same
error.
I have installed capi drivers and C:\WINNT\system32 directory I have
capi2032.dll file
please help me.
Teo
I'm developing my first application with capi adk, I'm using Microsoft
VC++.
I have specified lib directories (where there is capi2032.lib file) in
tools/options/projects/vc++ directories/library files and I have
inserted in in project/my_app properties/linker/command line
capi2032.lib
When I try to compile my program, I receive the following error:
error C3861: 'CAPI_INSTALLED': identifier not found, even with
argument-dependent lookup
I have seen inside file: cwin32.c: extern DWORD APIENTRY
CAPI_INSTALLED (void);
So I don't figured It out, this problem!
I also tried with cap2032.lib and cap2032d.lib but the i have the same
error.
I have installed capi drivers and C:\WINNT\system32 directory I have
capi2032.dll file
please help me.
Teo