VB and asm dll example?

From: SysCold (syscold_at_net4u.hr)
Date: 01/21/04


Date: Wed, 21 Jan 2004 19:00:34 +0000 (UTC)

Could anyone post source of one assembler function and source of how do
you call it from VB?
Asm function that works with string, long and few other data types...
Just to see how to pass parameters from VB to asm function...

Thanks,
        By SysCold



Relevant Pages

  • VB and asm dll example?
    ... Could anyone post source of one assembler function and source of how do ... Asm function that works with string, long and few other data types... ...
    (alt.lang.asm)
  • Re: VB and asm dll example?
    ... > Asm function that works with string, long and few other data types... ... "declare" in some VB projects and compare the vb parameter declarations ... If you set the direction flag you might want to clear it again, ...
    (comp.lang.asm.x86)
  • Re: VB and asm dll example?
    ... > Asm function that works with string, long and few other data types... ... "declare" in some VB projects and compare the vb parameter declarations ... If you set the direction flag you might want to clear it again, ...
    (alt.lang.asm)
  • Re: ASM function returns a char*, but strlen from C returns the wrong length
    ... When i use strcpy, the problem is solved... ... It calls EncodeASMwith the string variable line, ... Depending on what your asm function is doing, ... corrupting the variable the second time EncodeASMis called... ...
    (alt.lang.asm)