Results 1 to 4 of 4

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

Threaded View

  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.

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