The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: petezl on January 30, 2005, 08:35:48 PM

Title: Does VB6 support inline asm?
Post by: petezl on January 30, 2005, 08:35:48 PM
A friend of mine programs in vb6 :bdg I just wonderd if he would be able to use inline asm?
Peter.
Title: Re: Does VB6 support inline asm?
Post by: MichaelW on January 31, 2005, 06:56:13 AM
I got this link from "BP" on the old forum:

http://vbfibre.persistentrealities.com/index.php?category=0&item=5&t=asm

The file links are here:

http://vbfibre.persistentrealities.com/index.php?category=0&item=50
Title: Re: Does VB6 support inline asm?
Post by: petezl on January 31, 2005, 10:25:28 AM
Thanks Michael,
After reading that I think I'll try to convert him to masm!!
Peter.
Title: Re: Does VB6 support inline asm?
Post by: Vortex on January 31, 2005, 10:58:12 AM
It looks like a tricky method but it deserves to try.
Title: Re: Does VB6 support inline asm?
Post by: sluggy on January 31, 2005, 12:12:04 PM
Why not just use an asm dll?
Title: Re: Does VB6 support inline asm?
Post by: petezl on January 31, 2005, 12:28:17 PM
The conversation came about when he was describing a bubble sort to me, I said there is a nice little asm algo for that.
I think he could set up the plug-in but would be a bit intimidated by the asm bit.
A dll would be good but  I would suspect that he would prefer to write it himself...
Peter.