> 2010/4/9 francesco perillo :
>>quit.resize( 75, 30 );
>> quit:resize( 100,30)
> Will be possible use . istead : like visual fox pro?
> Xbase have added a /fox switch to the Xbase++ compiler to accept the
> "." instead of the ":" in terms of OO syntax and will be become VFP
> successor.
Yo
2010/4/9 francesco perillo :
> quit.resize( 75, 30 );
> quit:resize( 100,30)
Will be possible use . istead : like visual fox pro?
Xbase have added a /fox switch to the Xbase++ compiler to accept the
"." instead of the ":" in terms of OO syntax and will be become VFP
successor.
--
Massimo B
This evening I started to "study" hbqt and I started from the sample
code I found on trolltech site... they are very basic samples based on
qt3 but so simple that they are still valid.
I converted sample 1 in a few minutes... just pay attention to
constructor that in Harbour is not overloaded...