Discussion:
Building lib/hpp files...
(too old to reply)
Gene Buckle
2008-06-12 15:04:11 UTC
Permalink
I've got a commercial component that came with source - when it installed
it built lib and .hpp files for use with C++ builder. I originally only
used it with Delphi, but I've made changes to it and need to use it with
C++ Builder. How can I go about re-creating a new libarary and include
file?

I've tried just building the Delphi component and installing it, but that
doesn't seem to be the right magic.

Thanks all.

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
Remy Lebeau (TeamB)
2008-06-12 16:35:33 UTC
Permalink
Post by Gene Buckle
I've got a commercial component that came with source - when
it installed it built lib and .hpp files for use with C++ builder. I
originally only used it with Delphi, but I've made changes to it
and need to use it with C++ Builder. How can I go about
re-creating a new libarary and include file?
Simply recompile it.
Post by Gene Buckle
I've tried just building the Delphi component and installing it,
but that doesn't seem to be the right magic.
The Delphi compiler has options available to generate C++ support files,
such as .lib and .hpp. Make sure those options are enabled.


Gambit
Gene Buckle
2008-06-12 17:31:55 UTC
Permalink
Post by Remy Lebeau (TeamB)
The Delphi compiler has options available to generate C++ support files,
such as .lib and .hpp. Make sure those options are enabled.
Thanks! Worked like a charm. :)

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
Continue reading on narkive:
Loading...