From: Youssef H. <yha...@dc...> - 2002-12-05 11:27:36
|
Hi, I use Borland's compiler bcc32.exe and linker ilinke.exe and I get the linker problem shown below. Any idea why is that ? TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation +alloc.obj +reclaim.obj +allchblk.obj +misc.obj +mach_dep.obj +os_dep.obj +mark_rts.obj +headers.obj +mark.obj +obj _map.obj +blacklst.obj +finalize.obj +new_hblk.obj +dbg_mlc.obj +malloc.obj +stubborn.obj +dyn_load.obj +typd_mlc.ob j +ptr_chck.obj +gc_cpp.obj +mallocx.obj c:\borland\bcc55\bin\bcc32 @MAKE0003.@@@ Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HIDE_POINTER' referenced from C:\PHD\TOOLS\OPENC++2.5.12\SRC\GC\GC.LIB|finalize Error: Unresolved external '_REVEAL_POINTER' referenced from C:\PHD\TOOLS\OPENC++2.5.12\SRC\GC\GC.LIB|finalize ** error 1 ** deleting gctest.exe Regards. |