Re: Kylix

Alberto Narduzzi <[email protected]> Wed, 6 Aug 2003 11:51:29 +0200
Newsgroups gmane.comp.lang.delphi.programming
Organization MEP S.p.A.
Message-ID <[email protected]>
Jeff,

> Loaded up a project from the examples library and when I try to run the 
example it hangs the IDE.

I don't know what it's due to...

> I've tried to run the binary from an Xterm command line and I get some 
exception error about a PAnsiString.

You need to export the path to the Borland qt libraries with the following, 
assuming kylix is installed in /home/username/kylix

export LD_LIBRARY_PATH = /home/username/kylix/bin

then you'll be able to run it from an xterm. You may want to add that command 
to your .profile or .bashrc files...


Moreover, if you want to run the binaries on a different machine you'll need 
to do the follwing:

1. copy the file /home/username/kylix/bin/libborqt-6.9.0-qt2.3.so to a folder 
on that machine, say /home/username/kylixshared
2. Now, in the same folder, create a link to that file and call it 
libborqt-6.9-qt2.3.so (note the missing ".0" in this one...)
3. On that machine, then, export LD_LIBRARY_PATH = /home/username/kylixshared


HTH

Cheers,
Batman



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/i7folB/TM
---------------------------------------------------------------------~->

CodeCoffer - new Delphi code protection Tool!
http://www.delphicollection.com/public/CodeCoffer.htm
---------------------------------------------------------------
Unsubscribe:[email protected]
List owner:[email protected]
--------------------------------------------------------------- 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/