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 Tech Support » Integration Wizard doesn't work Collapse All
Subject Author Date
Andrew Harding Sep 19, 2005 - 11:10 AM

I’m trying to install Prof-UIS 2.4 but I can’t get past the Integration Wizard. I’m trying to build all configurations for MSVC 7.1. It will build exactly one library and then it will pop up this error message:

"Class view information will not be available for VC projects because the solution NCB file C:\Program Files (x86)\FOSS Software Inc\Prof-UIS\ProfUISDLL\profuisdll_710.ncb is read-only. If your solution directory is read-only or the solution path contains UNICODE characters, other features will also be affected."

From this time on, the window still reads "Executing..." and the animation continues to run, but nothing else happens. I let it run over the weekend and when I came back this morning, it was still stuck trying to build the second library configuration.

System information:

Windows XP X64 Edition with SP2
Athlon 64 X2 3800+ Dual Core Processor
2GB RAM

Andrew Harding Sep 19, 2005 - 11:11 AM

For what it’s worth, running in single-processor mode (appending /onecpu to the line in the boot.ini file) doesn’t change anything.

Technical Support Sep 19, 2005 - 12:02 PM

Please make sure that the Visual Studio IDE is closed before you starts the Integration Wizard. The NCB file contains information generated by the parser, which is used by Class View. If the file is accidentally or deliberately deleted, it is automatically built again. So, you can manually remove it.

If the problem still persists, we recommend you to build the library manually, which is not difficult:
1) Open ProfUIS_710.sln in your VS;
2) Click Build | Batch Build... to start the Batch Buid dialog, unselect all, select the required configuration (e.g MBCS Debug) for the profuisdll project and compile the library
3) Now when you have library binaries, you can compile Prof-UIS samples or your project that uses Prof-UIS. But please note that before you start compiling a project, you need to set the required paths in VS settings. This is described in the article Getting Started with Prof-UIS.

Please also note that you need to compile the ProfAuto project before compiling the ActiveScripts sample application.

Do not hesitate to contact us if you encounter any problems (either in this forum or by e-mail). You can count on our help and assistance.