Windows Scripting

Hi,

I am trying to run a simple windows script for WaveLab8, the example provided in
…\Steinberg\WaveLab 8\Tools\Windows Scripting
contains the line:
Set app = CreateObject(“WaveLabPro7_64.Application”)
I also tried

  • “WaveLabPro7.Application”
    “WaveLab8_64.Application”
    “WaveLab8.Application”
    “WaveLabPro8_64.Application”
    “WaveLabPro8.Application”

All of which return the same error at that line:
ActiveX component can’t create object: ‘WaveLab8_64.Application’

Although my software seems to work just fine, I suspect there may be something wrong with my install since I can’t seem to find the desired Active X actions with tools like ActiveXHelper.

Has anyone else encountered this issue and what could I do to fix this?

Thanks! :smiley:

It should be “WaveLab8_64.Application”
if you have installed the 64 bit version of WaveLab.

It should be “WaveLab8.Application”
if you have installed the 32 bit version of WaveLab.

Maybe reinstalling WaveLab can help.

Did you solve your problem Patrick?