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 - Aaron Goulet

Pages: [1]
1
General discussions / Re: Current situation of SFML
« on: January 28, 2014, 04:09:26 am »
Just out of curiosity, will the SFML.NET bindings also be updated/maintained during your leave?  :D I love C# and I also love SFML, so it's a godsend!

2
DotNet / Re: Request help with getting sound from resources
« on: January 27, 2014, 11:58:07 pm »
No problem, glad that you got it figured out!

3
DotNet / Re: Request help with getting sound from resources
« on: January 27, 2014, 09:41:31 pm »
The method I posted seems to work with Visual C# .NET, but keep in mind that it won't necessarily work on other platforms (I haven't even looked at the Mono APIs yet).

4
DotNet / Re: Request help with getting sound from resources
« on: January 27, 2014, 09:34:46 pm »
For getting an input stream from an embedded resource, try this instead:

Assembly.GetExecutingAssembly().GetManifestResourceStream(resourceName);

The name of your resource using this method may be different, however; there is another method called GetManifestResourceNames() which you can use while debugging if you run into any problems.

Pages: [1]
anything