Re: nGD.ndll, Uncaught exception - load.c(232) : Failed to load library : nGD.ndll
Philipp Klose <me <at> thehippo.de>
2010-04-01 15:47:35 GMT
You will get this error because of this line:
img.string("/home/hippo/imagetest/google/svn/trunk/fonts/Agency.ttf",42.0,Math.round(img.width/2),Math.round(img.height/2),"i"+i,StringAlign.CenterMiddle);
I do no think you have this font file on this location :-D
Laurent Kappler wrote:
> grr ok not text1 but test1.
> now I get this:
> Image.hx:220: Segmentation fault
> Erreur de segmentation
>
> I look in th esource, just that you don't have to reply to the
> precendente message. sorry.
>
> Laurent Kappler a écrit :
>> after building the ndll from source I do this:
>> TheHippo-hxGD-6700f22 # ls
>> build.hxml hxGD makefile nGD.ndll README src Test1.hx
>>
>> TheHippo-hxGD-6700f22 # haxe build.hxml
>>
>> TheHippo-hxGD-6700f22 # ls
>> build.hxml hxGD makefile nGD.ndll README src Test1.hx test1.n
>>
>> TheHippo-hxGD-6700f22 # neko text1.n
>> Uncaught exception - load.c(176) : Module not found : text1.n
>>
>> this is how I am suppose to test it ?
>>
(Continue reading)