Hi Everyone, I am new to multithreading. I was trying controlling threads using EVENT Objects. FYI i have single process and multiple threads. I could achieve the same results without using events. Instead i used global flags to achieve the same.I can totally understand that using global variable is not a good practice. Can anybody tell, what else is a major difference and if anybody can give some specific examples where only events can be used. Thanks in advance
S
sourabhmehta
@sourabhmehta
Posts
-
Event objects VS Global variables -
Make C dll as a COM DLLHi All, I am new to COM. I have a DLL which is written in C. I want to make that DLL a COM dll. SO that i can register it and my application can use it. I tried google a lot. But not finding any satisfactory answer. Please answer if you have any idea about how to achieve the said. Thanks in advance
-
Scroll two windows together WIN32Thanks.. It was really helpfull