I have a home-spun 2000 line VB script, that has become progressively slow with each additional code i add. It was created as a private debugging aid and now that it has becomes really useful, i want to polish it and ship it along with our product.
I thought i could speed it up by compiling it and making it an exe and further i want to have a user interface for my tool, which might be possible once i use the extra libraries that the compiling platform might give me. I'm also considering extending the script by calling win32 functions for whatever missing functionalities i require.
I have VB 6.0 or i can buy an external compiler. But i also need the created program (not the compiler itself) to run fine in Vista. What are my best options?
