Hello,
I am using systemC-2.3.1 which I think has started supporting native windows(x64) build. I have build the library of systemC using the msvc solution file in visual C++ express 2010. The library is generated under x64/Release directory and I didn't get any build error.
But while linking this library with my application it throws an error message as follow:
systemc.lib<sc_time.obj> : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'x86'.
I am compiling my application with visual studio command prompt.
Am I missing here something ?