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 » Intellisense in VS.net environment Collapse All
Subject Author Date
Kazi Ali Nov 7, 2003 - 11:35 AM

I installed the trial version, but i can’t get the intellisense to work for the prof-uis library. Any help? Thanks. KA

Sergiy Lavrynenko Nov 8, 2003 - 8:55 AM

Dear Kazi,

To make Intellisense work in Visual Studio .NET, you need to add both "\Prof-UIS\Include" and "\Prof-UIS\Src" to the "Source" folder list. Please select the "Tools\Options" menu, then select "Projects\VC++ Directories" tree item. After that select the "Source files" item in the "Show directories for:" combo box. Finally add two folders to the "Source" folder list.

In case of Visual Studio 6.0, you should add corresponding .H files to your project. For example, if you need to have class members of the Prof-UIS toolbar, please add ExtToolControlBar.h to your project. After that the CExtToolControlBar class will appear in ClassView and Intellisense will work with this type.

Best regards, Sergiy.

Kazi Ali Nov 8, 2003 - 2:51 PM

Dear Sergiy,
Thanks for your response. I added both "C:\Program Files\FOSS Software Inc\Prof-UIS\Include" and "C:\Program Files\FOSS Software Inc\Prof-UIS\Src" to the "Source" folder list but still it is not working. I spent a lot of time trying to make it work, but no success. Do you have any other suggestions? I am using Visual Studio .NET 7.0. Thanks for your help.

Regards,
Kazi

Sergiy Lavrynenko Nov 10, 2003 - 2:35 AM

Dear Kazi,

Let us discuss the Intellisense problem in details. Before writing the answer, I tried to access the CExtToolControlBar class members in a newly created test project (MFC/EXE with CFrameWnd-based main window). Intellisense had not worked until I added two paths (exactly like you did), then I closed test project and restarted Visual Studio .NET 7.0. Intellisense started to work properly only when Visual Studio .NET 7.0 had been restarted.

Please provide me with more details: your project type; Prof-UIS class names which do not work.

I believe we will make Intellisense work on your computer.

Regards, Sergiy.