Re: converting Windows libraries (does librsvg work?)

2012-11-03 Thread Matúš Kukan
On 31 October 2012 11:50, Matúš Kukan wrote: > Hi, > > When building external libraries with gbuild, we need to export symbols > somehow. > Linux - gb_Library_set_visibility_default avoids -fvisibility=hidden > -> all symbols are visible > OS X - maybe it does not know hidden symbols ? > Windows

Re: converting Windows libraries (does librsvg work?)

2012-11-01 Thread Matúš Kukan
Hi Regina, * On 31 October 2012 14:01, Regina Henschel wrote: > Hi Matúš, > > Matúš Kukan schrieb: >> >> Hi, > > [..] > >> It's nice that librsvg has been converted, but does it also work ? (I >> can't test it) >> For example in 'about' dialog you should see nice background, but >> without librsv

Re: converting Windows libraries (does librsvg work?)

2012-10-31 Thread Regina Henschel
Hi Matúš, Matúš Kukan schrieb: Hi, [..] It's nice that librsvg has been converted, but does it also work ? (I can't test it) For example in 'about' dialog you should see nice background, but without librsvg nothing (I've tested this on Linux) (btw: the code is in vcl/source/components/rasteriz

converting Windows libraries (does librsvg work?)

2012-10-31 Thread Matúš Kukan
Hi, When building external libraries with gbuild, we need to export symbols somehow. Linux - gb_Library_set_visibility_default avoids -fvisibility=hidden -> all symbols are visible OS X - maybe it does not know hidden symbols ? Windows - you need to use DEF:name-of-.def-file. example: neon/Library