Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

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.


Messages - Rasenger

Pages: [1]
1
DotNet / Re: SFML.NET 2.0 going to be released soon?
« on: April 24, 2013, 01:08:20 pm »
Okay, great news. Nice to have this clean library available for C#.

2
DotNet / SFML.NET 2.0 going to be released soon?
« on: April 24, 2013, 12:24:50 pm »
Hello, just a small question, it seems that SFML 2.0 is ready soon, and I would like to know if .NET version is also released at the same time. Just so that I know whether I should start my new project with RC or wait for the release. Thanks!

3
General / Visual C++ 2008 - How to add images
« on: February 25, 2010, 11:22:22 am »
EDIT: It works. Thanks for help. The dll error was caused by me turning off manifest generation. What's that?

4
General / Visual C++ 2008 - How to add images
« on: February 25, 2010, 10:45:06 am »
I tried - got some error about missing dll. I really don't want to put any dlls into my image folder.

5
General / Visual C++ 2008 - How to add images
« on: February 25, 2010, 10:31:44 am »
Hi! I've been using SFML for quite some time, but this is my first time using it with Visual Studio (Express). I got it working, no problem. But I really don't understand how resources, like images and sounds are managed in VC++. I can, of course, add images manually to Release or Debug folders, but that's not really a solution. I should be able to run the program from VC and from the Release folder without any tricks, so that the program can access my images and stuff.

Pages: [1]