Pelles C forum

Pelles C => General discussions => Topic started by: Freddy on January 17, 2006, 01:45:40 AM

Title: Question about Pelles C IDE
Post by: Freddy on January 17, 2006, 01:45:40 AM
Hi!
If I install some library like SDL, for example, in Pelles C, will the IDE show call tips for the functions?
Thanks!
Title: Question about Pelles C IDE
Post by: Pelle on January 17, 2006, 07:28:42 PM
Maybe - if you help the IDE a little.

At the end of the first build, the system browse database (sysdefs.tag) is built by scanning include files found in all folders from Tools -> Options -> Folders tab, Type: Includes.

If you add folders to the list above, delete (or rename) the file sysdefs.tag in <install path>\bin folder, and rebuild a least one file in some project, it "should" work (IIRC).

Pelle