Hello, I request some advice. I can't get the DEBUG target to work either by makefile or MS VC Project options. I want to step through my code.
It gives <<Unable to start program .... The application has failed to start because the application configuration is incorrect. Review the manifest file for possible erros.>> I installed the Microsoft Visual C++ 2008 Redistributable Package. I have C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2 installed, but not included in any path. The DEBUG target seems to have created an extra Manifest file in the compiler output directory, but that is not the case for the RELEASE. C++ ->Runtime library-> /MDd C++ ->General->Additional Include directories c:\fltk\1-1.8\include C++ ->Code Generation-> RuntimeLib /MDd Linker->General-> Additiona lib directories c:\fltk1-1.8\lib Linker->Input-> fltkd.lib wsock.lib comtl32.lib Linker->Input Ignore specific library-> (I leave it blank. I tried putting the mscdrtd here too) Manifest->input and output->Embed Manifest:Yes Thanks, Frank _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

