C++ Builder - Single Instance Application

preview_player
Показать описание
How to create a single instance application in C++ Builder? Check this video!
Рекомендации по теме
Комментарии
Автор

Love your tutorials! Thank you so much for taking the time to do them! :)

GooGoo
Автор

I love it !!!. Thanks man for the video.

intiazahmed
Автор

When using Mutex, in your video you forgot something very important, to include the clear mutex and close handle lines at the end of th emain code or this will create problems and cause mutex to be locked when you close your main program, you won't be able to re-open as it will still detect a running instance.

jimmydandy