Search:

Type: Posts; User: Adamn

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,324

    It's NOT declared as static in the cpp file. I...

    It's NOT declared as static in the cpp file. I got the solution now....

    class __declspec(dllexport) ColorSpaces

    Thx for all your support!

    Adamn
  2. Replies
    10
    Views
    1,324

    From msdn: This seems to be my problem, but...

    From msdn:

    This seems to be my problem, but there is no solution to this suggested!
  3. Replies
    10
    Views
    1,324

    If I declare it as static in the cpp file, it...

    If I declare it as static in the cpp file, it says " 'static' should not be used on member functions defined at file scope" ... so there wasn't the problem.
    And I returned something .... still the...
  4. Replies
    10
    Views
    1,324

    #include "ColorSpaces.h" is inserted in main.cpp,...

    #include "ColorSpaces.h" is inserted in main.cpp, ColorSpaces.cpp and in MSImage.h.
    #include "MSImage.h" is inserted in MSImage.cpp

    The strange this is, everything just worked fine before I...
  5. Replies
    10
    Views
    1,324

    This is the complete code for ColorSpaces.cpp and...

    This is the complete code for ColorSpaces.cpp and ColorSpaces.h .... to post all the other stuff, i think its too complicated.
  6. Replies
    10
    Views
    1,324

    char* misinterpreted as int*

    Hi everybody!
    I'm using Visual Studio 2005 and don't know how to solve this problem. Till now, everything worked just fine, included all the necessary libs, headers and so on.

    But there is the...
Results 1 to 6 of 6