Machsupport Forum

Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: Neoprog on May 29, 2009, 04:45:23 AM

Title: missing library files in g100IO sample plugin
Post by: Neoprog on May 29, 2009, 04:45:23 AM
I downloaded g100IO sample plugin source and when I tried to compile it using Visual Studio 2005 (Professional Edition), it gave following errors even though there is a MachIncludes folder:
fatal error C1083: Cannot open include file: 'g100.h': No such file or directory
fatal error C1083: Cannot open source file: '..\g100library\src\G100Enumerator.cpp': No such file or directory
fatal error C1083: Cannot open source file: '..\g100library\src\G100Handler.cpp': No such file or directory
fatal error C1083: Cannot open source file: '..\g100library\src\G100Helpers.cpp': No such file or directory

It seems that the source doesn't have the g100library.
Please help !

Thanks in advance
Title: Re: missing library files in g100IO sample plugin
Post by: smurph on June 17, 2009, 01:36:11 AM
It doesn't matter.  You won't be able to compile a working plugin with VS2005 anyway.  :(  You have to use VS2003.  Or there is a beta "framework" (for lack of a better description) that you can make a new plugin with VS2008.

Steve