Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHidden dialog from Dll Pin
Atin Kumar24-Jul-02 19:32
Atin Kumar24-Jul-02 19:32 
GeneralRe: Hidden dialog from Dll Pin
Paul M Watt24-Jul-02 19:42
mentorPaul M Watt24-Jul-02 19:42 
GeneralEvent for CDialogBar Docking & Floating Pin
Dave Matrix24-Jul-02 19:21
Dave Matrix24-Jul-02 19:21 
GeneralGoing Crazy: Trying to inherit an interface from another dll Pin
doshin24-Jul-02 19:03
doshin24-Jul-02 19:03 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 19:24
mentorPaul M Watt24-Jul-02 19:24 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
doshin24-Jul-02 19:32
doshin24-Jul-02 19:32 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 19:48
mentorPaul M Watt24-Jul-02 19:48 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 20:17
mentorPaul M Watt24-Jul-02 20:17 
I am sorry, I have been leading you down the wrong path.
You cannot import a dll in the IDL file, you can only import IDL, ODL and header files. So that will be your best bet.

You can use the importlib() directive inside of your new type library, but the MSDN documentation recommends that you use the IDL file so that all of the items from the original file will be available to your app. If you rely on the data in teh DLL, you will only get what is in the type library (which this may also include all of the items in teh dll so it wouldn't matter).

Either way I think that using the IDL file from your base project is prefectly acceptable.




Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralAny ideas on how to.. Pin
Anonymous24-Jul-02 17:38
Anonymous24-Jul-02 17:38 
GeneralRe: Any ideas on how to.. Pin
Scott H. Settlemier24-Jul-02 17:47
Scott H. Settlemier24-Jul-02 17:47 
GeneralRe: Any ideas on how to.. Pin
Anonymous24-Jul-02 18:15
Anonymous24-Jul-02 18:15 
GeneralRe: Any ideas on how to.. Pin
Daniel Lohmann24-Jul-02 22:44
Daniel Lohmann24-Jul-02 22:44 
GeneralRe: Any ideas on how to.. Pin
benjymous24-Jul-02 22:47
benjymous24-Jul-02 22:47 
GeneralHelp on multi-threading Pin
Abin24-Jul-02 17:14
Abin24-Jul-02 17:14 
GeneralRe: Help on multi-threading Pin
Scott H. Settlemier24-Jul-02 17:40
Scott H. Settlemier24-Jul-02 17:40 
GeneralRe: Help on multi-threading Pin
Abin24-Jul-02 17:43
Abin24-Jul-02 17:43 
GeneralRe: Help on multi-threading Pin
Scott H. Settlemier24-Jul-02 17:52
Scott H. Settlemier24-Jul-02 17:52 
GeneralRe: Help on multi-threading Pin
Abin24-Jul-02 18:15
Abin24-Jul-02 18:15 
GeneralRe: Help on multi-threading Pin
Peter Occil24-Jul-02 18:14
Peter Occil24-Jul-02 18:14 
GeneralRe: Help on multi-threading Pin
RichardWdy24-Jul-02 18:20
RichardWdy24-Jul-02 18:20 
GeneralRe: Help on multi-threading Pin
RichardWdy24-Jul-02 18:22
RichardWdy24-Jul-02 18:22 
GeneralRe: Help on multi-threading Pin
Tomasz Sowinski24-Jul-02 22:41
Tomasz Sowinski24-Jul-02 22:41 
Generalno response of .exe outside of visual studio Pin
pdarcy24-Jul-02 16:26
pdarcy24-Jul-02 16:26 
GeneralRe: no response of .exe outside of visual studio Pin
Paul M Watt24-Jul-02 19:30
mentorPaul M Watt24-Jul-02 19:30 
GeneralRe: no response of .exe outside of visual studio Pin
pdarcy25-Jul-02 2:26
pdarcy25-Jul-02 2:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.