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

C / C++ / MFC

 
Questionabout put_RegisterAsDropTarget? Pin
ttzzgg_8071324-Jul-02 19:32
ttzzgg_8071324-Jul-02 19:32 
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 
Does your BaseData.dll file have a typelibrary definition? That is the only way that the MIDL compiler will be able to extract the IDL definition for you new dll to use. A very easy way to tell is by referencing your BaseData.dll to a visual basic project. If VB finds the components or even interfaces inside of your dll, tehn it has a typelibrary.

If you do not have a type library inside of your BaseDLL then you will need to add the definition at the bottom of your IDL file for it.

One other way to do this is to import the IDL definition from your BaseDLL project if you used an IDL file originally.

If you want you can email me with more info.


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!

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 
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 

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.