Hi all,
I'm trying to develop an application using the genesis API. I am good with C++ but I have never worked with an API of this type and scale before.
So I am having trouble getting a project started in Visual Studio 2005 that works with the API.
When I link to GTAPI.lib file I get a linking error upon trying to build the application that says:
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'C:\Documents.obj'
The documentation says to include header files as you need them, when I include my first header file in includes other header files from the API that are written in C# and cause many build errors.
if anyone has used the Genesis API before and could just give me a basic explanation of the best way to get started using it, it would be greatly sppreciated.
thanks,
I'm trying to develop an application using the genesis API. I am good with C++ but I have never worked with an API of this type and scale before.
So I am having trouble getting a project started in Visual Studio 2005 that works with the API.
When I link to GTAPI.lib file I get a linking error upon trying to build the application that says:
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'C:\Documents.obj'
The documentation says to include header files as you need them, when I include my first header file in includes other header files from the API that are written in C# and cause many build errors.
if anyone has used the Genesis API before and could just give me a basic explanation of the best way to get started using it, it would be greatly sppreciated.
thanks,
laceOrder(). I've enabled SEH exception handling (Structured Exception Handling), and that allows me to catch the exception, but this isn't a long term solution. Sometimes it is a CInvalidArgException, which is fine, but other times it looks like a memory violation.