Feeds:
Posts
Comments

Archive for November, 2008

Recursive Products

One of my first tasks at Whole Tomato was to do some code cleanup in the name of learning the Visual Assist codebase.  After just a few Find References, Renames, and Goto Definitions, I realized the recursive nature of this product:  I was using VA to learn VA.  I was using VA to refactor VA’s [...]

Read Full Post »

If you are using Visual Studio with Qt, you can ensure a more productive experience by adding the Qt directories to your Visual Studio list of includes. In Visual Studio, add the following directories to the Win32 Platform Include files list (Tools|Options|Projects and Solution|VC++ Directories): $(QTDIR)\include $(QTDIR)\include\Qt $(QTDIR)\include\QtCore $(QTDIR)\include\QtGui $(QTDIR)\include\QtHelp $(QTDIR)\include\QtNetwork $(QTDIR)\include\QtOpenGL $(QTDIR)\include\QtScript $(QTDIR)\include\QtSql $(QTDIR)\include\QtSvg [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.