| View previous topic :: View next topic |
| Author |
Message |
Heinz
Joined: 07 Jun 2009 Posts: 1
|
Posted: Sun Jun 07, 2009 7:27 am Post subject: WScript.quit causes error under Windows2000 |
|
|
Hi,
when I create an .EXE with the folloing simple code and run the exe under Winows 2000 I get an error
Exception c0000005 at address 759C2E80 (<nosymbols>)"
| Code: |
wscript.echo "error:invalid parameters"
WScript.Quit
|
I have found that when I remove "WScript.Quit" then it will work under Windows2000, too.
I use ScriptEncryptor V 2.9.3.0
What can be reason that "WScript.Quit " causes an execption error under Windows 2000 ?
(It works with XP)
thank you very much
Heinz |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Sun Jun 07, 2009 2:00 pm Post subject: |
|
|
| Small part of code that you have provided work correct after compilation. |
|
| Back to top |
|
 |
|