ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 About iexMetaHelpers in C++

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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