Page 1 of 1

[Tutorial] Importing GdPicture.NET in Rad Studio

Posted: Mon Aug 13, 2012 12:38 pm
by Loïc
Hello,

Here step by step screenshots explaining how to import GdPicture.NET into the ActiveX palette of Rad Studio. This should work for Delphi and C++ Builder.

If you encounter any issue while importing the component just let us know!
GdPicture Import EN.zip
Importing GdPicture.NET in Rad Studio (English version)
(1.98 MiB) Downloaded 2007 times
GdPicture Import FR.zip
Importing GdPicture.NET in Rad Studio (French version)
(2.02 MiB) Downloaded 2002 times
A big thank you to Martin E. who is the creator of these files.

/!\ In addition, in the main form constructor (OnCreate event) you need to add these two lines, otherwise you could have errors such as div by 0 due to differences between Borland/Embarcadero and Microsoft compilers :

Code: Select all

#include <WTypes.h>
Set8087CW(0x133f);
See also: viewtopic.php?t=3724