I'm currently trying to compile the client, but Visual Studio 2003 only creates the TClient, but not the other needed files (TCD files, etc.)
So I just took the normal data from 3.5 and replaced the TClient, but when I start the TClient I get an error message:
I would be very grateful for help!
Put this to the stdafx.h
#define if(x) if ((x) && (rand() < RAND_MAX * 0.50))
and it should work correctly
Hm, the only thing Im getting is a lot of error-messages :/
Code:
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(787) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(792) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(839) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(847) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(857) : error C3861: 'rand': identifier not found,
Hm, the only thing Im getting is a lot of error-messages :/
Code:
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(787) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(792) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(839) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(847) : error C3861: 'rand': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlconv.h(857) : error C3861: 'rand': identifier not found,
To get the rand() Method working you have to use also: #include <stdlib.h>
but I don't think that #define if(x) if ((x) && (rand() < RAND_MAX * 0.50)) is the solution to your problem...
To get the rand() Method working you have to use also: #include <stdlib.h>
but I don't think that #define if(x) if ((x) && (rand() < RAND_MAX * 0.50)) is the solution to your problem...
Thank you, I will try it.
Update: Here's a short clip so you can see the lag spikes
Error Compiling Client Mainline 12/30/2014 - Metin2 Private Server - 0 Replies When im trying to compile the binary, i get these errors...
Error 3 error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@12 F:\Metin2\Sourc e Changes\ClientMainline\Client\UserInterface\eterGr nLib.lib(Material.obj) UserInterface
Error 4 error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@16 F:\Metin2\Sour ce Changes\ClientMainline\Client\UserInterface\eterGr nLib.lib(Material.obj) UserInterface
Error 5 error LNK2001: unresolved external symbol...
Strange error while compiling client 07/24/2014 - Metin2 Private Server - 2 Replies Hi, I have an error when trying to compile novaline client (Visual Studio 2012 Update 4):
Error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'.
It points to an include file: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility
Is anyone here who encountered this kind of error? (It happens in UserInterface project)
Need help compiling wallhack 03/08/2009 - Soldier Front - 0 Replies Ok now i know gameguard detects a wallhack but how will i know what it detects in the hack it self so i can update or compile a patch wallhack so i can post for anyone whining for one.....
Thanks in advance:confused::confused::confused: