Page 1 of 1

obsolete: please explain the extension mechanism

PostPosted: Fri Sep 24, 2010 6:53 pm
by udo.killermann
Bernd,

I am trying to understand the steps necessary to write my own Obj-C extensions. I tried to place them into the ObjC/Extensions directory - but the compiler complained about not finding my code.
When looking at the example (Extensions) I can not make out the difference.

Kind reagrds
Udo

Re: obsolete: please explain the extension mechanism

PostPosted: Mon Sep 27, 2010 9:26 am
by berndnoetscher
udo.killermann wrote:Bernd,

I am trying to understand the steps necessary to write my own Obj-C extensions. I tried to place them into the ObjC/Extensions directory - but the compiler complained about not finding my code.
When looking at the example (Extensions) I can not make out the difference.

Kind reagrds
Udo


Could you please send me your code or relevant parts?

Re: obsolete: please explain the extension mechanism

PostPosted: Tue Sep 28, 2010 6:19 pm
by udo.killermann
Bernd,

I attach the project I was working on during the last days. I tried to figure out how to write and use plug-ins (aka bundles) using ObjB. And guess what - I succeeded ;) (I'll post on this later).

I finally figured out how the extension mechanism works.

pluginsV3.zip
plugin host
(76.99 KiB) Downloaded 170 times


Kind regards
Udo

Re: obsolete: please explain the extension mechanism

PostPosted: Fri Oct 01, 2010 10:28 am
by berndnoetscher
udo.killermann wrote:Bernd,

I attach the project I was working on during the last days. I tried to figure out how to write and use plug-ins (aka bundles) using ObjB. And guess what - I succeeded ;) (I'll post on this later).

I finally figured out how the extension mechanism works.

pluginsV3.zip


Kind regards
Udo


Great. Looking forward to your explaination... :-)