dll [modified]
-
Hai, I am new to dll.I have created a menu in my dll.i want to use that in other for a Dialog Based Appication. How I can acheive this -- modified at 7:01 Wednesday 6th June, 2007
-
Hai, I am new to dll.I have created a menu in my dll.i want to use that in other for a Dialog Based Appication. How I can acheive this -- modified at 7:01 Wednesday 6th June, 2007
Go to Resource view. Right Click, Add Resource, Then Add Menu. Customize the menu and call it whereever you want to use. Programming in Dll is almost same as that of other application.
Anurag Gandhi.
-
Go to Resource view. Right Click, Add Resource, Then Add Menu. Customize the menu and call it whereever you want to use. Programming in Dll is almost same as that of other application.
Anurag Gandhi.
i mean i have already created a menu in my dll. i want to use that menu in other applications.my question was not clear, sorry for that
-
i mean i have already created a menu in my dll. i want to use that menu in other applications.my question was not clear, sorry for that
Can you please mention in detail, which type of dll you are creating and what will be your client application. Dll created using MFC is not very much flexible.
Anurag Gandhi.
-
Can you please mention in detail, which type of dll you are creating and what will be your client application. Dll created using MFC is not very much flexible.
Anurag Gandhi.
I am Creating a AtlCom Dll & i have to use menu created in that dll in a dialog based apllication
-
I am Creating a AtlCom Dll & i have to use menu created in that dll in a dialog based apllication
In you client application, add this string (#include "yourATLDLL.rc") in View->Resource Includes->Compile-time directives edit box. Next, in Project Settings->Resources tab, under "Additional resource include directories:" edit box, add (..\foldername) where your "ATLDLL.rc" file is located. Hope this helps. Thammadi