Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » There are some error in an empty Project created by ProfUISAppWizard Collapse All
Subject Author Date
Adam chen Jan 11, 2009 - 9:53 PM

I downloaded Prof-UIS freeware from this website. I just created a new MDI project according to ProfUISAppWizard and didn’t add any code. When I run this project, three errors pooped put. See as below: 

 


 


1>Compiling...

1>stdafx.cpp

1> Automatically linking with Prof-UIS library: ProfUIS281md.lib

1> (Professional User Interface Suite)

1>Compiling...

1>Project4.cpp

1>MainFrm.cpp

1>f:\project4\project4\mainfrm.cpp(389) : error C2039: ’FrameInjectAutoHideAreas’ : is not a member of ’CExtControlBar’

1> f:\project1\project1\include\extcontrolbar.h(719) : see declaration of ’CExtControlBar’

1>f:\project4\project4\mainfrm.cpp(389) : error C3861: ’FrameInjectAutoHideAreas’: identifier not found

1>ChildFrm.cpp

1>Project4Doc.cpp

1>Project4View.cpp

1>Generating Code...

1>Build log was saved at "file://f:\Project4\Project4\Debug\BuildLog.htm"

1>Project4 - 2 error(s), 0 warning(s)



I just followed the steps of ’Getting Started with Prof-UIS’ Section in FQA to add the include path,,source path and Lib path. By the way the ProfUIS lib I used is compiled from ProfUISLIB_800.vcproj

Technical Support Jan 14, 2009 - 12:19 PM

Yes, you should remove invocations of methods which are not present in the Prof-UIS version used in your project.

Adam chen Jan 13, 2009 - 6:00 AM

Hi Technical Support , thanks for your reply. I used Prof-UIS freeware Version 2.84. So what can I do now? Is it ok If I just remove those lines code?  Or could you tell me is there any harm to my Project if I just remove those lines? thanks again!

Technical Support Jan 12, 2009 - 12:22 PM

The CExtControlBar::FrameInjectAutoHideAreas() method is present in full Prof-UIS version only. Which Prof-UIS version you are using?

Adam chen Jan 11, 2009 - 9:54 PM

does any body know what’s the reason of those error? Thanks for all of your help!