Re: Project-Center 0.6.2

2021-09-30 Thread Riccardo Mottola
Hi Daniel, Daniel Santos wrote: > What am I doing wrong ? or not doing ? I made a ‘make clean’ and even deleted > the ProjectCenter.app directory. > Another method I added to the class PCMenuController that is called by a menu > item works and calls the above code. did you "Install" and/or uni

Re: Project-Center 0.6.2

2021-09-30 Thread Daniel Santos
You got it. I have ProjectCenter as a Debian package, and am building it on my home directory. When I ran the built version, it was using the framework installed globally. I did a make install and it got solved. Thanks, Regards Daniel Santos > On 30 Sep 2021, at 18:00, Riccardo Mottola wrote

Re: Project-Center 0.6.2

2021-09-30 Thread David Chisnall
Hi, This code looks correct. It’s entirely possible that this is a bug in the runtime. Which runtime / ABI are you using? David > On 30 Sep 2021, at 17:50, Daniel Santos wrote: > > Hi, > > I am adding some changes to this, and have a question : > I am trying to add a method to PCProjectMa

Project-Center 0.6.2

2021-09-30 Thread Daniel Santos
Hi, I am adding some changes to this, and have a question : I am trying to add a method to PCProjectManager.h and .m. The code compiles because I can see some warnings go by in the make phase. But at runtime that selector (named : -(void)newProjectFromSources: (id)sender; ) is not on the selecto