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

Pages: [1]
1
Network / Re: Packet Errors
« on: November 22, 2016, 01:49:37 am »
Ok, I've compiled SFML and put the new lib and dll files in my SFML directory. Now the program builds successfully. But, when I run the program I get this error.
The procedure entry point
_ZN2sf6PacketIsERKNST7_cxx1112basic_stringIcSt11char_traitsIcESalcEEE could not be located in the dynamic link library.

2
Network / Re: Packet Errors
« on: November 21, 2016, 11:01:00 pm »
Here are the errors

3
Network / Re: Packet Errors
« on: November 19, 2016, 03:07:01 pm »
That Didn't Work. I still get the same errors

4
Network / Packet Errors
« on: November 19, 2016, 03:50:25 am »
I'm learning Socket Programming and I've been Stuck on creating the packets. This isn't even my code it's from the SFML github wiki. My SFML library config is correct because I can make GUIs without error.While Compiling this code I get the errors:
undefined reference to 'sf::IPAddress::IpAddres(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&0'

undefined reference to 'sf::Packet::operator <<(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&0'

undefined reference to 'sf::Packet::operator>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&0'

Pages: [1]