Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing a DTS Package

Status
Not open for further replies.

Nobel

Programmer
Sep 26, 2003
2
US
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'
 
Nobel,

I guess you would get more help if u edit your question a bit more. Like provide more info.

good luck

In the sweat of thy brow shall you eat your bread.
-Bible

 
I guess you have #import'ed msacc8.olb. Thsi just means you can not #import it.
In MFC projects you can add classes from some TLB/OLB using wizard, but not #import.

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top