×

Loading...
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务

Urgent Question: Is there anybody know how to deploy ActiveX control on webpage.

I have developed an application in VB 6.0 which is using
the standard OCX. I am interested in deploying the same on Win NT , Win 2000 & Win 98 / ME operating system. To deploy this application I
need to provide the Standard DLL & ocx files. I am interested in knowing --

1) Are this DLLs & OCXs different ( different version
etc..) for different Operating Systems ?
2) Also, Do I need to compile & package my application on
all this operating systems separately?
3) Do I need individually test out my application on all
these platforms ?

An urgent reply to this will be highly appreciated as we
have to deploy this at the client site at the earliest.
Report

Replies, comments and Discussions:

  • 工作学习 / IT技术讨论 / Urgent Question: Is there anybody know how to deploy ActiveX control on webpage.
    I have developed an application in VB 6.0 which is using
    the standard OCX. I am interested in deploying the same on Win NT , Win 2000 & Win 98 / ME operating system. To deploy this application I
    need to provide the Standard DLL & ocx files. I am interested in knowing --

    1) Are this DLLs & OCXs different ( different version
    etc..) for different Operating Systems ?
    2) Also, Do I need to compile & package my application on
    all this operating systems separately?
    3) Do I need individually test out my application on all
    these platforms ?

    An urgent reply to this will be highly appreciated as we
    have to deploy this at the client site at the earliest.
    • 就我所知,只要你没有使用特别的系统调用,只是常规程序应该可以通用。我的一个软件就可以在不同的系统运行。还有一些系统调用可以监测系统版本。这样就更加好了。
    • You have to test in each environment although it usually works. I had this problem before.
      I had this problem before. An OCX does not work in Win2K + a special SP, then I had to download another OCX for that version. Be prepared, it is hard to say what will happen on the customer site.
    • Various OS definitely require different DLLs. For 'q3': it is test requirements for a project no matter what language you use. For 'q2': the deployment tool /with VS will include sys DLLs automatically.