Coder's Guild Mailing List

RE: Assembly Interpreted

Posted by Stier, Robert on 1999-08-20

Somebody needs to create an add in tool for VB that would allow me 
to code a few Functions or Procedures in VB then Convert these Functions 
to Assembly for optimization then encapsulate the Assembly Functions into 
a Dynamic Link Library, which then can be added to any VB Project.

There are a few times in my life where the speed of assembly would be a
blessing.
In my case that would be Complex Single Threaded File Parsing Loops with
Data
Validation. This could really benefit from the speed of assembler.

Since I Don't have the VB to Assembler Tool I guess I'll just have to write
A Multi Threaded Parsing Mechanism based on DCOM.