Re: Using ProjectCenter for applications with gdl2

2015-06-19 Thread Matt Rice
Hi Edwin, sorry I can't really help with this i'm not at all familiar with Project Center, FWIW, I had started on getting GDL2 project types as a bundle working in Project Manager, which is what the patch/thread linked below is for... Unfortunately i never quite followed up on it, And unsure if PM

Re: Using ProjectCenter for applications with gdl2

2015-06-19 Thread Edwin Ancaer
Apparently, I made a mistake: I was editing makefile.preamble in GWorkspace, while changingthe linker parameters in ProjectCenter. When linking, it was certainly not using the file version with ADITIONAL_LDFLAGS += ADDITIONAL_NATIVE_LIBS += EOControl EOAccess EOInterface that I found later, becaus

Re: Using ProjectCenter for applications with gdl2

2015-06-17 Thread Riccardo Mottola
HI, On 06/16/15 15:37, Edwin Ancaer wrote: Hello, I have a small practical question. When linking my aplication, in which I use gdl2, i need to add ADDITIONAL_NATIVE_LIBS += EOControl EOAccess EOInterface to GNUmakefile.preamble, otherwise, I get linker errors. The problem is that ProjectCe

Re: Using ProjectCenter for applications with gdl2

2015-06-16 Thread Edwin Ancaer
Germàn, That worked, thanks. I tried adding the dividual names there, like 'EOControl EOAccess EOInterface' not the whole line ADDITIONAL_NATIVE_LIBS += EOControl EOAccess EOInterface. . Strange enough, now in the GNUmakefile.preamble, I have: # Additional flags to pass to the linker ADDITIONAL

Re: Using ProjectCenter for applications with gdl2

2015-06-16 Thread Germán Arias
Hi, El mar, 16-06-2015 a las 15:37 +0200, Edwin Ancaer escribió: > Hello, > > I have a small practical question. When linking my aplication, in > which > I use gdl2, i need to add ADDITIONAL_NATIVE_LIBS += EOControl EOAccess > EOInterface to GNUmakefile.preamble, otherwise, I get linker errors.

Using ProjectCenter for applications with gdl2

2015-06-16 Thread Edwin Ancaer
Hello, I have a small practical question. When linking my aplication, in which I use gdl2, i need to add ADDITIONAL_NATIVE_LIBS += EOControl EOAccess EOInterface to GNUmakefile.preamble, otherwise, I get linker errors. The problem is that ProjectCenter keeps rewriting this file before building, s