CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Load a DLL Created in Vc++ which is having a dialog box.

    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 [email protected]


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: Load a DLL Created in Vc++ which is having a dialog box.

    Was it defined with extern c? Has the VB program had the function properly declared?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured