Hellow~
I bought DLP Light commander to implement 3D measurement module.
But I have a slight problem now.
I am using 64 bit based project with Visual sudio 2010 at c++ base, so when I try to compile with DLPC API now
I got the following error:
Error 2 error LNK2019: unresolved external symbol __imp_WriteExternalImage referenced in function "public: bool __cdecl DlpControl::WriteDBIImage(char *,int)" (?WriteDBIImage@DlpControl@@QEAA_NPEADH@Z) C:\Users\Administrator\Desktop\DLPWork\DlpTester\DlpTester\DlpControl.obj
I guess this is because I used 32bit DLPC API.
Is there any solution for this?
Or can I download 64 bit DLPC API?