Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
DATA:
LOAD
'TOTO' AS F1
,Test() AS F2
,AddOne(100) AS F3
AutoGenerate(1);
F1 | F2 | F3 |
---|---|---|
TOTO | null() | 101 |
I’ve registred the DynamicWrapperX DLL with administrator privileges.
Using cmd.exe (opened with admin account) :
C:\...\>regsvr32 dynwrapx.dll
Execute the script using cmd.exe (with administrator privileges):
C:\...\>cscript test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. Tous droits réservés.
DoubleClickTime is 500 ms
Your AciveX error-message is caused from security-settings. At first within the module-editor you need to enable system-access (left pane in the mid) and then the settings from the OS (mostly configured within the options of the IE).
What is the aim from the use of these function within the load-execution?
- Marcus
Your AciveX error-message is caused from security-settings. At first within the module-editor you need to enable system-access (left pane in the mid) and then the settings from the OS (mostly configured within the options of the IE).
What is the aim from the use of these function within the load-execution?
- Marcus
Many thanks Marcus.
My problem was solved by changing the Module & Local Security.
Calling "user32.dll" and getting the double-click time is a simple test.
What I need to do is calling a proprietary decryption dll during the load of data comming from an encrypted database.
-
Julien