www.digitalmars.com         C & C++   DMDScript  

c++.dos.32-bits - Missing file

reply "Gisle Vanem" <giva bgnett.no> writes:
I'm trying to build a DOSX 32-bit test-program using option '-mx'.
But the linker cannot find the startup file cx.obj. Where can I
get this file?

Here is my commands and the output:

dmc test.c ..\lib\wattcpdx.lib -mx -I..\inc -L/map:full -L/stack:20000
link cx+test,test,,..\lib\wattcpdx/noi/map:full/stack:20000;
OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

cx.obj
 Error 2: File Not Found cx.obj

Gisle V.    
Jul 01 2002
parent "Walter" <walter digitalmars.com> writes:
Those files are available as a free download from www.dosextender.com

-Walter


"Gisle Vanem" <giva bgnett.no> wrote in message
news:afpjbf$27v4$1 digitaldaemon.com...
 I'm trying to build a DOSX 32-bit test-program using option '-mx'.
 But the linker cannot find the startup file cx.obj. Where can I
 get this file?

 Here is my commands and the output:

 dmc test.c ..\lib\wattcpdx.lib -mx -I..\inc -L/map:full -L/stack:20000
 link cx+test,test,,..\lib\wattcpdx/noi/map:full/stack:20000;
 OPTLINK (R) for Win32  Release 7.50B1
 Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

 cx.obj
  Error 2: File Not Found cx.obj

 Gisle V.
Jul 01 2002