I’m trying to install the Comport package in a Embarcadero RAD Studio XE. For the Delphi forms, the pallete appears with all comport modules (and functional,i am very sure ), but when I create a C++ form, the comport pallete appears, but with no modules inside.
I also have an installed old version of comport on Borland C++ Builder 6.0 and it works pretty well, so I’d also like to use this on Embarcadero’s RAD.
Does someone know how can I fix it ? I mean, how can I make the cport modules to appear in the C++ form mode?
Thank you.
Update
Just a comment, the how-2-path to set the “Generate all C++Builder files (including package libs)” is the following:
- In Delphi mode, open DsgnCPortDXE.bpl
-
Set the
Project >> Options >> Delphi Compiler >> Output – C/C++ >> C/C++ Output file generation >> Generate all C++Builder files (including package libs)
When you compile the package, make sure the Delphi Linker’s “Generate all C++Builder files” option is enabled in the Project Options.