http://forums.fivetechsupport.com/viewtopic.php?p=63850
But many errors are shown!
Antonio, please test your example..
#include <hbapi.h>
#include <windows.h>
#include <Gdiplus.h>
using namespace Gdiplus; // this one!
GdiplusStartupInput gdiplusStartupInput;
ULONG_PTRThanks Antonio!
I found, fivewin should make some substantially routines (lines, rectangles, ellipses, etc.) also with GDI+ as standard! The quality from graphics are much better with antialiasing and so on.
Günther,
Unless there is a real need for it, my understanding is that GDI+ is an important overload for an application and thus we should avoid it.
I may be wrong, as I have never performed speed tests about this, but I think that a simple API function has to perform much faster that calling a whole OLE objects layer ![]()
Also, the less our applications depend from external modules (DLLs, OLE, etc) the more robust applications that we get. FWH applications run on all Windows, have no need for lots of DLLs (like VB i.e.) and that means rock solid apps ![]()
Antonio, you are right!
But I will do some tests with GDI+ and report here.
Greetings from Austria.
Antonio, if you visit Otto, please inform me also. My home are only 100km far from Otto! ![]()
Günther,
Surely we will meet very soon! ![]()
Antonio, this are great news!!
For the C-wrapper-routines i write for GDI+ :
Where are the function HB_ISNUM()? I found only ISNUM(). The same?
Its the same function, for Harbour HB_ISNUM() and for xHarbour ISNUM()
Mr. byte-one,
would do you like to see mrftools.lib (espectaculars effeccts) from antolin ?
viewtopic.php?f=6t=18292hilit=mrftool
Regards
&&
Gunther,
Would you mind to share its source code ?
I am writting this from an iPad so no way to run the Windows EXE but I can review its source code ![]()
Antonio, yes, i send to you the code if it ok!
But at moment i need your help:
xharbour-parameter array {{x,y},{x,y},....} to c++-array with same structur

=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
byte-one wrote:Antonio, yes, i send to you the code if it ok!
But at moment i need your help:
xharbour-parameter array {{x,y},{x,y},....} to c++-array with same structur
How many elements the array has ? Is it known in advance ?