- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But I still have no solution.
I can't run this program after compiled (like Win7-1.png). OS is Windows 7 64-bit.
But windowsXP 32-bit is OK, and have no error message.
Thanks for you reply.
I can't run this program after compiled (like Win7-1.png). OS is Windows 7 64-bit.
But windowsXP 32-bit is OK, and have no error message.
Thanks for you reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
F5 will start the debugger, but if you have not entered a break point, the program should execute to completion and put up similar messages. Enter a break point and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible you are trying to compile for one architecture but debug on another (not allowed)?
------
Wendy

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page