Hi there

I'm wondering whether it is possible to compile a whole bunch of c++ source files into a dll that i can then use from my VB6 app.

What i'm trying to do is use the tightVNC server from VB6. I've got the VNC server source files (a whole bunch of cpp and .h files and folders). Is it possible to compile these into a dll? How would i do that.

Many thanks

Hagen

PS This has already been done for the VNC client. There is a VNC client activeX control built by Thong Nguyen, so i'm sure it can be done for the server.

PPS I also have the binaries, Winvnc.exe and VNChooks.dll. Would that help in any way? Can they be called from VB? Ideas much appreciated.