I have a Visual C++ project When i tried to build the (project) in my 64 bit window 7 machine its getting compiled without any error but when i run the code its throwing "Symbols loaded (source information stripped) and Cannot find or open the PDB file" errors for few .dll files. and i see this messages:
'Triclops test.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
'Triclops test.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
'Triclops test.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Symbols loaded (source information stripped).
The program '[12780] Triclops test.exe: Native' has exited with code -1073741701 (0xc000007b).
I'm new user with VC++ 2010 so, how can solve this problem help me please because this is very important.
I went through all the related questions that were posted here. And i have tried all the solutions they were told to be working for them but don't know why they all not working for me. Please help me out solving this.
Rose.