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