1
DotNet / Error message after closing application with SFML objects
« on: November 11, 2011, 01:18:52 pm »
Thanks! Funny I've never thought of versions that way but I'll bear that in mind!
Gabor
Gabor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
private SoundBufferRecorder sBufRecorder = new SoundBufferRecorder();
private Sound sound = new Sound();
The instruction at "0x04b053cc" referenced memory at "0x05c1be80". The memory could not be read.
private SoundBufferRecorder sBufRecorder;
private Sound sound;
while (running)
{
ClearScreenAndDrawElements();
DisplayScreen();
WaitForUserInputOrTimeOut(); // this can take several seconds
}
string hungChars = @"AÁBCDEÉFGHIÍJKLMNOÓÖŐPQRSTUÚÜŰVWXYZaábcdeéfghiíjklmnoóöőpqrstuúüűvwxyz0123456789.?!,:;-()";
SFML.Graphics.Font arial = new SFML.Graphics.Font(@"C:\WINDOWS\Fonts\arial.ttf", 48, hungChars);
String2D text = new String2D("Does this work? áéíóöőúüű ÁÉÍÓÖŐÚÜŰ", arial);