Resource in static library
-
Friends, I've two projects in a workspace. The main project is a dialog based application. The second project is a Win32 static library. In the second project i include an *.rc file to add resouces in the project. Then i add a dialog box in the resource. Now, i want to initiate the dialog box of my "static library project" from my main project. i.e if i click the OK button of my main application dialog, i want the modal dialog box that is present in the resource of static library project. As such i am getting debug assertion failure. Can anyone tell me whats the reason. I am using Visual C++ 6.0
-
Friends, I've two projects in a workspace. The main project is a dialog based application. The second project is a Win32 static library. In the second project i include an *.rc file to add resouces in the project. Then i add a dialog box in the resource. Now, i want to initiate the dialog box of my "static library project" from my main project. i.e if i click the OK button of my main application dialog, i want the modal dialog box that is present in the resource of static library project. As such i am getting debug assertion failure. Can anyone tell me whats the reason. I am using Visual C++ 6.0
-
Friends, I've two projects in a workspace. The main project is a dialog based application. The second project is a Win32 static library. In the second project i include an *.rc file to add resouces in the project. Then i add a dialog box in the resource. Now, i want to initiate the dialog box of my "static library project" from my main project. i.e if i click the OK button of my main application dialog, i want the modal dialog box that is present in the resource of static library project. As such i am getting debug assertion failure. Can anyone tell me whats the reason. I am using Visual C++ 6.0
Resources must be put in modules (exe's or dll's). HPS HwndSpy - GUI developer's aid to visually locate and inspect windows. For the month of August only, use coupon code CP-81239 for 30% off.
-
Friends, I've two projects in a workspace. The main project is a dialog based application. The second project is a Win32 static library. In the second project i include an *.rc file to add resouces in the project. Then i add a dialog box in the resource. Now, i want to initiate the dialog box of my "static library project" from my main project. i.e if i click the OK button of my main application dialog, i want the modal dialog box that is present in the resource of static library project. As such i am getting debug assertion failure. Can anyone tell me whats the reason. I am using Visual C++ 6.0
Shah Shehpori wrote: As such i am getting debug assertion failure. And that would be ???
-
Shah Shehpori wrote: As such i am getting debug assertion failure. And that would be ???
DavidCrow wrote: And that would be ??? Probably the one that says "Hey! Where's the dialog template???" HPS HwndSpy - GUI developer's aid to visually locate and inspect windows. For the month of August only, use coupon code CP-81239 for 30% off.