|
-
Nov 19th, 2002, 05:17 AM
#1
Thread Starter
Hyperactive Member
**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.
-
Nov 19th, 2002, 07:03 AM
#2
Frenzied Member
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
-
Nov 19th, 2002, 08:48 AM
#3
Thread Starter
Hyperactive Member
-
Nov 19th, 2002, 11:08 AM
#4
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|