Message 1 of 3
Problem with MIDL
Not applicable
06-05-2007
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I copied the Smiley sample from the ObjectARX SDK directory into a new folder. When I try to build it, I get an error:
3>.\SmileyDbCom.idl(56) : error MIDL2011 : unresolved type declaration : IAcadEntity [ Interface 'ISmileyEntity' ]
Higher up in the compiling process, I see this warning:
3>.\SmileyDbCom.idl(38) : warning MIDL2015 : failed to load tlb in importlib: : axdb17enu.tlb
Which makes me think that it can't find axdb17enu.tlb.
FWIW, I have set "Additional Include Directories" and "Additional Library Directories" in the project properties to the correct path, but I'm not sure what to do for the tlb.
I'm using VS 2005 and ObjectARX 2007.
Thanks for any suggestions.
Mike Message was edited by: Mike Riley
3>.\SmileyDbCom.idl(56) : error MIDL2011 : unresolved type declaration : IAcadEntity [ Interface 'ISmileyEntity' ]
Higher up in the compiling process, I see this warning:
3>.\SmileyDbCom.idl(38) : warning MIDL2015 : failed to load tlb in importlib: : axdb17enu.tlb
Which makes me think that it can't find axdb17enu.tlb.
FWIW, I have set "Additional Include Directories" and "Additional Library Directories" in the project properties to the correct path, but I'm not sure what to do for the tlb.
I'm using VS 2005 and ObjectARX 2007.
Thanks for any suggestions.
Mike Message was edited by: Mike Riley