On 07/25/2012 11:44 PM, Laszlo Papp wrote: >> KERNELBASE.dll!RaiseException() [[unknown] @ -1] at 0x75f7b727 >> MSVCR100.dll!CxxThrowException() [[unknown] @ -1] at 0x64617819 >> picmi.exe!Renderer::loadResources() >> [c:\projects\picmi\src\gui\renderer.cpp @ 73] at 0xec028f >> picmi.exe!GetCommandLineW() [[unknown] @ -1] at 0xed233d >> picmi.exe!Renderer::Renderer() [c:\projects\picmi\src\gui\renderer.cpp >> @ 46] at 0xec0566 >> picmi.exe!Renderer::instance() [c:\projects\picmi\src\gui\renderer.cpp > [snip] > > OK, this can be fixed by a proper cmake run, like "cmake > -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_ > PREFIX=%KDEROOT% -DCMAKE_PREFIX_PATH=%KDEROOT% ../".
Yes, to find the resource file, picmi either needs to be installed or your working dir must be the project root. Thanks for testing!