cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to open a dialog from a DLL
How to open a dialog from a DLL
Mar 19, 2010 at 3:13pm UTC
caalip
(1)
Hi all,
I basically need a DLL to open a dialog. I am having trouble making it thread safe. The DLL maybe called concurrently, and each call opens a dialog. How is this possible? Do you have any recommendations?
Thanks,
Grae
Mar 19, 2010 at 4:25pm UTC
kbw
(9488)
Use a Mutex?
Topic archived. No new replies allowed.