HRESULT Problem [Resolute]

08/16/2013 12:17 sasukeuchis#1
Hello everyone,

I take this topic because i try to make an PServer but when i want connected my acc that message come :

Code:
HRESULT : 0x8007000B
I think it's coming of my win x64, who think help me ?

PS : Sorry for my english and if someone need more information i'm here ^^
08/16/2013 18:06 -impulse-#2
I agree with you. It's because you try to run the server in a x64 environment with a libeay32.dll that's compiled for 32bit environments.

You can either find a libeay32.dll compiled for 64bits or
switch to managed classes for cryptography (use CO2_CORE_DLL by CptSky)
08/16/2013 18:12 sasukeuchis#3
Yes, effectively I noticed having posted the topic ^^ but thx for ur help.

If I can allow me to ask another question, to be able to modify the scripts ect in the game, I needs to know how to program in which language?
08/16/2013 23:43 -impulse-#4
It depends on the programming language used by the source you are using, so long you actually have access to the source code of the server. Most servers released on elitepvpers/co2 use C#.
08/17/2013 09:43 sasukeuchis#5
Quote:
Originally Posted by -impulse- View Post
It depends on the programming language used by the source you are using, so long you actually have access to the source code of the server. Most servers released on elitepvpers/co2 use C#.
If i understand for modify my conquer server i must learn to use c# language?

For exemple if i want create a new maps, add voice in the game or change some skin, c# it's my friend?

I have another question if it's not a problem, i was talking with a guys who tell me that i could not quit modify the file of conquer it's true or we need just a nice practis of laguage?

Thx very much for ur response =)