by JeremyR » Nov 9, 2001 @ 10:27am
I've installed the GAPI files in the correct places (MS sample GAPI app builds and runs ok) but I get the following error (and another 9 similar ones)<br><br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXCloseDisplay(void)"<br><br>If I change EasyCE.h to include gx.h, instead of declaring all the GAPI stuff itself, it can't find the following function:<br><br>GXIsDisplayDRAMBuffer();<br><br>This isn't in the gx.h I've got from the eVC CD. What's going on? <br><br>I've seen someone post a similar problem before, but they didn't say how they solved it!.<br><br>Any help appreciated.