When I complier, I get error "No symbols loaded".
I had update to 11.0.075, and try starting my program with Ctrl-F5 instead of just F5. But that is not effect.
OS: Windows 7 - 64bit
The detail error message:
===================================
'console1.exe'': Loaded 'C:\\Windows\\System32\\ntdll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\kernel32.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\KernelBase.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Programe Files (x86)\\VNI\\imsl\\fnl600\\IA32\\lib\\imslmkl_dll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\msvcr71.dll', No symbols loaded.
The program '[4292] console1.exe: Native' has exited with code - 1073741701 (0xc000007b)
===================================
Please help me. thank you.
I had update to 11.0.075, and try starting my program with Ctrl-F5 instead of just F5. But that is not effect.
OS: Windows 7 - 64bit
The detail error message:
===================================
'console1.exe'': Loaded 'C:\\Windows\\System32\\ntdll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\kernel32.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\KernelBase.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Programe Files (x86)\\VNI\\imsl\\fnl600\\IA32\\lib\\imslmkl_dll.dll', No symbols loaded.
'console1.exe'': Loaded 'C:\\Windows\\SysWOW64\\msvcr71.dll', No symbols loaded.
The program '[4292] console1.exe: Native' has exited with code - 1073741701 (0xc000007b)
===================================
Please help me. thank you.
連結已複製
5 回應
It is not an error. It is a common message issued by the debugger, saying that you cannot debug system libraries (and there is hardly a reason you would want to do it anyway). You can safely ignore it.
"I can't run this program after compiled (like Win7-1.png)." -- Since you have not shown any code or even a description of what it contains, and I do not know that Win7-1.png contains (I prefer a few lines of error message text to a picture), I am unable to help.
"I can't run this program" is too vague. Please record the error messages and post them so we know why the program fails to run. Are you using the Intel X64 target compiler or the IA32 target compiler, both of which may be used on Win7-64 OS? If possible, please post the source code of a short example that exhibits the same problems that you alluded to?
"I can't run this program" is too vague. Please record the error messages and post them so we know why the program fails to run. Are you using the Intel X64 target compiler or the IA32 target compiler, both of which may be used on Win7-64 OS? If possible, please post the source code of a short example that exhibits the same problems that you alluded to?
Is it possible you are trying to compile for one architecture but debug on another (not allowed)?
------
Wendy
