Unable to import type library |
Post Reply |
Author | |
inkho
Newbie Joined: 06 October 2006 Status: Offline Points: 1 |
Post Options
Thanks(0)
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!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |