The VBScript below runs fine before compilation. After compilation, the dot exe file gives me an error.
VBSTART
Sub AlertMessage (msg)
MsgBox msg
End Sub
VBEND
VBRun>AlertMessage,Some Message
________
herbalaire
error when executing compiled code w/ VBscript
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 10
- Joined: Wed Apr 18, 2007 5:51 pm
error when executing compiled code w/ VBscript
Last edited by usernamechan on Tue Feb 01, 2011 12:25 pm, edited 1 time in total.
-
- Newbie
- Posts: 10
- Joined: Wed Apr 18, 2007 5:51 pm
I have a longer script that executes fine after compilation. After I added the MsgBox VBscript code, the script compiles, but wouldn't run.
I get "someFileName.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
....Please tell Microsoft about this problem....
Any ideas?
________
Mercury Meteor
I get "someFileName.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
....Please tell Microsoft about this problem....
Any ideas?
________
Mercury Meteor