<div dir="ltr">Hi Kirill,<div><br></div><div>There are two ways of thinking about your question:</div><div>1. Do it using the Lazarus libraries (i.e. Delphi style), and let the system worry about the nitty gritty details.  </div>
<div>2. Do it using Mac OS libraries directly.</div><div><br></div><div>It sounds like you want to know about #2.  This isn't freepascal specific, and basically works exactly the same in FreePascal as it does in ObjectiveC.  In fact, there is a special mode called ObjectivePascal that allows FreePascal to be compatible with ObjectiveC libraries/frameworks, including the system ones.  (then you can follow apple's development guides).</div>
<div><br></div><div>If you know Delphi, method 1 will be easier.  If you know ObjectiveC development already, method 2 will be easier.</div><div>Also, method 2 allows you to directly access more OS X functionality and thus be "more native", while method 1 gives you cross-platform compatibility with f.e. Linux and Windows.</div>
<div><br></div><div>Some of the people on this list have already written tutorials online about this OnjectivePascal.</div><div><br></div><div><a href="http://www.objectivepascal.com/">http://www.objectivepascal.com/</a><br>
</div><div><br></div><div>(You can find more on Google now that you know the right keywords).</div><div><br></div><div>You should probably read up on these tutorials first, and then you can ask questions here if you try things out and have points you don't understand.</div>
<div><br></div><div>Thank you,</div><div>    Noah Silva</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/12 Kirill Kranz <span dir="ltr"><<a href="mailto:thegreatkirill@mail.ru" target="_blank">thegreatkirill@mail.ru</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi,<br><br>I need to knew who to create a window under OSX and handle menu. Also it would be nice to init OpenGL. No GLUT, NSGL would be fine.<br><br>need a complete example! no snippets! I'm complitly new on OSX, so sorry for lameness :) <br>
<br>thx for Help.<span class="HOEnZb"><font color="#888888"><br><br>-> Kirill Kranz</font></span></div>
<br>_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></blockquote></div><br></div>