Topic: Version 2.2 w/ VS2008 and VC++
Hello,
can someone please direct me to instructions on compiling version 2.2 under debug configuration with VS2008.
I did try the instructions on oofem wiki but I get the following -
Errors (x 424):
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? e:\oofem\src\fm\binghamfluid2.c 723 oofem
Warnings:
warning C4005: 'ENUM_ITEM' : macro redefinition e:\oofem\2.2\console\oofem\src\oofemlib\cltypes.c 281 oofem
warning C4005: 'ENUM_ITEM_WITH_VALUE' : macro redefinition e:\oofem\2.2\console\oofem\src\oofemlib\cltypes.c 286 oofem
warning C4005: 'TO_STRING_BODY' : macro redefinition e:\oofem\2.2\console\oofem\src\oofemlib\cltypes.c 291 oofem
warning C4005: '__PROCESS_LOG' : macro redefinition e:\oofem\2.2\console\oofem\src\oofemlib\logger.c 291 oofem
Thanks!!