cannot convert from 'byte[]' to 'byte*'
Hello,
I get the error: "cannot convert from 'byte[]' to 'byte*'" line 26.
My code:
http://pastebin.com/m3d04e54f
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SanderPosted Jul 23, 2007, 1:49 PM
AlanPosted Jul 23, 2007, 12:52 PM
fixed(byte* ZChatOutputSigPtr = ZChatOutputSig)
{
uint ZChatOutputSigAddr = SigSearch(ZChatOutputSigPtr, 31);
}