error LNK2019: unresolved external symbol SmsOpen ??



Hello.

I'm currently developing an application in eVC++ which will send a
message to another device. I compile in eVC++ having included the sms.h
header file and having linked to the sms.lib library.
When I compile it everthing work just fine, but when I build it I get
the error messages:
error LNK2019: unresolved external symbol SmsClose
error LNK2019: unresolved external symbol SmsSendMessage
error LNK2019: unresolved external symbol SmsOpen

This is strange since the compiler seems to recognize the the data
structures which are declared in the header file (such as SMS_HANDLE),
while at the same time the functions definde in the sms.h header file
(like SmsOpen) aren't recognized.

Why can't the builder recognize the Sms functions? Thanks for any help
you
can provide.

.



Relevant Pages

  • [Q] btdrt.lib linking error. in EVC
    ... I'm trying to write a very simple application in EVC 4.0 that uses ... I am including bt_api.h, and linking to btdrt.lib. ... compile the program I get the following linking errors; ... btdrt.lib: error LNK2019: unresolved external symbol ...
    (microsoft.public.windowsce.platbuilder)
  • SMS Messaging in eVC++
    ... I compile in eVC++ having ... included the sms.h header file and having linked to the sms.lib library. ... Everthing looks like it should work just fine, but when I compile I get the ... referenced in function OpenSMSHandle ...
    (microsoft.public.dotnet.general)
  • How do you link to the Bluetooth API?
    ... I'm trying to write a very simple application in EVC 4.0 that uses ... I am including bt_api.h, and linking to btdrt.lib. ... compile the program I get the following linking errors; ... btdrt.lib: error LNK2001: unresolved external symbol g_fBthApiCOM ...
    (microsoft.public.windowsce.app.development)
  • Re: managing header files
    ... hundred by commenting out some external declarations, ... complaints) but the complaints about redundant declarations and the complaints ... to simplify the problem I decided to just try to compile ... approach of, in effect, finding one header file that all the .c files ...
    (comp.lang.c.moderated)
  • How to compile for HPC 2.0 with eVC++ 3.0 (was: Compiling for H/PC v2.0?)
    ... How to compile for H/PC 2.0 using eVC++ ... The SDK file is called mplatsdk.exe. ... certain is NOT compatible with eVC v3.x. ... including a H/PC 2.0 Jornada 660. ...
    (microsoft.public.pocketpc.developer)

Loading