Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll

Status
Not open for further replies.

andre123

Vendor
Joined
Sep 7, 2003
Messages
4
Location
BE
Hi!
I´m trying to program a dll, that exports a function which opens a normal dialog window, but when I call the function from an executable file, I alwayds get an assertion failure.
Is there a principle problem with with attemp, or if it is possible, what have I to do?
thanks
Andre


 
MS VC does not link on default some resources (dialogs) with dlls. You can add resources to Your dll-project, but there will not be in dll file (like in exe- file with the same resources). You should say the linker to include .RES - file where Your resources are.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top