PROC main:
dINIT
dTEXT "","Hello"
REM dTEXT "","",KD,KDTextSeparator% REM This is the cuprit.
REM What is this ,KD, ?
REM KDTextSeparator% is defined in Const.oph as $800
dText "","",$800 REM Creates a separator
dTEXT "","Goodbye"
DIALOG
PRINT "Hi"
GET
ENDP
BTW, The bug is different. If you press Other or OK button
you should receive a KERN-EXEC error number 3. Only after
pressing Continue everything works OK.
Pawel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=954979
Please try this:
PROC main:
dINIT
dTEXT "","Hello"
REM dTEXT "","",KD,KDTextSeparator% REM This is the cuprit.
REM What is this ,KD, ?
REM KDTextSeparator% is defined in Const.oph as $800
dText "","",$800 REM Creates a separator
dTEXT "","Goodbye"
DIALOG
PRINT "Hi"
GET
ENDP
BTW, The bug is different. If you press Other or OK button
you should receive a KERN-EXEC error number 3. Only after
pressing Continue everything works OK.
Pawel
Logged In: YES
user_id=732321
Sorry, mistyped that line. I know it should have an INCLUDE
Const.oph at the top as well. Oops.