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)
borland
andembarcadero
tags, as they're meaningless. Anyone who knows whatDelphi
orC++Builder
are also knows who makes them, and anyone who doesn't won't know the answer to your question. Adding those tags is like addingMicrosoft
as a tag forVisual Studio
orSQL Server
orExcel
. :) – Ken White