Results 1 to 3 of 3

Thread: Which OCX's should I include?

  1. #1

    Thread Starter
    Lively Member vb_paladin's Avatar
    Join Date
    May 2003
    Location
    USA
    Posts
    102

    Which OCX's should I include?

    Which OCX's should I include in my program's folder?

    My program contains the following components:

    Microsoft Common Dialog Controls 6.0 (SP3)
    Microsoft Windows Common Controls 6.0 (SP4)
    Microsoft Winsock Control 6.0 (SP5)

    Also, should I include regsvr32 to register any of the OCX's?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Creating a setup package eliminates the headaches of figuring out what to include. I would recomend you do that.

    And no, there should be no need to include regsvr32, especially not if you make a setup.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463
    Originally posted by crptcblade
    Creating a setup package eliminates the headaches of figuring out what to include. I would recomend you do that.

    And no, there should be no need to include regsvr32, especially not if you make a setup.
    i guess you still need to know ur app's ocx requirement if you don't want to end up in a fix( i mean your app on another target machine). am using inno setup, so nobody(inno) is goona tell me what to pack along
    Nobody is smarter than all of us!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width