Re: Re: Kylix 3 Open Edition frozen?
Adam Starkey <[email protected]> Wed, 28 Aug 2002 10:37:57 -0500
| Newsgroups | gmane.comp.lang.delphi.kylix |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 28 August 2002 01:39 am, urifrid wrote: > ok, fresh install. not it eats all the memory (i have 256mb ram). when > i finally manage to open the project then i build it and when running > the application from outside kylix it fails with an exception "can't > load symbol ansistring" > now the LD_PATH_LIB is set ok, i don;t know what else.... I'm not sure what is going on here, although it may be related to the fact that a number of string based functions (I know of at least MidStr, LeftStr, and RightStr) have been altered to use MBCS, where previously they were purely AnsiString based. I wonder if there maybe two Delphi Runtime Libs on your machine, or if the old code migration (I guess Kylix3 attempts to convery Kylix2 code automatically) failed. I'm assuming here that you are loading a project that was first created in K2? Can you create a new test app and run it from outside Kylix? -- adam