Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - Unable to import type library
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Unable to import type library

 Post Reply Post Reply
Author
Message
inkho View Drop Down
Newbie
Newbie


Joined: 06 October 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote inkho Quote  Post ReplyReply Direct Link To This Post Topic: Unable to import type library
    Posted: 06 October 2006 at 11:04am

I'm using trial version of the DockingPane v10.3.1 ActiveX control, Visual Studio 2003, C++.

When I try to import a type library I receive several error messages:
 
#import "Codejock.DockingPane.v10.3.1.Demo.ocx"
 
 c:\Work\obj\my_dock\debug\codejock.dockingpane.v10.3.1.demo.tlh(431): error C2146: syntax error : missing ';' before identifier 'Font'
c:\Work\obj\my_dock\debug\codejock.dockingpane.v10.3.1.demo.tlh(841): error C2146: syntax error : missing ';' before identifier 'Font'
c:\Work\obj\my_dock\debug\codejock.dockingpane.v10.3.1.demo.tlh(494): error C2146: syntax error : missing ';' before identifier 'GetFont'
c:\Work\obj\my_dock\debug\codejock.dockingpane.v10.3.1.demo.tlh(431): error C2501: 'XtremeDockingPane::ITabPaintManager::Font' : missing storage-class or type specifiers
c:\Work\obj\my_dock\debug\codejock.dockingpane.v10.3.1.demo.tlh(431): error C2501: 'XtremeDockingPane::ITabPaintManager::FontPtr' : missing storage-class or type specifiers
......
 And I do not know how to get rid of them.
 
The same issue with WTL DockingPane sample.
 
Help me please!
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.154 seconds.