Page 5 of 5

Re: Prg2Fmg Project

Posted: Thu Nov 17, 2016 7:07 pm
by srvet_claudio
Pablo César wrote:Hi Claudio, could you give me a light on the following please:

I would like to make Prg2Fmg as lib (if that is an advantage) that can be added only by users need FMG creation and in this case it will need to be compiled with their project. But this is just eventual, esporadic or may be will run only one time.

How could you do it in a practical way for the user and who can load the library. Since it has an override of include and functions to call, ahhh and It also use .rc file.

How could it be? Please give me the right way.
The simplest way is always to include all the code through a header file. Libraries are useful for those cases where functions are used all the time in the application, not sporadically.

Prg2Fmg Project

Posted: Thu Nov 17, 2016 7:10 pm
by Pablo César
Ok. Thank you Claudio