-
I have a project in folder "A" and a DLL in folder "B", I have set a reference to the DLL in the project, and it works great.
Now, when the time comes to distribute my application, where do I stand with regard to the DLL? I mean if I compile my project, will the application automatically know where the DLL is on the user's PC or what (it will not be in the equivalent same folder, for example, it may be in the same directory as the EXE on the users PC).
ps. the DLL is one I have created myself.
This is bothering me intensely.
-
you can put the dll whereever you want as long as you register it the system will find it.
How's the job hunting going anyway?
[Edited by Mark Sreeves on 05-26-2000 at 10:40 AM]
-
How do i go about registering my activex DLL? I thought you only had to do that for DLL's that were called using API calls.
My hunt for a job continues unabated, unfortunately, thanks for asking (and remembering!). :)
Do you work, or are you like me: yet to be discovered! (i wish).
:D :D :D
-
To register your dll you need to use "RegSvr32.exe"
Code:
RegSvr32.exe myDll.Dll
and as Mark said, it can be anywhere on the system. The usual place is your programs directory or the system32 directory of windows.
p.s. good luck with finding a job, i had lots of problems finding a placement.
-
I work for Softlab UK
*whisper*: a wholly own subsidiary of BMW!
As you know there was a lot of bad feeling about BMW here in the Midlands so I don't shout about it so much now! :)
I applied to a few Midland agencies in January just to see what the job market was like and there seems to be quite a demand for Active Server Page Programmers. I've done one or two small ASP projects using InterDev and really like it.
I reckon that's a pretty good thing to get into.
I'm supposed to be learning java next!