void DecryptFrontCode(const BYTE *pSrc, BYTE *pDst);
void CreateCryptKeyID(const WORD wID, BYTE *pBlock);
const WORD GetCryptKeyID(const BYTE *pBlock);
const WORD GetCryptKey(const BYTE *pBlock, DWORD *pUpKey, DWORD *pDwKey);
const DWORD DecryptMXTCP(BYTE *pBuf, const int iLen, const DWORD dwKey);
const DWORD EncryptMXTCP(BYTE *pBuf, const int iLen, const DWORD dwKey);
void DecryptMXUDP(BYTE *pBuf, const int iLen);
const BOOL GetFileHash(LPCTSTR lpszFileName, DWORD *pHash, DWORD *pFileLen);

Help to translate these simple dll calls from c++6 to vb.net?
Anonymous Hacker
JackT
Fair enough Josh....
I'm not C++ expert at all, so perhaps we can be a little systematic....
PICK ONE.... the simplest one and let's work it through until we have it right...
Pickit and tell us what you think it's doing....
Jon Stelly
MonicaMaloney
What did you try And did it work I don't think anyone is going to do the legwork for you.
From some of the responses you've made when people have tried to help, you have simply stated you don't understand the response.
Be a little more specific with your problem, and people will help (we need to be thrown a bone before we can gnaw on it).
As an afterthought (after doing a search on the web site you are advertising), I don't think your tag line is condusive to get professionals provide help for you.
lazarosfan