wqweto / VbAsyncSocket

Sockets with pure VB6 impl of TLS encryption
MIT License
164 stars 31 forks source link

[Improvement] Reg-Free manifest #6

Closed dragokas closed 3 years ago

dragokas commented 3 years ago

A little suggestion, - to add manifest sample in your project to remove a requirement for registration of winsock component, and subsequent requirement for run as admin.

winsock

wqweto commented 3 years ago

Actually mswinsck.ocx reference in the test project is leftover from initial tests of replacement behavior against original control which is unnecessary as of now. I just removed the reference althogether.

The idea of all source modules in the repo is to add them as source code to your project so no additional references has to be used in your project.