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

Pages: [1]
1
SFML projects / Re: Run time error sfml-network-d-2.dll is missing
« on: July 29, 2014, 03:04:00 pm »
Hi Laurent,

I even tried to statically link both dlls, adding the static preprocessor definition and changing the lib files to the xxx-s-d.lib ones. The compiler detected a lot of errors, more than 50. So I went back to dynamically linking.

Of course, I am doing something wrong, something very basic, but I cannot identify what.

Thanks for your support.

Eduardo Quintana

2
SFML projects / Re: Run time error sfml-network-d-2.dll is missing
« on: July 29, 2014, 02:13:51 pm »
The problem is exactly the same in both cases.

3
SFML projects / Re: Run time error sfml-network-d-2.dll is missing
« on: July 29, 2014, 06:21:53 am »
Thanks for your prompt reply.

Indeed I am using dynamic linking, but even when I add both files to the debug dir, it does not run and the error is the same. See attached directory list.

Eduardo Quintana

4
SFML projects / Run time error sfml-network-d-2.dll is missing
« on: July 29, 2014, 05:28:47 am »
Hi,

I just wrote my first SFML based C++ program.
It simply open a socket and try some operations.

It compiles and links with no problem. I have added the sfml-network-d.lib and sfml-system-d.lib additional dependencies and additional include directory as instructed in your site.

But, when I try to run the program, it show the run time error sfml-nework-d-2.dll is missing and do not run (see attached image).

What I am missing here?

I am using VS 2013 Professional Edition, with Windows 8.1 update 1 64 bits. My program is 32-bit and the sfml libraries are the latest nigthly build (2014-06-30), because I only have VS 2013 to work with.

Thanks for any hints.

Eduardo Quintana

Pages: [1]