This question might be too application specific to be out here on SO, but here goes.
I am trying to profile a simple native c++ application using GlowCode-x64 6.2 .
The problem is that no matter which settings I set in the "Options->Symbol server and search path" the symbols are never loaded. My .pdb files are all in the same folder as the .exe file too.
When entering the "Running->Hooks" menu and adding modules I always get "Not loaded" in the "Address" column.
I have read the startup tutorial several times and followed it every step of the way.
I have even tried profiling the same program using AQTime6, which worked perfectly. So I know that the debug information is there.
I also recall using GlowCode 2 years ago on my 32bit laptop, and got it working at once.
Any help beyond "read the manual again" is greatly appreciated.
Edit:
Just wanted to point out that my application is built with the VS2005 SP1 compiler.
Edit2:
Just got home from work and tried GlowCode at home on Win32. Worked like a charm.