Hiti Posted December 17, 2005 Share Posted December 17, 2005 Hi, i wanted to write something leaning on vc - mp, but i have problem with compilation of source code. I made all according to readme (i get RakNet networking library), but i get errors during compilation. I did not alter in source anything yet. Only things from readme. I use Visual Studio 6.0 and for example i get this errors: C:\vcmp-src-01c\server\vehicle.cpp(108) : error C2661: 'RPC' : no overloaded function takes 8 parametersC:\vcmp-src-01c\server\netrpc.cpp(408) : error C2664: 'RegisterAsRemoteProcedureCall' : cannot convert parameter 2 from 'void (char *,int,struct PlayerID)' to 'void (__cdecl *)(struct RPCParameters *)' None of the functions with this name in scope match the target type C:\vcmp-src-01c\raknet\RakServer.cpp(449) : error C2562: 'AttachMessageHandler' : 'void' function returning a value c:\vcmp-src-01c\raknet\rakserver.h(388) : see declaration of 'AttachMessageHandler' I depend on your help Link to comment Share on other sites More sharing options...
kyeman Posted December 18, 2005 Share Posted December 18, 2005 VC-MP was written for RakNet 2.3.* The latest versions are all 2.4.*. You'll need to get your hands on 2.3 to compile VC-MP. I don't have a link for it, sorry. Link to comment Share on other sites More sharing options...
Hiti Posted December 18, 2005 Author Share Posted December 18, 2005 does someone have this version and can upload (or the best: source + raknet libray ) thanks Link to comment Share on other sites More sharing options...
VintProg Posted July 10, 2011 Share Posted July 10, 2011 and where to download source code? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now