A new game (Bosskoneun)

Will DeVore quartz13163 at distanthumans.org
Fri Nov 10 11:58:56 PST 2006


Endea wrote:
>>Hi,
>>
>>In opengldiplay.d, line 300:
>>
>>surface = IMG_Load(filename.ptr);
>>
>>mayby use toStringz form std.string to make the filename zero ending:
>>surface = IMG_Load(string.toStringz(filename));

Endea, I think that fixed it. I don't seem to get the error anymore. I appreciate
that tip. Thanks.



More information about the Digitalmars-d-announce mailing list