J
Jeff0803
Guest
I have two separate EXEs and an DLL.
Critical section is in the method of DLL and two EXEs reference that DLL.
Two EXEs can call the method which have the critical section.
Can I use the Lock statement in the method of the DLL to lock the critical section?
Is this correct way?
Continue reading...
Critical section is in the method of DLL and two EXEs reference that DLL.
Two EXEs can call the method which have the critical section.
Can I use the Lock statement in the method of the DLL to lock the critical section?
Is this correct way?
Continue reading...