I think you shoud use VC++ 7.0. I use VC6.0 can't compiled any Precompiler programs, but use VC7.0, I don't find any error.
----- Original Message ----- From: "Horstmann, Dirk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 4:25 PM Subject: Precompiler problems with debug option VC ++ 6.0 sapdb 7.4.03.27 > Hello. > > environment : > Windows XP > Visual c++ 6.0 > SapDB 7.4.03.27 > > Project. > I have a VC Project (dsp) with QT as the GUI builder and a SapDB as > database. > It's a data migration from Adabas. > > i start a cpc file with a option like this : cpc -E cplus -BIT32 -c -d xxx > -n xxx -u xxx,xxx test > this gererate a cpp file. > > Then i link this file ( cpp) with the VC projekt. > Runtime Libs are ibpcr.lib and libsqlca.lib . > > Release Version: No Problems. The program works. > Debug Version: > libsqlca.lib(vpi30cac.o) : fatal error LNK1103: Debug-Informationen > beschaedigt; Modul muss neu kompiliert werden. > ie. libsqlca.lib(vpi30cac.o) : fatal error LNK1103: debugging information > corrupt; recompile module > > I need the debug information. > > What's wrong? > Witch information you also require to help me ? > > thanks. > > > > >
