Search found 29 matches: klaas

Return to advanced search

Re: Numeric value to double

Klaas,

This should be enough:

local n := 10

MsgInfo( n * 1.0 )
by Antonio Linares
Fri Jan 16, 2015 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric value to double
Replies: 2
Views: 493

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
by Klaas den Dekker
Fri Jan 16, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric value to double
Replies: 2
Views: 493

Re: Testing Debenu Quick PDF Library

Klaas,

According to xHarbour docs, DllCall() will automatically convert a decimal number to a C double.

If you have an integer in the PRG, then try this: nYourNumber * 1.0

That should generate a decimal number and DllCall() should turn it into a double.
by Antonio Linares
Wed Jan 14, 2015 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

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
by Klaas den Dekker
Wed Jan 14, 2015 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

Klaas, nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKeyA", nInstanceID, cLicenseUSD ) -> this works That seems the right one as usually "A" stands for Ansi and "W" for wide. Thats the way ...
by Antonio Linares
Mon Jan 12, 2015 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

... nInstanceID, AnsiToWide(cLicenseUSD) ) -> this does not work Now I can continue with the conversion of EMF to PDF with this lib. Best regards, Klaas den Dekker
by Klaas den Dekker
Mon Jan 12, 2015 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

Klaas,

Could you please email me the DLL in a ZIP file renamed as ZOP ? thanks
by Antonio Linares
Sun Jan 11, 2015 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

Klaas,

How are you initially setting the value of hDLL ?
by Antonio Linares
Sat Jan 10, 2015 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

Klaas,

What FWH version are you using ?
by Antonio Linares
Sat Jan 10, 2015 3:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Re: Testing Debenu Quick PDF Library

Klaas,

What FWH version are you using ?

Are you using Harbour or xHarbour ? Borland ?

thanks
by Antonio Linares
Fri Jan 09, 2015 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Testing Debenu Quick PDF Library

... xVal := DllCall( hDLL,nil,"DPLUnlockKey",xId,cLicense ) Can anyone help me? Does anyone use the Debenu Quick PDF Library? best regards, Klaas den Dekker
by Klaas den Dekker
Fri Jan 09, 2015 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7473

Hi Antonio,

The server becomes very, very slow.
Users think that the program does not start and start the program for the second time; this increases the problem.

Regards,
Klaas den Dekker
by Klaas den Dekker
Wed Dec 13, 2006 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory use
Replies: 4
Views: 1206

Klaas,

> Only than problems can occur because of the memory use.

What problems are ?
by Antonio Linares
Wed Dec 13, 2006 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory use
Replies: 4
Views: 1206

... can occur because of the memory use. I thought of eliminating the problem by reducing the amount of memory the program is using. Best regards, Klaas den Dekker
by Klaas den Dekker
Wed Dec 13, 2006 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory use
Replies: 4
Views: 1206

Klaas,

Harbour allocates memory for the virtual machine stack, and different subsystems. Why do you need to reduce that memory amount ?

These days those memory values are quite low.
by Antonio Linares
Tue Dec 12, 2006 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory use
Replies: 4
Views: 1206
Next

Return to advanced search