nick Contributor

Joined: 15 Aug 2000 Posts: 50 Location: hamburg,nj
|
Posted: Mon Sep 30, 2002 7:15 pm Post subject: runtime error |
|
|
Hello:
Can anyone tell me why the code below when compiled and run with version 4.5 of vdsrun.dll causes a Runtime error 216 at 77B90969 when closed. but if you run it with vdsrun version 4.02 everthing is alright.
| Code: |
external vdselm.dll,<license>
Title vdselm test
DIALOG CREATE,vdselm Test,-1,0,213,155
REM *** Modified by Dialog Designer on 9/30/2002 - 14:32 ***
DIALOG ADD,BUTTON,BUTTON1,120,80,64,24,Close
DIALOG SHOW
:Evloop
wait event
goto @event()
:BUTTON1BUTTON
:Close
exit
|
Thanks in advance.
Nick |
|