Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Porting C++ App to Oracle

Porting C++ App to Oracle

From: Questioner <james_pannozzi_at_cisgi.com>
Date: 3 Sep 2004 10:40:06 -0700
Message-ID: <11a3fa8.0409030940.8312720@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US