You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Dusan
Posted - May 03 2013 : 07:14:10 AM VAX (I use 10.7.1918.0) does not recognize template class defined as macro?
#include <vector>
#define test_vector std::vector
int _tmain(int argc, _TCHAR* argv[])
{
test_vector<int> test;
test. // no suggestion
}
5 L A T E S T R E P L I E S (Newest First)
feline
Posted - May 07 2013 : 4:45:45 PM I am glad this has helped, thank you for the update
We move some of the more frequently used registry settings into our options dialog, to make them easily available. We are trying to keep the number of visible options down, to stop the options dialog getting to crowded and complex. Its a balancing act to be honest.
This settings is a bit of a special case, it is often helpful, but can cause more problems than it fixes, so we are reluctant to place it into the options dialog, since we don't want to encourage the problems.
Dusan
Posted - May 07 2013 : 3:43:51 PM Thanks, now it works :)
Are you planning to add some "property grid" based dialog to modify theese registry settings?
feline
Posted - May 06 2013 : 11:14:30 AM Can you please try turning on deep macro parsing, as explained in this FAQ entry:
this is fixing the problem for me, and I am now getting a listbox with VS2005 and VA 1918, with "Get content from default Intellisense" turned Off.
Dusan
Posted - May 05 2013 : 09:00:08 AM I use VS2005, and you are right, it works with default intellisense turned on, but does not work with VAX only. That is why I wrote that VAX does not recognize it.
I have default intellisense turned off, because it sometimes makes wrong suggestions (and makes too much of unusable suggestions as well).
Should it work without default intellisense turned on?
feline
Posted - May 03 2013 : 12:13:18 PM Which IDE are you using? This is working correctly for me using VS2010, with:
VA Options -> Advanced -> Listboxes -> Get content from default Intellisense