I have developed a Microsoft C 6.0 Win 32 DLL without class definition. The DLL is to be called by VB program under Win 98. The DLL has shared segment with system hook implementation.

Can I call CProgressCtrl class in my DLL? If yes, what steps shall I take? If no, is there any alternative for displaying progress?

Thanks.