I am trying to implement a simple call to a DTS package from my a program. I have been able to implement it in a test, stand alone program. However, when I try to use the code in my larger program I am getting tons of errors of which this is one. Can anyone help? u:\allprojects\translationmanagerprojects\transman\msacc8.h(725) : error C2011: '_Application' : 'struct' type redefinition
u:\allprojects\translationmanagerprojects\transman\tutserve.h(171) : error C2259: '_Application' : cannot instantiate abstract class due to following members:
u:\allprojects\translationmanagerprojects\transman\debug\dtspkg.tlh(6846) : see declaration of '_Application'
u:\allprojects\translationmanagerprojects\transman\tutserve.h(171) : error C2259: '_Application' : cannot instantiate abstract class due to following members:
u:\allprojects\translationmanagerprojects\transman\debug\dtspkg.tlh(6846) : see declaration of '_Application'