gmalavrazic
Programmer
I try to move from Windows/DOS platform to Linux/DOSEmu. Some applications work but some have problems.
And here is the problem:
Under Windows/DOS this application work, but under Linux/DOSEmu crashes with: Internal error 19.
problematic part of the code is:
...
if OBRACUN->sifra=="0999"
OBRACUN->(GMCopyRec("COPY"
)
if !OBRACTMP->(dbseek(space(len(OBRACUN->mbr))))
OBRACTMP->(GMAddRec())
endif
...
Colored row is the point of CRASH with message: internal error 19.
Maybe is the problem with memory management, or...
Any ideas?
And here is the problem:
Under Windows/DOS this application work, but under Linux/DOSEmu crashes with: Internal error 19.
problematic part of the code is:
...
if OBRACUN->sifra=="0999"
OBRACUN->(GMCopyRec("COPY"
if !OBRACTMP->(dbseek(space(len(OBRACUN->mbr))))
OBRACTMP->(GMAddRec())
endif
...
Colored row is the point of CRASH with message: internal error 19.
Maybe is the problem with memory management, or...
Any ideas?