Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
And I get back an error about Invalid class string.$Bentley = Win32::OLE->new("MicroStationDGN.Application", 'Quit') || die "Could not start MicroStation DGN Application: ", Win3 +2::OLE->LastError(); Win32::OLE->WithEvents($Bentley, \&Event, "UserWorkspaceName"); Win32::OLE->WithEvents($Bentley, \&Event); $Bentley->{visible} = 1; Win32::OLE->MessageLoop();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE with MicroStation
by Anonymous Monk on Aug 21, 2007 at 06:51 UTC | |
|
Re: Win32::OLE with MicroStation
by Anonymous Monk on Aug 21, 2007 at 17:45 UTC |