Results 1 to 4 of 4

Thread: **RESOLVED**DLL Hell VB6 vs .NET

  1. #1

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310

    **RESOLVED**DLL Hell VB6 vs .NET

    Hello,

    when I understand VB .NET well, I can make dll's, and use them in my program. When I compile my program, a dll is automatically copied to the directory where the executable is created (normally <proj. path>\<app. path>\bin).

    I've tested this, edited my dll, and simply replaced that dll by the program, without recompiling the program. It worked! Even when I removed some stuff out of the classes in the dll!

    So, my question is: does this always work, assuming that the functions and subs don't change, and also not the parameters, or are there any hidden tricks, that make it not working?
    Last edited by JMvVliet; Nov 19th, 2002 at 08:48 AM.

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    that is the general idea...
    so if u get it broken u contact microsoft and tell them that millions if not billions of dollars they spent on .net just went down the drain

  3. #3

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310
    thnx

  4. #4
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Well considering you dont change method signitures, and parameters, everything should work.
    Dont gain the world and lose your soul

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