News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Solved::Strange behavior CB with FLTK

Started by quneur, May 09, 2014, 05:31:47 PM

Previous topic - Next topic

quneur

I recently upgraded to CB 13.12 and found some of my previous FLTK projects won't compile; a few will. They are all written with FLTK 1.3. The global and project search paths are the same - the entire settings are the same. I know its not the code because all the projects were compiled and ran previously with the old version of CB. I did however noticed when I Build->Clean a previously compilable project from the previous version of CB  it won't compile with 13.12. Thoughts?


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

quneur

#ifndef SYNAPTIC_PACKAGE_MANAGER
    UbuntuSoftwareCenter = FAIL;
    mysystem->get(FLTK);
    mysystem->configure(FLTK);
    success = TRUE;
#endif
 
// Thanks everyone for the help.