Hello ,
I have a problem installing the active x component on C++ builder 6, I got the following error messages:
- in file: ezDICOMAX_TLB.h , undefined RGB symbol (it is in DCMmouseMoveIntensity function)
- in file ezDICOMAX_OCX.cpp , undefined m_OCXIntf symbol (it is in TezDICOMX::CreateControl function)
Thanks a lot
Ok got my answer myself,
I replaced RGB by rgb, and in ezDICOMAX_OCX..h , m_OCXIntf was in commentary
I hope it may help someone else have fun and thanks a lot for this great component !
Log in to post a comment.
Hello ,
I have a problem installing the active x component on C++ builder 6, I got the following error messages:
- in file: ezDICOMAX_TLB.h , undefined RGB symbol (it is in DCMmouseMoveIntensity function)
- in file ezDICOMAX_OCX.cpp , undefined m_OCXIntf symbol (it is in TezDICOMX::CreateControl function)
Thanks a lot
Ok got my answer myself,
I replaced RGB by rgb,
and in ezDICOMAX_OCX..h , m_OCXIntf was in commentary
I hope it may help someone else
have fun and thanks a lot for this great component !