Objidl.h problem
From: Steve Strommen (sjstrommen_at_wi.rr.com)
Date: 09/04/04
- Next message: Spare Change: "Two ListBox Handlers Short Circuit Each Other"
- Previous message: Chris Davoli: "good book on winforms, sql server ce syncing up to sql server."
- Next in thread: Steve Strommen: "Re: Objidl.h problem"
- Reply: Steve Strommen: "Re: Objidl.h problem"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 4 Sep 2004 16:23:09 -0500
Every time I add a particular form to my VS 2003 C++ project, the project
can no longer compile. The error message indicates an ambiguity because
IDataObj is defined both in System::Windows::Forms and also in objdl.h.
I have no idea why objidl.h is being included in my project, but it must
have something to do with the objects in my form other than controls. There
are no COM objects involved.
The problem line in objidl.h is line 7408:
typedef /* [unique] */ IDataObject *LPDATAOBJECT;
Can anyone help me get past this compiler error? And maybe explain how
objidl.h gets included in my project?
Thanks for any help.
- Next message: Spare Change: "Two ListBox Handlers Short Circuit Each Other"
- Previous message: Chris Davoli: "good book on winforms, sql server ce syncing up to sql server."
- Next in thread: Steve Strommen: "Re: Objidl.h problem"
- Reply: Steve Strommen: "Re: Objidl.h problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|