Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cryptor behaviour (very slow)
Message
From
15/01/2013 17:56:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Cryptor behaviour (very slow)
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01562867
Message ID:
01562867
Views:
125
I ´m asking here help on this non MS product because is very hard to contact Cryptor support. Although Cryptor is a great tool.

I have the following code to open some free medium size tables. (the whole size is about 180 Mbs ).

*************************************

Declare CRY_Register In XiCr50.Dll String, String, Long
Declare CRY_Unregister In XiCr50.Dll String, String, Long
Declare CRY_WatchDLL In XiCr50.Dll String
Declare CRY_DeepOn In XiCr50.Dll

* Never execute this code more than once...
If Empty(_Screen.Tag)
CRY_DeepOn()
Try
CRY_WatchDLL ("VFP9.EXE")
&& Visual FoxPro 9.0 IDE (causesexception, ignore it)
Catch
Endtry

CRY_WatchDLL ("VFP9R.DLL")
&& Visual FoxPro 9.0 Runtime
CRY_WatchDLL ("VFP9T.DLL") && Visual FoxPro 9.0 Runtime MT
CRY_WatchDLL ("phdbase.v50") && PhdBase_Screen.Tag = "Cryptor loaded"

Endif

CRY_Register(Fullpath("documentos.dbf"),"O4NGlA4v60",5)
CRY_Register(Fullpath("documentos.fpt"),"O4NGlA4v60",5)
CRY_Register(Fullpath("documentos.cdx"),"O4NGlA4v60",5)
CRY_Register(Fullpath("medica.dbf"),"O4NGlA4v60",5)
CRY_Register(Fullpath("medica.fpt"),"O4NGlA4v60",5)
CRY_Register(Fullpath("medica.cdx"),"O4NGlA4v60",5)
CRY_Register(Fullpath("kents.dbf"),"O4NGlA4v60",5)
CRY_Register(Fullpath("kents.fpt"),"O4NGlA4v60",5)
CRY_Register(Fullpath("kents.cdx"),"O4NGlA4v60",5)

Endproc
******************************

This code execution takes 25 seconds in a decent machine with Windows 7. Some years before only 6 seconds.

Have someone experience using Cryptor?

Thankx.
Next
Reply
Map
View

Click here to load this message in the networking platform