Author |
Topic |
|
Paulus
New Member
8 Posts |
Posted - Apr 23 2004 : 12:27:29 PM
|
Anyone here use VAX with Infragistics tools?
Using default intellisense they autocomplete in VB, but not VC++ (I think the tool is written in c#) I am trying build 1230 to alleviate this problem, but it too does not seem to see any of the methods or properties of the grid in c++.
I really like the look of VAX, after only fooling around for 30 mins, and was hoping to be able to use it for the Infragistics tools
regards Paulus |
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 23 2004 : 12:41:00 PM
|
Are the directories of headers for Infragistics tools specified in your IDE settings? If so, which settings?
Click on the #include of a header from Infragistics and tell us what appears in our Definition field at the top of your source window? We expect the full path name of the header. |
Whole Tomato Software, Inc. |
|
|
Paulus
New Member
8 Posts |
Posted - Apr 23 2004 : 1:41:43 PM
|
There are no .h files that I can see. The compoent is a .net component built with c#. Can VAX parse the reference assemblies in .NET ? |
|
|
hfann
Junior Member
Canada
12 Posts |
Posted - Apr 26 2004 : 1:21:27 PM
|
In order to get intellisense in MC++ for Infragistics controls, use #using <...> statement to import the dlls. You need to do it once for each rebuild.
|
Herbert ----- http://www.fannsoftware.com
|
|
|
Paulus
New Member
8 Posts |
Posted - Apr 27 2004 : 2:13:03 PM
|
Thanks for the suggestion Hfann, but still no joy. Btw the infragistics tree control works fine, and gives all the intellisense you need, just not their grid. Is it possible that the grid has too many methods, and Vax and Intellisense choke on it?
have looked at their dll Infragistics.Win.UltraWinGrid.v3.1.dll with ILDasm and can see all the classes and methods no problem
project compiles and runs fine.
If I press Ctrl Spacebar to the right of ultrawingrid1-> I get: Intellisense: 'Expression to the left of . or -> has a type which could not be resolved' |
|
|
Paulus
New Member
8 Posts |
Posted - Apr 27 2004 : 2:21:03 PM
|
Another point of interest
have added the following two lines to my stdafx.h file
#using <C:\\Program Files\\Infragistics\\UltraWinTree\\v3.1\\Infragistics.Win.UltraWinTree.v3.1.dll>
#using <C:\\Program Files\\Infragistics\\UltraWinGrid\\v3.1\\Infragistics.Win.UltraWinGrid.v3.1.dll>
When I click on UltraWinTree, I get namespace Infragistics.Win.UltraWinTree up above in the context window, when I click on UltraWinGrid, I get nothing.
Hope this helps track it down
|
|
|
|
Topic |
|