Hello all-
This might get lengthy so hold on...
I'm simply trying to call a C++ function from C. Here's an update as to where I am and I what I've tried.
The following is my C++ .h file:
#ifndef MYSERVER_H
#define MYSERVER_H
#ifdef __cplusplus
class myServer
{
public:
myServer()...
Hello all-
I currently am writing a VB application that will be invoked from Oracle Forms. Once my VB application does what it is designed to do, I need to return to Oracle Forms a customer ID number.
I was thinking about returning this number as the Return/Exit/Error code, but I don't know...
I would have to agree with madlarry to a certain extent. I've previously ran into the exact same error; however, I couldn't get the do while loop to work with the comparison that he is doing. Logically it makes sense, and that's what I tried initially, but I've found that it works better to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.