In order to control who has a "licenced copy" of your exe I like to use the HASP hardware Key (or "dongle") from Aladdin.
More of this in:
http://www.ealaddin.com/hasp/default.asp?cf=tl
There are other's like Sentinel from Rainbow Tech, but I still prefer the one from...
You are perfoming an operation with the minus (-) sign, but the arguments used are of incompatible types, so, maybe your data is corrupted or changed in some form.
If you had the source, review it to try to discover the faulty operation.
8002: The type or length of the key doesn't match what's stored on disk
This error code indicates that a key expression has changed since the index was created. For example, if you had an index on LAST, and changed the width of the field from 20 bytes to 25 bytes, and then tried to use the...
To port an xBase app to Unix environment maybe you can use FlagShip, you can check it at:
Main site: http://www.fship.com
FAQs: http://www.fship.com/faq-fs.html
From the Blinker´s manual:
"Blinker has reached an internal size limit while compressing the symbol table of a CA-Clipper application. This is extremely unlikely to occur in normal operation.
Please contact Blinker technical support with your serial number and exact details of the...
This is a very basic procedure to print under Windows, Lantastic, Novell, DOS...
I extract this code from my own library, so you can adapt it to your desire.
You can use it to write a "black box function" or generic function as I do, so you simple pass parameters as File name, port...
A write which should have worked failed. This would occur if the media failed, or if a physical lock on the region existed. Be sure to release all file and record locks as soon as you can, to avoid contention.
From the NG docs:
DBFCDX/1011 Write error
Explanation: A write error...
Hi!
Check into The Oasis: http://www.the-oasis.net/
Look at the lib section, there you will find the source code of the Grumpfish library, because now is public domain.
So, you can take whatever function that you need to translate into xBase.
:)
The official site of xbase++ is:
http://alaska-software.com/
They can send to you a full demo CD if you fill the request form (look for it at their web site)
They are located in Germany and they send it to me (in Mexico). It arrives 3 weeks later.
Best regards...
The official site is
http://alaska-software.com/
They can send to you a full demo CD if you fill the request form (look for it at their web site)
They are located in Germany and they send it to me (in Mexico).
Best regards...
Well, that's the objetive of the Key (or dongle, or keylock, or whatever you call it): If you have the right key connected to the parallel or USB port then the software runs, if not, you cannot use the software.
So, you need to get the source code to remove the programmed calls to the key.
Try...
Lets see...
The things you can INCLUDE in a PRG file are text files with #define's, #translate's and other preprocessor commands, but you can not include a LIB file!
Why? Because a lib file is a binary collection of compiled code...
So, in order to run the debugger using ALT-D you must place...
Hello mfigueiredo!
When you declare an inline array like
aArray := { x, v, z ...}
and its too big the compiler fails with the errror space exhausted...
instead, declare it as:
Local aArray[100]
and then assing values later using aArray[ n ] := xValue
This is because at compiler time clipper...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.