Re: Reading a file from DLL.
From: S. Han (_at_)
Date: 06/03/04
- Next message: Daniel Pratt: "Re: csc (C# Compiler) bug"
- Previous message: Daniel O'Connell [C# MVP]: "Re: csc (C# Compiler) bug"
- In reply to: Ramesh: "Reading a file from DLL."
- Next in thread: Ramesh Babu: "Re: Reading a file from DLL."
- Reply: Ramesh Babu: "Re: Reading a file from DLL."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 10:27:16 -0700
Is it possible for exe to pass the full path to the file to DLL?
Or perhaps the file can always stay in the same directory as the exe, and
have the DLL figure out the "working directory" of exe.
-- This posting is provided "AS IS" with no warranties, and confers no rights. "Ramesh" <ramesh.babu@hp.com> wrote in message news:177fa01c448ef$0a62d790$a101280a@phx.gbl... > Hello everybody, > > I have exe (a.exe) file that runs on COM+ environement the > executable loads a dll(b.dll) which has a reference to a > XML file which the dll uses to parse. > > The problem is that I am unable to provide in a proper > location where the dll could read in the XML file. As the > exe file could be executed from any process. > > Could anyone let me know a way to place the xml file from > where the dll could parse it no matter from where the exe > file is executed. > > Thanks and Regards > Ramesh
- Next message: Daniel Pratt: "Re: csc (C# Compiler) bug"
- Previous message: Daniel O'Connell [C# MVP]: "Re: csc (C# Compiler) bug"
- In reply to: Ramesh: "Reading a file from DLL."
- Next in thread: Ramesh Babu: "Re: Reading a file from DLL."
- Reply: Ramesh Babu: "Re: Reading a file from DLL."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|