Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Porting C++ App to Oracle
I am considering porting a C++ application
to Oracle. The C++ application, written
with MFC under Visual Studio 6.0,
calls 7 or 8 different vendor supplied 32 bit DLL's.
Some DLL's are written in VB and require
SafeArrays to exchange data, others use VB collections,
still are straight 32 bit DLL's built with C++.
My question is, is there documentation/information on doing this from Oracle? Is there a built in Oracle design language that can do it?
Does the Oracle development environment have something like the Visual Studio C++ #import directive which can analyze the target DLL, recognize the function names and parameters and generate interface functions?
Thanks
Jim
Received on Fri Sep 03 2004 - 12:40:06 CDT
![]() |
![]() |