Same answer as the sticky topic: GCL 3.0 and MFC 7.0 .
What you need to do is re-compile the GCL libraries using the version of Visual Studio you plan to use. This links in the version of MFC that ships with your version of Visual Studio, rather than the ones that we ship, which links in MFC from Visual Studio 6. The wct32dr3 and wrt32dr3 DLLs do not need to be re-compiled because they have no references to MFC in them. All installations include GCL library source. Using Visual Studio X.0, load the *.dsw projects in the QCW32\mfclib\source directory and do a Build | Batch Build | Select All | Rebuild on each. This remakes the GCL libraries and copies them to the QCW32\mfclib subdirectory.
At some point you should considering porting your software to .Net, for which we have many graphics tools. We stopped all development work on the Windows/MFC libraries you are using more than 10 years ago, and at some point they are going to stop working. We now offer only very limited support for the products |