Results 1 to 5 of 5

Thread: Verifying 3rd party controls

  1. #1

    Thread Starter
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463

    Verifying 3rd party controls

    What is the best way to do if you use a 3rd party control in your program and register it in a client pc. The problem is, there is a big chance that other softwares are using that control, and if you are using an older version, either your program will not work or theirs. If you use such installers as WISE it will not copy files older than what the OS have. So if you didn't upgrade to the latest version of the control you are using, your program will not work. Upgrading to a newer version is not option here.

    Thanks!
    live, code and die...

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    It's called DLL Hell and there's nothing you can do about it. We had to rewrite the app with an older version specifically for that one client who had an older version already.

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989
    Code everything and dont use 3rd party controls if you REALLY dont have to...

  4. #4

    Thread Starter
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463
    Originally posted by baja_yu
    Code everything and dont use 3rd party controls if you REALLY dont have to...
    Well there are really pretty cool controls out there, profesionally designed and worked fast. They won't cost that much if they can't boast of these things.
    Thanks for the replies!
    live, code and die...

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    and most of them are not redistributable.

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