Error:
A call to PInvoke function 'Conquer_Online_Server!Conquer_Online_Server.Netwo rk.Cryptography.Blowfish::BF_set_key' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
and on this bit of code
Error is on the curly bracket that stands out, but this error is so called ""some f***ed up hardcore s**" so it looks like this error is kinda byound me, I tryed restart pc :/ btw impulses 5180 source.
#edit just needed to use .net 3.5 not 4.0
request close, im fully 5180 except arena. THANKS IMPULSE FOR THE SUPPORT
A call to PInvoke function 'Conquer_Online_Server!Conquer_Online_Server.Netwo rk.Cryptography.Blowfish::BF_set_key' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
and on this bit of code
Code:
public void SetKey(byte[] data)
{
_encryptNum = 0;
_decryptNum = 0;
BF_set_key(_key, data.Length, data);
[B][SIZE="3"][FONT="Arial Black"][COLOR="Red"]}[/COLOR][/FONT][/SIZE][/B]
#edit just needed to use .net 3.5 not 4.0
request close, im fully 5180 except arena. THANKS IMPULSE FOR THE SUPPORT