Package Wizard Problem

I've used DOA for a while but just recently tried using the Package Wizard for the first time.

I use Borland C++ Builder 6, DOA 4.0.3

It created the .pas file and I've included it into the source file, but when I try to compile, I get a C++ error on line 1 of the pascal file: Declaration syntax error.

has anyone seen this before?
 
In C++Builder you need to create a C++Builder package for your Oracle packages, and add the .pas files. When you compile this package, this will create the correct C++ header files and object files that you can use in your C++Builder projects.
 
Back
Top