Jump to content

Scheduler/VB6 program running in Linux Fedora

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
pu8y

pu8y

    Newbie

  • Members
  • Pip
  • 6 posts
Hi all,

I have made a vb6 porgram, it is running without any error in windows platform. However, i want it to be run at Fedora too. I run my program with Wine Windows Program Loader in a Linux pc, but the program stuck with an error message:

Run-time error '429':
ActiveX component can't create object

I thought it was the error message because of missing some dll/reference files, so I tried to copy all those related .dll & .ocx file into my wine file. (Just copy and paste into the system32 of wine, no regsvr32 statement to register the .dll as what we always do in Windows.) However, all my efforts are in vain. I not sure what is the cause of this error. Anybody can give me a hint on this issue?

p/s: My purpose to run the vb6 program in linux is because I want to make a scheduler in linux pc so that this program can be run once per day automatically and send email. Any suggestion on how to achieve this also are welcome. I am lost... Many many thanks!

#2
oqweiier

oqweiier

    Newbie

  • Members
  • Pip
  • 1 posts
I think this is enough .....
I do agree with you. Those are the most effective way

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You have to register the .dll files, I don't think you can just copy them into a folder. There are some additional tools for configuring wine to get things like ActiveX working.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
pu8y

pu8y

    Newbie

  • Members
  • Pip
  • 6 posts
I have no idea on how to achive this.
Maybe I should not make vb6 program to run in Linux? :crying:

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Try installing winetricks.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
pu8y

pu8y

    Newbie

  • Members
  • Pip
  • 6 posts
I decided to give up on working vb6 in Linux.
I'll try on perl script. Thanks

#7
strider96

strider96

    Newbie

  • Members
  • Pip
  • 7 posts

pu8y said:

I decided to give up on working vb6 in Linux.
I'll try on perl script. Thanks

Try Realbasic!

It works on Mac, Linux and Windows