|
From: Alexander S.K. <al...@be...> - 2014-10-07 13:00:50
|
Next two. > 6) My prog loaded an ini file (parameters) from within main function by > calling a function called readinit() I didn't understand this one. Could you provide a little prg, which causes the segmentation error ? > 7) As a few variables are used in a few functions, I declare it as > memvar and then public in main() > It works, bet when building, I have warnings when using it. > > GeneTools.prg(513) Warning W0001 Ambiguous reference 'OGET' > GeneTools.prg(514) Warning W0001 Ambiguous reference 'OSTRING' > GeneTools.prg(515) Warning W0001 Ambiguous reference 'OPTOOL' > GeneTools.prg(516) Warning W0001 Ambiguous reference 'OGTOOL' > GeneTools.prg(517) Warning W0001 Ambiguous reference 'OAD24' > .... > > Is-it normal or do I fail somewhere ? Does you declare them in as memvar before the main function or in it, as public ? > I noticed that in samples, there a also such warnings. That's bad, but I didn't care enough about warnings. Regards, Alexander. |