by Dan East » Jun 29, 2002 @ 5:01am
There should be two different ways to remedy that. First you can extract gx.dll to your PC somewhere, and when it asks for the dll browse and select it (make sure you use the gx.dll to match your processor type). It still may warn you that gx.dll does not contain debugging info, but I don't think it will say that every time you start a debug session.
Second, if you go into the Project Settings, "Debug" tab, and select "Additional DLLs" you will see an option "Try to locate other DLLs". Try unchecking that option.
There's really no need for a debug version of gx.dll. That library does very little, and more importantly, does not do extensive calling into other libraries. Some libraries, like MFC.dll, are pretty complex and make calls into user code, so it is very important that debug versions are provided so the entire call stack can be navigated.
Dan East