Results 1 to 2 of 2

Thread: Extending my apps coverage

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Extending my apps coverage

    How can I write my program so that it can be extended by adding .DLLs to the exe directory? I have a program that lets the user select an algorithm to run on a certain data set.

    As we are adding new algorithms all the time it would be good just to write a new DLL (Class library) and drop it into the exe path of the program on each user's PC.

    Is this possible?
    I don't live here any more.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Search this forum for 'plug-in' or 'plugin' and you should find some examples or code snippets.

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