T O P I C R E V I E W |
lago |
Posted - Oct 04 2015 : 06:09:50 Hello, see if someone can help, I try to use iexMetaHelpers for metadata management in C++. In support meeting "iexMetaHelpers Simply add to your clause to use the new access methods" Builder C ++ but can not get it to work.
Try: #include <iexMetaHelpers.hpp> and for obj: #pragma link "iexMetaHelpers"
But "StringGrid" has no new methods.
Thank you very much in advance.
Jorge |
2 L A T E S T R E P L I E S (Newest First) |
lago |
Posted - Oct 04 2015 : 14:39:49 Thank you, Nigel, I will try to adapt.
Jorge. |
xequte |
Posted - Oct 04 2015 : 13:44:08 Hi Jorge
As far as I recall, C++ does not support class helpers, but the code is fairly simple so you might want to rewrite them as standard procedures (passing a destination TStringGrid as a parameter).
http://codeverge.com/embarcadero.cppbuilder.cpp/calling-class-helpers-from-c++/1056921
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|