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 - Eldalote

Pages: [1]
1
DotNet / Re: SFML.net 2.5 dll's? Where do I get them?
« on: March 25, 2019, 11:36:46 am »
Thank you very much!
It was that simple!

2
DotNet / Re: SFML.net 2.5 dll's? Where do I get them?
« on: March 25, 2019, 11:15:46 am »
So, apparently I've missed some tutorial on setting a new project up or something. Am I blind, or isn't there one?

Sor me the side looks just like the attachment. No dependencies menu.

I just did:  File->New project -> Console app(.net framework) in visual studio. Then added the SFML.net package with NuGet.
This looked like it worked, because I could just start using the SFML parts, and it compiles fine. Just errors on runtime.

I'm sorry if this is just a complete newby question, and there is some tutorial explaining how to do this that I somehow missed, I'm just very new at this. (I have a background as an Electrical engineer, with mostly embedded C programming, and as a hobby I'm trying to get into desktop programming, and I wanted to make a simple game)

3
DotNet / Re: SFML.net 2.5 dll's? Where do I get them?
« on: March 25, 2019, 08:16:00 am »
No, you don't. With the latest NuGet package, we have created a CSFML package that the SFML.NET package depends on.

So.. I don't need to copy any DLL's? Is there another reason I'm getting an DLL not found error then?
I dont really follow...



Eddit:  Added example of what I'm talking about.

4
DotNet / SFML.net 2.5 dll's? Where do I get them? (solved)
« on: March 23, 2019, 02:20:21 pm »
Hi,

I'm fairly new to SFML (and programming), tried the base C++ a bit, liked it very much, and wanted to try the C# version.
The problem I'm running in to, is that I can't seem to find the DLL's I need.

I added the NuGet package, and wrote my program, but on execution I get an Error that they can't find the dll's.
From google I find several answers telling me to copy the dll's from the lib folder of the files I downloaded... But I didn't download any files! For 2.4 and older versions there is a file with dll's I can download, but for 2.5 there is only the NuGet package, and the source code that I can find.
Am I missing something obvious?
Thanks for your help in advance!

Pages: [1]