T O P I C R E V I E W |
mtlroom |
Posted - Jan 21 2010 : 10:49:53 PM it's a joke, I still love VA, but there is something that pisses me off big time about VA. I use ATL/WTL a lot in gui windows programming. There are some frequently used types like CPen, CDC, CRect etc etc. What's killing me is that if I go to definition of any of the methods of these simple types it always brings me to afxwin.h even though I never ever used MFC and nothing at all in my project includes it. It would be more or less bearable if it provided list of mfc and wtl matching classes, but it provides MFC version ONLY! The way I fix this problem: I got to vc/include folder and delete every afx*.h file from there. Can't you check what's wrong with VA? A simple WTL project always has this problem - VA directs to mfc headers even though none of them directly or indirectly referenced. |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Jan 24 2010 : 11:02:15 AM The answer can be found here:
http://docs.wholetomato.com?W318 |
mtlroom |
Posted - Jan 22 2010 : 5:49:02 PM How can I see that case 6948? I tried to search, but nothing directs to this case 6948 thanks |
accord |
Posted - Jan 22 2010 : 02:51:04 AM I believe this is the case for this problem:
case=6948
I added your comments about Alt+G. |