Results 1 to 3 of 3

Thread: The best way to let other user make a kind of plugin

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2001
    Posts
    574

    The best way to let other user make a kind of plugin

    Hello,

    I'm making a new chat program wich has some standard encryption. But now I want to give the user teh ability to create it's own encryption. This could be done with a dll or something. But now I'm thinking. I want to a much flexibility as possible, but what can I use best then? Cause an ActiveX isn't flexible cause they can't be made with for example Delphi or C++ (as far as I know). Any suggestions how this can be best done?

    In other words someone else must be able to make a "standalone" program wich I will put in the data wich the user wants to send and then that program returns me the data to send, and they other way around, If I give the program some encrypted data it can decrypt?

    Any suggestions?
    Don't Hate Me Cause You Ain't Me

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You better implement this with interfaces ...search the forum for previous results .

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2001
    Posts
    574
    Well I have searched a little on the interfaces thing, but that's not something I want, I want the user to give me (for example with a textfile) information about the functions and subs wich my program must use out of the dll, that's much more flexible, and that's something I really want.
    Don't Hate Me Cause You Ain't Me

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