Author Topic: help plugin : latest change  (Read 4515 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
help plugin : latest change
« 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


Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: help plugin : latest change
« Reply #1 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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: help plugin : latest change
« Reply #2 on: February 18, 2008, 03:32:14 pm »
confirmed fixed