Thread overview
Terra 0.1.1
Jun 08, 2005
Trevor Parscal
Jun 08, 2005
clayasaurus
Jun 09, 2005
Trevor Parscal
Jun 09, 2005
clayasaurus
Jun 09, 2005
Andrew Fedoniouk
Jun 08, 2005
Ben Hinkle
June 08, 2005
For anyone who is interested in a really mind boggler, I have this issue with my FreeType binding and my project Terra... So.. Yes.

www.dsource.com/projects/terra/

Its the latest download (0.1.1)

And the problem occurs in Text.d (when you uncomment the body of the function) when calling FT_Get_Glyph()

More info about the problem is in

Source/Terra/ToDo.txt

ALL Help is welcome.

-- 
Thanks,
Trevor Parscal
www.trevorparscal.com
trevorparscal@hotmail.com
June 08, 2005
Trevor Parscal wrote:
> For anyone who is interested in a really mind boggler, I have this issue with my FreeType binding and my project Terra... So.. Yes.
> 
> www.dsource.com/projects/terra/

I never knew that dsource.com existed ;)

http://www.dsource.org/projects/terra/

> 
> Its the latest download (0.1.1)
> 
> And the problem occurs in Text.d (when you uncomment the body of the function) when calling FT_Get_Glyph()
> 
> More info about the problem is in
> 
> Source/Terra/ToDo.txt
> 
> ALL Help is welcome.
> 
June 08, 2005
> www.dsource.com/projects/terra/

I think you mean http://www.dsource.org/projects/terra/


June 09, 2005
clayasaurus wrote:
> Trevor Parscal wrote:
> 
>> For anyone who is interested in a really mind boggler, I have this issue with my FreeType binding and my project Terra... So.. Yes.
>>
>> www.dsource.com/projects/terra/
> 
> 
> I never knew that dsource.com existed ;)
> 
> http://www.dsource.org/projects/terra/
> 
>>
>> Its the latest download (0.1.1)
>>
>> And the problem occurs in Text.d (when you uncomment the body of the function) when calling FT_Get_Glyph()
>>
>> More info about the problem is in
>>
>> Source/Terra/ToDo.txt
>>
>> ALL Help is welcome.
>>
Oops.. Me either.. :) I was in a big hurry cause my fiance was all "GET OFF THE COMPUTER" so I typed it wrong... My bad..

-- 
Thanks,
Trevor Parscal
www.trevorparscal.com
trevorparscal@hotmail.com
June 09, 2005
Trevor Parscal wrote:
> clayasaurus wrote:
> 
>> Trevor Parscal wrote:
>>
>>> For anyone who is interested in a really mind boggler, I have this issue with my FreeType binding and my project Terra... So.. Yes.
>>>
>>> www.dsource.com/projects/terra/
>>
>>
>>
>> I never knew that dsource.com existed ;)
>>
>> http://www.dsource.org/projects/terra/
>>
>>>
>>> Its the latest download (0.1.1)
>>>
>>> And the problem occurs in Text.d (when you uncomment the body of the function) when calling FT_Get_Glyph()
>>>
>>> More info about the problem is in
>>>
>>> Source/Terra/ToDo.txt
>>>
>>> ALL Help is welcome.
>>>
> Oops.. Me either.. :) I was in a big hurry cause my fiance was all "GET OFF THE COMPUTER" so I typed it wrong... My bad..
> 

Haha. We've all been there ;-)
June 09, 2005
"clayasaurus" <clayasaurus@gmail.com> wrote in message news:d88efi$b6i$1@digitaldaemon.com...
> Trevor Parscal wrote:
>> clayasaurus wrote:
>>
>>> Trevor Parscal wrote:
>>>
>>>> For anyone who is interested in a really mind boggler, I have this issue with my FreeType binding and my project Terra... So.. Yes.
>>>>
>>>> www.dsource.com/projects/terra/
>>>
>>>
>>>
>>> I never knew that dsource.com existed ;)
>>>
>>> http://www.dsource.org/projects/terra/
>>>
>>>>
>>>> Its the latest download (0.1.1)
>>>>
>>>> And the problem occurs in Text.d (when you uncomment the body of the function) when calling FT_Get_Glyph()
>>>>
>>>> More info about the problem is in
>>>>
>>>> Source/Terra/ToDo.txt
>>>>
>>>> ALL Help is welcome.
>>>>
>> Oops.. Me either.. :) I was in a big hurry cause my fiance was all "GET OFF THE COMPUTER" so I typed it wrong... My bad..
>>
>
> Haha. We've all been there ;-)

Ha! Someone - not once. Sort of forever loop.
It is too hard to find girl who can live beside of computer.
So somewhere in the loop you have:
  if (response == "GET OFF THE COMPUTER") continue;

Oh! btw: why D does not have forever keyword? ;-)

Andrew.