-
Notifications
You must be signed in to change notification settings - Fork 0
Makarevich/com-chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This chat is a client/server application with the server implemented as a COM out-of-process server. That means that after that projects are built you have to REGISTER the COM server and the proxy/stub dll. In other words the following commands must be issued (in an Administrator console): ComChat.exe /RegServer regsvr32 ComChatPS.dll The following commands revert all registration: ComChat.exe /UnregServer regsvr32 /u ComChatPS.dll
About
Simple ATL/WTL chat application.
Resources
Stars
Watchers
Forks
Packages 0
No packages published