Results 1 to 3 of 3

Thread: a question about dll's

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    a question about dll's

    i have an exe that will use a dll..i made a reference to the dll that was made by me and is in the same folder as the exe...if i change later the dll to a update-version of it the exe will still work? or will i have to use reflection? lol
    \m/\m/

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    It should still work considering all the methods that you used i the old dll uses the same signitures and return tpe, just replace the old one with the new one.
    Dont gain the world and lose your soul

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    tks thats what i though
    \m/\m/

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