I’m developing my VB6 app on Windows 98 and would like to deploy my activeX dll on a WINNT 4.0 server. My clients are also on Windows 98.
I do not have the MTS type libraries such as mtxas.dll and mtxspm.dll, therefore, I am unable to use MTS-related commands in my code.
Can this be done or do I need to create an ActiveX exe instead? I would much rather deploy my project using MTS as it is much easier than the Package and Deployment Wizard.