Hi,
when I run my program with VisualStudio i only get about 1-5 fps. The same code runs on a mac with Xcode with about 30fps.
in VisualStudio I get like 100 of these warnings but the program is running
1>cxcore110d.lib(dlarre.obj) : warning LNK4099: PDB ‘cxcore110d.pdb’ was not found with ‘…\addons\ofxOpenCv\libs\win32\cxcore110d.lib’ or at ‘c:\Dokumente und Einstellungen\impanel\Desktop\OF\of-preRelease_v0.06_windows_VS2008_FAT\apps\examples\ARToolkitPlusExample\bin\cxcore110d.pdb’; linking object as if no debug info
It says cxcore110d.pdb is missing although it is definitely there.
any suggestions?