Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Anone used CxImage??

Anone used CxImage??

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestionworkspace
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prakash Nadar
    wrote on last edited by
    #1

    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.

    S 1 Reply Last reply
    0
    • P Prakash Nadar

      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.

      S Offline
      S Offline
      Shehzad Salim
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • S Shehzad Salim

        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

        P Offline
        P Offline
        Prakash Nadar
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups