Subj : Re: Linker says: 32-bit record found in module.asm To : borland.public.cpp.borlandcpp From : Szakats Istvan Date : Tue Feb 01 2005 11:20 pm Yes, that is the problem but how can i make bc++ 3.1 compile a normal cpp in 32bit mode so that it can later be linked with 32bit libraries ? Evariste HORNECKER wrote: > I think you have mixed 16 bits / 32 bits code. > Your xlib.asm has been compiled for WIN32, and you try to build an > application for Windows 3.11 (16 bits). > In order to link with 32 bits code, your whole application must be compiled > with this mode. > > Hope it helps .