Re:Borland C++ 3.1 an OCX
Quote
"Rene" <rene-poepp...@freenet.de> wrote in message
news:3bd6f40d$1_1@dnews...
Quote
> I want to include/use several OCX-Files in my C++ 3.1. Is it
possible? If the answer is yes, how can I do this?
Quote
> (If I can avoid it, I don't want to buy an update ;) )
It is theoretically possible, because 3.1 is OLE-aware to some degree,
IIRC. And if 3.1 can build 32-bit apps, you wouldn't even have to do
any thunking. But you would not be able to use them on a dialog like
you can in VB or VC++. I know it is possible to access the
functionality of an OCX from code without having the IDE take care of
all the reference stuff, but I don't know how to do it.
John M.