Search found 1 match

by Max
Thu Jun 16, 2016 12:55 am
Forum: COM interoperability
Topic: [C++ Builder XE] Unlocking the toolkit
Replies: 2
Views: 13557

Re: [C++ Builder XE] Unlocking the toolkit

C++ Builder has a type for COM object communication: OleStr. No need to allocate and free buffers for every string passed into the GdPicture components. Drop the TLicenseManager control on a form (here named LicenseManager) #include <GdPicture_NET_12_TLB.h> bool unlock(void) { return LicenseManager-...