Anone used CxImage??
-
I want to use CxImage in my project, but i am not able to link the project files, i added CxImage workspace in my workspace and i get this following errors error LNK2001: unresolved external symbol "public: virtual long __thiscall CxMemFile::GetC(void)" (?GetC@CxMemFile@@UAEJXZ) 13 other simlilar erros i think i am providing the rite path, for the lib file but still i am not ale to resolve it please help. The World is getting smaller and so are the people.
-
I want to use CxImage in my project, but i am not able to link the project files, i added CxImage workspace in my workspace and i get this following errors error LNK2001: unresolved external symbol "public: virtual long __thiscall CxMemFile::GetC(void)" (?GetC@CxMemFile@@UAEJXZ) 13 other simlilar erros i think i am providing the rite path, for the lib file but still i am not ale to resolve it please help. The World is getting smaller and so are the people.
Davide Pizzolato wrote: The CxImgLib.dsw workspace shows the libraries required to build an application (demo.exe) including almost all the features and the formats available in CxImage. You must compile all the libraries before you can link the final application. In the same workspace you'll find the projects to build different libraries and applications: CxImage : cximage.lib - static library CxImageCrtDll : cximagecrt.dll - DLL not using mfc CxImageMfcDll : cximage.dll - DLL using mfc Demo : demo.exe - program linked with cximage.lib and the C libraries DemoDll : demodll.exe - program linked with cximagecrt.dll j2k,jasper,jbig,jpeg,png,tiff,zlib : static C libraries So from above you should look that whether u have build all of your libraries
-
Davide Pizzolato wrote: The CxImgLib.dsw workspace shows the libraries required to build an application (demo.exe) including almost all the features and the formats available in CxImage. You must compile all the libraries before you can link the final application. In the same workspace you'll find the projects to build different libraries and applications: CxImage : cximage.lib - static library CxImageCrtDll : cximagecrt.dll - DLL not using mfc CxImageMfcDll : cximage.dll - DLL using mfc Demo : demo.exe - program linked with cximage.lib and the C libraries DemoDll : demodll.exe - program linked with cximagecrt.dll j2k,jasper,jbig,jpeg,png,tiff,zlib : static C libraries So from above you should look that whether u have build all of your libraries
Thanx for the detailed info very much... What my problem was that i didnt want to mess with my workspace i.e include those workspace in mine so that i can use them, instead what i did was i compiled the demo , it compiled all the needed libs, so i put those libs in my workspace and included the "include" files from CxImage. Works like a charm... Thanx again. Regards, Prakash. The World is getting smaller and so are the people.