Problems with release with debugging info
Posted: Sun Nov 22, 2015 1:11 pm
Hello ,
Is there someone who can help me with the release with debug info tool. I'm trying to use the release with debug info but get several errors. The errors I get are :
'exampleMain.exe' (Win32): Loaded 'D:\KUL\Thesis\C++\IGH1\Build\RelWithDebInfo\exampleMain.exe'. Symbols loaded.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimSimulation.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimActuators.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimCommon.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimAnalyses.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimTools.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKmath.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimLepton.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKcommon.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKsimbody.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\liblapack.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\libblas.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\pthreadVC2.dll'. Module was built without symbols.
Does anyone know how to solve this problem?
Is there someone who can help me with the release with debug info tool. I'm trying to use the release with debug info but get several errors. The errors I get are :
'exampleMain.exe' (Win32): Loaded 'D:\KUL\Thesis\C++\IGH1\Build\RelWithDebInfo\exampleMain.exe'. Symbols loaded.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimSimulation.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimActuators.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimCommon.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimAnalyses.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimTools.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKmath.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120.dll'. Cannot find or open the PDB file.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\osimLepton.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKcommon.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\OpenSim_SimTKsimbody.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\liblapack.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\libblas.dll'. Module was built without symbols.
'exampleMain.exe' (Win32): Loaded 'C:\OpenSim 3.3\bin\pthreadVC2.dll'. Module was built without symbols.
Does anyone know how to solve this problem?