| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Managed C++ and C++/CLI Discuss Managed C++ and .NET-specific questions related to C++. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Reference Problem
I am developing in VC++ 7.1 and I've created a DLL. This DLL works just fine. However, when I create an executable I try and add the DLL to my exe project as a reference - Reference->Add Reference. But when I try and run it, it fails stating that the DLL cannot be found!
Any ideas? Regards John
__________________
I don't mind that you think slowly but I do mind that you are publishing faster than you think. Wolfgang Pauli, physicist, Nobel laureate (1900-1958) |
|
#2
|
|||
|
|||
|
Re: Reference Problem
Quote:
|
|
#3
|
||||
|
||||
|
Re: Reference Problem
Yes I do. At the moment, I'm having to copy my DLL file from its debug directory over to the Exe's directory. Of course I can set up a path for the DLL with in the properties of my exe, but I thought I could just add it as a reference, but it doesn't seem to do the trick.
Regards John
__________________
I don't mind that you think slowly but I do mind that you are publishing faster than you think. Wolfgang Pauli, physicist, Nobel laureate (1900-1958) |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|