I'm making a drive for my app(virtual reality - control of mine of extract in 3d). I maked a demo in c# only for test, this demo build a DLL. that is ok. But when i maked in c++(my kernel is in c++), first i try making in basic console application, importing the dll TDxInput, how says documetaion.
Code: Select all
#import progid:TDxInput.Device embbeded_idl no_namespaceCode: Select all
myObject uses undefined struct Deviceanybody how resolve this question?
