Search found 23 matches
- Sat Jan 17, 2015 10:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Numeric value to double
- Replies: 2
- Views: 516
Re: Numeric value to double
Thx Antonio, works great!
- Fri Jan 16, 2015 7:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Numeric value to double
- Replies: 2
- Views: 516
Numeric value to double
Is there a way to convert a standard numeric value to a floating point (double) value in xHarbour?
Best regards,
Klaas den Dekker
Best regards,
Klaas den Dekker
- Wed Jan 14, 2015 11:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
Hi Antonio and Carlos,
I still have one problem to solve..the lib uses floating point (double) values.
How can I convert a standard numeric value to floating point?
Best regards,
Klaas den Dekker
I still have one problem to solve..the lib uses floating point (double) values.
How can I convert a standard numeric value to floating point?
Best regards,
Klaas den Dekker
- Tue Jan 13, 2015 1:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
The Debenu provides conversion from EMF to PDF.
I'm testing it now and will report my results in this forum.
I'm testing it now and will report my results in this forum.
- Mon Jan 12, 2015 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
Hi Antonio and Carlos, Indeed, DPLUnlockKeyA works, thanks very much! nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKeyA", nInstanceID, cLicenseUSD ) -> this works nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKey", nInstanceID, AnsiToWide(cLicenseUSD) ) -> this does not wo...
- Sun Jan 11, 2015 9:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
Yes, I am: STATIC hDLL IF DebLoadDLL() cLicense := "jx4aq86h5ou5mk9i86644936y" xId := DllCall( hDLL,nil,"DPLCreateLibrary" ) xRet := DllCall( hDLL,nil,"DPLUnlockKey",StrPtr(cLicense) ) DllCall( hDLL,nil,"DPLReleaseLibrary",xId ) ENDIF .... ** Load Debenu lib F...
- Sat Jan 10, 2015 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
FWHX 12.07
- Fri Jan 09, 2015 11:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Re: Testing Debenu Quick PDF Library
xHarbour 1.2.1 rev. 9421
Borland 5.82
Borland 5.82
- Fri Jan 09, 2015 12:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 7722
Testing Debenu Quick PDF Library
Hi, I'm testing the Debenu Quick PDF Library with Fivewin + xHarbour but I'm having problems starting up. I use: cLicense := "jx4aq86h5ou5mk9i86644936y" xId := DllCall( hDLL,nil,"DPLCreateLibrary" ) xVal := DllCall( hDLL,nil,"DPLUnlockKey",xId,StrPtr(cLicense) ) DllCall...
- Wed Dec 13, 2006 9:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memory use
- Replies: 4
- Views: 1230
- Wed Dec 13, 2006 8:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memory use
- Replies: 4
- Views: 1230
Thanks Antonio for your answer. One of my client works in a MS Terminal Server situation with a FiveWin + xHarbour + ADS program. At the beginning of the day 100+ (approx 09:00 hours) users start the program. Only than problems can occur because of the memory use. I thought of eliminating the proble...
- Mon Dec 11, 2006 11:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows user
- Replies: 2
- Views: 861
- Wed Dec 06, 2006 11:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows user
- Replies: 2
- Views: 861
Windows user
Is there a function (or method in a class) that returns the Windows user ?
Best regards,
Klaas den Dekker
Best regards,
Klaas den Dekker
- Wed Dec 06, 2006 11:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memory use
- Replies: 4
- Views: 1230
Memory use
When I start my application the memory used by this proces often increases to > 200.000 KB. After this peak the memory used is approx 20.000 KB. Is there a way to limit the maximum memory used (at startup) ?
Best regards,
Klaas den Dekker
Best regards,
Klaas den Dekker
- Tue Jul 11, 2006 9:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rename directory
- Replies: 2
- Views: 856