Click to See Complete Forum and Search --> : Load a DLL Created in Vc++ which is having a dialog box.


February 23rd, 2000, 07:55 AM
I have written a MFC dll in VC++. It has a dialog box in it .I can call the Dll in a vc++ prgoram and get the dialog box in it.But if i a trying to call the dll
in a vb program it fails
urgent
my id is deepak@taymur.com

Weasel
March 3rd, 2000, 09:31 AM
Was it defined with extern c? Has the VB program had the function properly declared?