MapiRule error

  • Thread starter Thread starter crino
  • Start date Start date
C

crino

I have to develope an application on SMS (read, get incoming, delete etc...)
So i have downloaded mapirule example from msdn' site....but when i try to
compile the dll i get the following error:
c:\programmi\.net compact framework samples\receiving sms
messages\code\mapirule\mapirule.cpp(1035) : fatal error C1010: unexpected
end of file while looking for precompiled header directive

Any clue??
thanx in advance ;)

/crino
 
That error generally means you forgot to add #include "stdafx.h" on the top
of that source file.
 
i think i've fixed....
the problem was PocketPC SDK ... i've reinstalled the sdk and also
"stdafx.h" file it compile the dll

thanx to all for support ;))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

A Stupid Compilation err 1
Sending SMS to emulator 3
Create a C/C++ dll and call it from C# 1
Receiving SMS in Smartphone App 2
error 3
My Hello World failed! 8
Compiling C and C++ 2
msxml sample compilation 4

Back
Top