vb.net - Object variable or With block variable not set visual basic.net -
vb.net - Object variable or With block variable not set visual basic.net -
could show me right way?
private function f(byval x integer) integer static unsignedadd object static xb(3) byte phone call copymem(xb(0), x, 4) if (m_runningcompiled) homecoming (cshort((m_sbox(0, xb(3)) + m_sbox(1, xb(2))) _ xor m_sbox(2, xb(1))) + m_sbox(3, xb(0))) else homecoming unsignedadd(unsignedadd(m_sbox(0, xb(3)), m_sbox(1, xb(2))) xor m_sbox(2, xb(1)), m_sbox(3, xb(0))) end if end function
the homecoming of
unsignedadd(unsignedadd(m_sbox(0, xb(3)), m_sbox(1, xb(2))) xor m_sbox(2, xb(1)), m_sbox(3, xb(0)))
is not set , vb.net show me object variable or block variable not set. whats wrong code?
unsignedadd
local variable there's in there assigning value never have value.
that's rather dodgy code too. certainly know type unsignedadd
should able declare type. can't see justification static
variables either.
vb.net blowfish
Comments
Post a Comment