| Author |
exospace1.0g troube
|
|
| Marc-Tell Volkmann 2005-10-02, 6:55 pm |
| Hello,
I have some trouble with CLIPPER 5.2e and EXOSPACE 1.0g
I want to link a .obj file but I get a warning:
exospace fi bhmenu lib ct52
..
..
..
WARNING(#4023): FIle(KBDIBM.ASM) Segment "BIOS_DATA" absolute frame no.
0x0000 inconsistent with
that defined in file "D:\CC\DRV\DISPIBM.ASM"(absolute frame no. 0x0040).
..
..
..
1 WARNING error(s) detected.
the bhmenu.exe breaks with:
Error [35]: General Protection Fault in BHMENU.EXE at 0260:0040
code=0000 ss=0408 ds=0000 es=B800
....
rtlink fi bhmenu lib ct52
works fine without any errors.
(it use the RANDOM() function from CA-Clipper Tools V3.0)
Any ideas?
regards
M. Volkmann (NEWBIE)
| |
| AUGE_OHR 2005-10-02, 6:55 pm |
| hi,
> I have some trouble with CLIPPER 5.2e and EXOSPACE 1.0g
> I want to link a .obj file but I get a warning:
> exospace fi bhmenu lib ct52
exospace is a "extend mode" linker. your LIB must CTP52.LIB
> rtlink fi bhmenu lib ct52
> works fine without any errors.
> (it use the RANDOM() function from CA-Clipper Tools V3.0)
rtlink is a "real-mode" linker.
greetings by OHR
Jimmy
| |
| Marc-Tell Volkmann 2005-10-02, 6:55 pm |
| AUGE_OHR schrieb:
> hi,
>
>
>
>
> exospace is a "extend mode" linker. your LIB must CTP52.LIB
>
Oops I didn't seen the P in CTP52 in my documentation ( I think P
stands for "protection mode"? )
Great
Thanks
Marc-Tell
|
|
|
|