I have VB4 apps that use custom dll's. I want to make a VB6 dll that will do the same job.

I have the functions and subs that call the dll which are 16bit. Can a dll be made only knowing the functions/subs?

I know I will have to convert Integer to Long, thats normal for 16bit dll's.