Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Andreas Tscharner wrote: > What I meant: Is there another way to remove these warnings by fixing > the code; I had a look at one such warning; it didn't like this for > example: > > options = ""; It'd be a lot of work if it's possible.. some of the char * can probably be converted to const strings, but by no means all - and the above is a perfectly legitimate line (clearly it wouldn't be if you then attempted to modify the contents of options but that'd just be a straight bug). Tony