# Wednesday, July 20, 2005

After logging in, be sure to visit all the options under Configuration in the Admin Menu Bar above. There are 26 themes to choose from, and you can also create your own.

 

Wednesday, July 20, 2005 7:00:00 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
# Wednesday, June 26, 0002
I just relearned a valuable lesson today, make sure when you are using multiple libraries in your C++ project, that they all use the same runtime library.  For instance, if you have one library set to use the Multi-threaded (/MT) runtime library, then make sure the consuming project also is set to use the Multi-threaded (/MT) runtime library.

C++
Wednesday, June 26, 0002 4:23:25 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |