From: Zach Dennis Date: 2004-11-25T05:56:58+09:00 Subject: Re: DLL not found Wayne Vucenic wrote: > You could copy the DLL to the Windows directory (typically c:\windows) > or the System directory (typically C:\Windows\System). Wouldn't you want to make that "c:/windows/" or "c:\\windows\\" becuase '\' is treat sthe next character as a literal. >> >>If I run Program from within C:\Directory everything works fine. If I run it >>via full pathname from a different directory the DLL is not found. I can get >>it to work if I make C:\Directory part of my path but I want to avoid this >>if possible. I've tried adding C:\Program to $: but this doesn't do it. What >>programmatic steps can I take to get the DLL to be found? >> Have you tried "c:\\Program" or "c:/Program" Zach