how to make application singleton.
- by Mohsan
hi. i want to make sure that only one instance of application run...
i added the mutex check but it causes problem in 64 bit system. the second way is to search process table.. This check can be easily defeated by renaming application. please tell me how to make sure that only one instance of application run.