Re: [lazarus] Libraries (DLLs) with debug information

2007-06-27 Thread Christian Budde
Hi, I tried all the compiler: - FPC 2.3.1 doesn't load any library (library is valid, but I get an access violation during load) - FPC 2.1.5 only works without debug information - FPC 2.0.4 seems to be incompatible with my code, since I got lots of different error messages which doesn't seem

Re: [lazarus] Libraries (DLLs) with debug information

2007-06-26 Thread Yury Sidorov
From: Christian Budde [EMAIL PROTECTED] does anybody know a solution to create libraries with any kind of debug information in it? Each time I checked one of the options the DLL renders completely invalid (error code 193). I've already reported that bug to mantis, but there hasn't been any

RE: [lazarus] Libraries (DLLs) with debug information

2007-06-26 Thread Hess, Philip J
Christian, That's the way it's been for at least a year or more: Don't use -Ct and don't use -gl when compiling DLL's on Windows. I just tested 2.1.5 from 20070622. It was broken completely for a while but now the DLL's work but only if you omit stack checking and line numbers, as before. I

Re: [lazarus] Libraries (DLLs) with debug information

2007-06-26 Thread Felipe Monteiro de Carvalho
On 6/27/07, Hess, Philip J [EMAIL PROTECTED] wrote: I haven't noticed these kinds of problems on OS X with 2.0.4. Did you ever test 2.1.5 on OS X? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with