Page 1 of 1

new BETA version available

PostPosted: Wed May 19, 2010 1:12 pm
by berndnoetscher
list of changes:

- declare functions can now use pointers (e.g. NSError **) - experimental stage
- build date in about box
- alloc/init for all objects
- examples are now grouped in menubar
- plist editor for plist project file option available in menubar
- declare delegates for Cocoa classes is possible now
- native objective-c files maybe included in projects now. See extensions example. only *.h and *.mm files and no sub folder are allowed yet.

There are still some open issues, which I will address in a new release coming the next days.

Re: new BETA version available

PostPosted: Mon May 24, 2010 10:39 am
by udo.killermann
Hi Bernd,

the extensions example seems to be incomplete. I miss the Objective C sources for testit, which is referenced within the project. Where would I place my OC sources? I assume in the extensions folder - is this assumption correct?

Kind regards
Udo

Re: new BETA version available

PostPosted: Tue May 25, 2010 9:14 am
by berndnoetscher
udo.killermann wrote:Hi Bernd,

the extensions example seems to be incomplete. I miss the Objective C sources for testit, which is referenced within the project. Where would I place my OC sources? I assume in the extensions folder - is this assumption correct?

Kind regards
Udo


Hi Udo!

Thanks for the information about the missing files. Sorry.

The extension folder may contains *.mm and *.h files, the filename must be like the class name, which is intended to be used (here it is testit).
testit.h + testit.mm + and a testit objc class defined there

CU
Bernd