![]() |
|
#1
|
|||
|
|||
|
I have DLL application running on Windows NT. It works fine except for one part. I would like to create an INI file and load this information into a DLL when it executes.
How do I go about this? |
|
#2
|
|||
|
|||
|
I guess you should try to "overload" the "open" function, which every dll has. Unfortunately I don't know the function name at the moment, but you should find more details in the win32api help
Thomas |
|
#3
|
|||
|
|||
|
unfortunatelly I haven't found anything interesting in the win32api help.
I tried different methods. It seems like it is loading the data while dll is executed but it doesn't want to hold it once the dll is executing another task. thanks anyways. I'll let you know wether or not I found some specs some place else. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|