spectacularstuff
Programmer
Hello,
I just started learning C++ a couple of weeks ago and have some questions.
I have the debugging turned on inside the project properties>>>linker>>debug.
I am still receiving the following when I attempt to compile in debug mode:
How do I fix that?
Next, what is the difference between debug more and release mode?
Thanks,
Wayne
I just started learning C++ a couple of weeks ago and have some questions.
I have the debugging turned on inside the project properties>>>linker>>debug.
I am still receiving the following when I attempt to compile in debug mode:
Code:
Empty-Project-General.exe', Symbols loaded.
'Empty-Project-General.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Empty-Project-General.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
How do I fix that?
Next, what is the difference between debug more and release mode?
Thanks,
Wayne