Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on February 18, 2008, 02:02:25 pm

Title: help plugin : latest change
Post by: killerbot on February 18, 2008, 02:02:25 pm
breaks the build on linux, Example : GetFont()/SetFont() : only exists on windows.

Solutions :

- check on platform ... :-(
- or don't do the font thingy

Title: Re: help plugin : latest change
Post by: Ceniza on February 18, 2008, 02:25:13 pm
Oops, I didn't read the documentation carefully. Checking on platform will have to do in the meanwhile.
Title: Re: help plugin : latest change
Post by: killerbot on February 18, 2008, 03:32:14 pm
confirmed fixed