LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

making CINs with BCB 4

Does anyone know how to make a CIN using Borland
C++ Builder 4 or Borland C++ 5.02. I've done this
on MSVC++, but really need to figure out if it can
be done from Borland Products. The instructions
for MSVC++ are pretty straight forward, and I can
do the same thing on Borland until it comes to the
Custom Build stuff.

Any help would be greatly appreciated.

Thanks,
Aaron Urbas


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 1 of 2
(2,598 Views)
I would suggest that you build a DLL by using C++, and call it through
the "call library function", that's more efficient and simple.

--Rongfu


Dr. Rongfu Luo
Advanced Process Control Tel: 416-401-0163
117-27 Bergamot Avenue Fax: 416-401-0118
Toronto, Ontario, M9W 1W5 Email: apc001@sympatico.ca
Canada http://www3.sympatico.ca/apc001

In article <7s2ohp$mpm$1@nnrp1.deja.com>,
aaronurbas@my-deja.com wrote:
> Does anyone know how to make a CIN using Borland
> C++ Builder 4 or Borland C++ 5.02. I've done this
> on MSVC++, but really need to figure out if it can
> be done from Borland Products. The instructions
> for MSVC++ are pretty straight forward, and I can
> do the same thing on Borland until it comes to the
> Custo
m Build stuff.
>
> Any help would be greatly appreciated.
>
> Thanks,
> Aaron Urbas
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 2 of 2
(2,598 Views)