Widcomm SDK in VS2008

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi everyone<br/> <br/> Im trying to get the Widcomm SDK to work with my VS2008 install, and Im having some problems.<br/> <br/> I did what I could find out: include the sdk/inc folder, add the release folder to the libraries and add the _BTWLIB preprocessor definition.<br/> <br/> I also added msvcrt.lib to the ignore libraries.<br/> <br/> All the examples are MFC projects, but I wanted to make a console application.<br/> <br/> Now in my console application with precompiled header I only include the  BtIfDefinitions.h and I get 75 errors on this one.<br/> <br/> All missing type specifiers and missing ; before indentifier. Some are also in winnt.h. It seems to have something to do with the sdk using BOOL, which it doesnt know.<br/> <br/> It has been a while since I worked with C++ in windows, but I dont recall that one include should generated this much errors.<br/> <br/> If someone has some experience with getting this to work, I would appreciate it allot if you told me where I went wrong or what I forgot.<br/> <br/> On a last note, the samples do compile.

View the full article
 
Back
Top