Re: [fpc-devel] memleak in fpdoc

2010-11-06 Thread Vincent Snijders
2010/11/5 Michael Van Canneyt : > > > On Fri, 5 Nov 2010, Vincent Snijders wrote: > >> Hi, >> >> I am trying to fix the memleaks in fpdoc. Attached is a patch for >> pascal parser package. >> >> There are still more leaks, but that is for another time. I debugged some more. In procedure ProcessInh

[fpc-devel] type inside a class with generics raises Fatal: Internal error 200705152

2010-11-06 Thread ik
Hello, When I create a file like the one I attached I reacived the following error message on line 10: Fatal: Internal error 200705152 When I remove the class to be outside of the parent class, then no error is set. Am I using it wrong or is it a compiler bug ? I'm using Linux with: Free Pascal

Re: [fpc-devel] [PATCH] XMLCFG AnsiString<>DOMString conversion

2010-11-06 Thread Sergei Gorelkin
Felipe Monteiro de Carvalho пишет: On Fri, Nov 5, 2010 at 6:15 PM, Dariusz Mazur wrote: I say wrong: how to change code page used to implicit conversion ansistring<-> wide string Use the appropriate conversion routine instead, and avoid implicit conversions for they are not reliable. It is i