I'm having trouble finding info on this issue.
I'm having trouble finding info on this issue. How do I use a C++Builder package in a Delphi project? This is with RAD Studio Seattle.
I've created a 32-bit package with C++Builder called (let's say) ParamHelperProj with a (let's say) TParamHelper class and installed it in the IDE. I can see it listed in the installed packages list. It's both a runtime and designtime package. I create a new Delphi project and I'm lost. What do I put in the uses clause to get the TParamHelper class? What all do I need to do to access this package from Delphi?
Thank you in advance,
-- Michael
I've created a 32-bit package with C++Builder called (let's say) ParamHelperProj with a (let's say) TParamHelper class and installed it in the IDE. I can see it listed in the installed packages list. It's both a runtime and designtime package. I create a new Delphi project and I'm lost. What do I put in the uses clause to get the TParamHelper class? What all do I need to do to access this package from Delphi?
Thank you in advance,
-- Michael
Comments
Post a Comment