Project setting problem on Microsoft Visual C++ 2008

F

fl

Hi,
I post my question here because I cannot find the appropriate group on
Microsoft Visual C++ software. I am learning SystemC 2.2.0, which is a
C++ library running on MSVC++. Although I have checked the settings
based on several introduction articles, the linking problem still
exists, see below please. The project is isq_VS0. It is a Windows
console application project.

................
'isq_VS0.exe': Loaded 'C:\systemcfiles\SystemCsln0\Debug\isq_VS0.exe',
Symbols loaded.
'isq_VS0.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'isq_VS0.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
First-chance exception at 0x7c812afb in isq_VS0.exe: Microsoft C++
exception: sc_core::sc_user at memory location 0x0087f947..
The program '[1636] isq_VS0.exe: Native' has exited with code 0 (0x0).
.....................

The Compiler settins are:
..........
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /
Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W1 /nologo /c /
ZI /TP /errorReport:prompt
..................
The Linker settings are:
..................
/OUT:"C:\systemcfiles\SystemCsln0\Debug\isq_VS0.exe" /INCREMENTAL /
NOLOGO /MANIFEST /MANIFESTFILE:"Debug
\isq_VS0.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /DEBUG /PDB:"c:\systemcfiles\SystemCsln0\Debug
\isq_VS0.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /
ERRORREPORT:pROMPT systemc.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
....................

SystemC function resides in the systemc.lib. I do not know why there
is the exception error after the isq_VS0.exe finishes. Thanks.
 
V

Victor Bazarov

Hi,
I post my question here because I cannot find the appropriate group on
Microsoft Visual C++ software.[..]

Not a good reason, sorry. I have problems with my car. If for one
reason or another I can't find the appropriate group on cars, I am *not*
going to post about them here.

Go to Microsoft's web site and look for online forums for their products.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top