|
-
Oct 7th, 2002, 08:31 AM
#1
Thread Starter
Fanatic Member
Adding DLL Projects...
I have an ActiveX DLL project which is referenced by a standard project in VB.
When I need to debug the DLL project, I add the DLL project to the client project but it doesn't automatically switch reference to the DLL project from the compiled DLL locallly on my machine.
My ActiveX DLL does maintain binary compatibility correctly and I can manually switch references OK. However it is a pain since all my other DLL projects can be added to my client project fine (without having to manually switch references).
Does anybody have a clue?
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Oct 7th, 2002, 10:10 AM
#2
Do you have 2 copies of the dll file maybe?
-
Oct 7th, 2002, 10:42 AM
#3
Thread Starter
Fanatic Member
Do you have 2 copies of the dll file maybe?
Does it matter though? As long as my DLL project is binary compatible with the DLL my client project references, it should all be hunky dory, right?
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Oct 7th, 2002, 02:12 PM
#4
If there are two then and the other one is registered then that might be why it doesn't switch to the project instead of the dll when in a project group.
-
Oct 8th, 2002, 03:06 AM
#5
Thread Starter
Fanatic Member
Well, I take your point but the correct DLL registered. At least, my project is binary compatible with the DLL that I am registering in my client project.
Also, this is reproduceable on more than one machine...
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
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
|