InitScintilla()

Mac OSX specific forum
Lebostein
Addict
Addict
Posts: 849
Joined: Fri Jun 11, 2004 7:07 am

InitScintilla()

Post by Lebostein »

Pease add this function to Mac OS X too. This could be a fake function (returns 1 in every case) but is needed to produce fully plattform independent code...
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: InitScintilla()

Post by ts-soft »

Code: Select all

Macro InitScintilla()
EndMacro
create a resident of this code and your problem is solved :wink:
Lebostein
Addict
Addict
Posts: 849
Joined: Fri Jun 11, 2004 7:07 am

Re: InitScintilla()

Post by Lebostein »

Thanks. But I am not seeking a solution. I am interested in a pure and clean platform independent code.... Such commands are poison in my eyes....
Post Reply