我只是想让 think-gear 测试应用程序工作,它会通过 USB 射频发射器与思维波 EEG 进行通信。他们有一个教程可以让测试程序正常工作,我完全按照它进行操作,我复制了所有正确的头文件、DLL 文件和代码文件,程序确实运行了,它加载 think-gear DLL 文件并对其进行测试,然后等待一旦我按下一个键它就会关闭并给我这个错误...
'thinkgear_testapp.exe': Loaded 'D:\Users\Daniel Braithwaite\Google Drive\Progrmamming\Quadcopter Project\EEG C++ Workspace\EEG\Debug\thinkgear_testapp.exe', Symbols loaded.
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\ntdll.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\kernel32.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\KernelBase.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Users\Daniel Braithwaite\Google Drive\Progrmamming\Quadcopter Project\EEG C++ Workspace\EEG\Debug\thinkgear.dll', Cannot find or open the PDB file
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\winmm.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\msvcrt.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\user32.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\gdi32.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\lpk.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\usp10.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\advapi32.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\sechost.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\rpcrt4.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\sspicli.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\cryptbase.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\imm32.dll', Symbols loaded (source information stripped).
'thinkgear_testapp.exe': Loaded 'D:\Windows\SysWOW64\msctf.dll', Symbols loaded (source information stripped).
The program '[6268] thinkgear_testapp.exe: Native' has exited with code 0 (0x0).
我在 Visual Studio 2010 中运行它,我尝试更改调试菜单下的符号设置,但这并没有什么不同。任何解决此问题的帮助将不胜感激。