#WATCOM 10.0 + IPAS 3
5 messages in this thread
Hello Jonas,
I have some problems with the Autodesk 3D Studio IPAS 3 Develloper Kit and the
WATCOM 10.0 compiler(Patch level A). The WATCOM-lib's are incompatible to IPAS
3
or IPAS 3 is incompatible to the WATCOM-lib's. <g>
When starting the MAKESAMP.BAT included in the IPAS 3 DevKit the following
happens:
——————————————————————————-
—
D:\AUTODESK\IPAS_3>makesamp wc95
Compiling hand.obj
D:\AUTODESK\IPAS_3\EXAMPLES\AXP\HAND>wcc386 /s /j /ez /mf /fpi87 /3s /oail /zq
/
i=d:\watcom\h /i=..\..\..\inc hand.c /fo=hand.obj
Compiling axp.obj
D:\AUTODESK\IPAS_3\EXAMPLES\AXP\HAND>wcc386 /s /j /ez /mf /fpi87 /3s /oail /zq
/
i=d:\watcom\h /i=..\..\..\inc ..\axp.c /fo=..\axp.obj
Linking hand.axp
D:\AUTODESK\IPAS_3\EXAMPLES\AXP\HAND>wlink FILE hand.obj FILE ..\axp.obj
@..\..\
wc95.lnk NAME hand_i.axp
WATCOM Linker Version 10.0
Copyright by WATCOM International Corp. 1985, 1994. All rights reserved.
WATCOM is a trademark of WATCOM International Corp.
loading object files
searching libraries
Warning(1027): file clib3s.lib(crwd386): redefinition of __X32VM ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of __x386_stacklow
ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of __ASTACKSIZ ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of __ASTACKPTR ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of __no87 ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of __FPE_handler ignored
Warning(1027): file clib3s.lib(crwd386): redefinition of ___FPE_handler ignored
Warning(1027): file clib3s.lib(iomode): redefinition of __IOMode ignored
Warning(1027): file clib3s.lib(xmsg): redefinition of __exit_with_msg ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of ___begtext ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of __nullarea ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of __GDAptr ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of __D16Infoseg ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of
__x386_zero_base_selector ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of _cstart_ ignored
Warning(1027): file clib3r.lib(cstrt386): redefinition of __GETDS ignored
Error(2030): file clib3r.lib(cstrt386): multiple starting addresses found
Warning(1027): file clib3r.lib(seterrno): redefinition of __FPE_exception_
ignored
Error abort
——————————————————————————-
——————–
A friend of mine use the WATCOM 10.0 compiler with the WATCOM-9.5 libs and all
is OK.
Because I only have WATCOM 10.0, I have a problem. What can I do ? Is there an
IPAS 3 or IPAS 4 update
available from Autodesk or WATCOM ?
Thanks for any help
Ingo
Hi Ingo,
<< watcom 10.0 and IPAS3.. >>
IPAS3 supports Watcom9.5 only. See the IPAS3 readme. 🙁
jonas
When comes the update for IPAS 4, which hopfully support
Watcom 10.0 ?
Thanks Ingo
I have the same problem. Someone told me to use clib3s.lib from version 9.5
and it seems to works fine. I tried to do some gfx calls and now it doesn't
work. I see from the errors that you're getting that clib3r.lib also shows up
as a trouble maker. Maybe we need to use clib3s.lib from 9.5 also.
Alfonso
We have really to use clib3s.lib from 9.5. The incopatibility will
survive.