hi,
can anybody provide me with a C++ code to check if a dll file is currently in use without using the microsoft framework.
i mean right now im doing it using the GetProcessesByName() method.
Is there any way i can do it without the use of this method

you could try to rename it, if it failes then its probably in use.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.