I've already tried to make a post on the developers website but they seem uninterested in helping me solve this problem.
Here's the link to that if you want to dive right in,
The Game Creators - Forum - View Thread
I'm making a windows forms application for a multiplayer word game and I can't get the networking library to work with a windows forms application. :( This is frustrating me since I cannot continue further without starting to implement these functions.
I'm trying to use a plugin called DarkNet for networking functionality(I can PM it to you if you think it will help).
Unfortunately DarkNet is not managed code so I'm having some trouble linking it.
DarkNet comes with a .dll file but I haven't a clue how to use one, that may be my only option here I'm not sure.
This is my progress so far:
Additional-Dependencies = ptrustm.lib mikenet.lib ws2_32.lib
Ignore-Specific Library: msvcprt;libcmt;atls
Now when I compile I only get 1 linker error, but it makes no sense:
1>AcroGame.obj : error LNK2001: unresolved external symbol "void __clrcall `eh vector destructor iterator'(void *,unsigned int,int,void (__clrcall*)(void *))" (??_M@$$FYMXPAXIHP6MX0@Z@Z) 1>D:\Libraries\Documents\Visual Studio 2008\Projects\AcroGame\Release\AcroServer.exe : fatal error LNK1120: 1 unresolved externals(Read into the post from the link above to see more information)
Thanks guys I've been going at this for a few days now


Sign In
Create Account


Back to top









