Hello Guest it is March 28, 2024, 05:43:35 PM

Author Topic: missing library files in g100IO sample plugin  (Read 3736 times)

0 Members and 1 Guest are viewing this topic.

missing library files in g100IO sample plugin
« 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

Offline smurph

*
  • *
  •  1,544 1,544
  • "That there... that's an RV."
    • View Profile
Re: missing library files in g100IO sample plugin
« Reply #1 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