Hi there! I am trying to set up networking for a game I'm working on. The only problem: The NAT Facilitator...
I'm on a mac, and I run in Paralells to build the software for my server. I have installed Visual Studio C++, and I successfully built the Master Server, and installed it on my server. It works rather well.
However, for some reason, when I try to build the NAT Facilitator, things go horribly wrong!
When I build the facilitator, I get no errors. It even works on Paralells. But once I get the facilitator on my server, I get an error message stating that "msvrc100.dll is missing!", and that it likewise caused the facilitator to crash.
I read somewhere that msvrc100.dll is one of the files installed with visual studio. I do not want to install Visual Studio, but I need this facilitator to work.
I have a feeling the error is coming from the way I am trying to build my project.
Likewise, I have two questions to ask:
A: How should I be building the facilitator, that it not require msvrc100.dll?
B: Where can I get msvrc100.dll?