by Wyatt » March 9th, 2012, 6:39 am
TurboActivate.dll is not an ActiveX dll, it's a C dll. This means you don't add it in the "normal" way. You instead include it in the same folder as your output *.exe file, and you use the function definitions we have in the example VB6 app.
Tell me if this helps.
TurboActivate.dll is not an ActiveX dll, it's a C dll. This means you don't add it in the "normal" way. You instead include it in the same folder as your output *.exe file, and you use the function definitions we have in the example VB6 app.
Tell me if this helps.