Quote Originally Posted by Jacob Roman View Post
Ya think if I write a C++ dll file containing this one line would do the trick? I should try it right now to give it a whirl
The idea is to have a C/C++ compiled *object* file which can be *staticly* linked to your final VB6 executable and thus force the linker to add the "magic entry" in PE file's export table.

cheers,
</wqw>