SDK

This is the English forum for all topics related to IO-Warrior. Please post in English only

Moderator: Guido Körber

Post Reply
eamo
Posts: 12
Joined: Fri Jul 09, 2010 11:15 am

SDK

Post by eamo »

I have started trying to use the sdk, but when I try to compile my code about 140 errors are returned from iowkit.h, I am running VC++ Express 2008, I have included the .lib file in the linker and added the .lib, .h and .dll files to my project directory, any help getting around this would be great.

Thanks
Eamonn
User avatar
Christoph Jung
Posts: 670
Joined: Sun Oct 08, 2006 3:43 pm
Location: Germany / Berlin
Contact:

Re: SDK

Post by Christoph Jung »

What are the errors wich shown in the compiler?
Try to include the windows.h in your headerfile at the first one.
Abteilung: Softwareentwicklung
Folge uns auf Twitter
Follow us on twitter
eamo
Posts: 12
Joined: Fri Jul 09, 2010 11:15 am

Re: SDK

Post by eamo »

Thanks for the help, I included windows.h and it worked.
Post Reply