Monthly Archives: June 2007

Qt 4.3.0

Downloaded Qt 4.3.0, but the open source edition does not support VC++. win32-msvc (commercial edition only) win32-msvc.net (commercial edition only) win32-msvc2005 (commercial edition only) Its layout organizer is a little bit different from wxWidgets and Java (IMHO it is weaker … Continue reading

Posted in GUI | Leave a comment

wxWidgets

After building \wxWidgets-2.8.3\build\msw\wx.dsw via VC++ 6.0, itconsumes 5.19G disk space.To use it, add the following include path:D:\apps\wxWidgets-2.8.4\include\msvcD:\apps\wxWidgets-2.8.4\includeadd the following library path:D:\apps\wxWidgets-2.8.4\lib\vc_lib wxWidgets is easy to use for people with java background. I found myself familiar to its wxGridBagSizer usage with … Continue reading

Posted in GUI | 2 Comments

The Art of Unix Programming

I have a glance on this book by Eric S. Raymond. My feeling is that the community is a great source for excellent ideas, and good authors can collect them into a book. I say quite a few books claimed … Continue reading

Posted in Books | Leave a comment

Share COM objects between threads/processes

The CoCreateFreeThreadedMarshaler function enables an object to efficiently marshal interface pointers between threads in the same process. The IGlobalInterfaceTable interface is an efficient way for a process to store an interface pointer in a memory location that can be accessed … Continue reading

Posted in COM | Leave a comment

wishs.exe — virus or worm?

Wishs.exe is found in the following registry[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]Microsoft=wishs.exe[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices]Microsoft=wishs.exe[HKEY_USERS\.DEFAULT\Software\ASProtect]Microsoft=wishs.exe

Posted in Virus/Worm | 1 Comment

Interesting people

We are busy interviewing candidates recently, and some guys gave me deep impression.Question: what kind of book on C++ have you read?Answer of two interviewers: I have read all the books available on market. (I asked them to name some, … Continue reading

Posted in Uncategorized | Leave a comment

StarUML

It seems that StarUML has not being updated since 2005, and I don’t find a way to create region in State Diagram. The BOUML is another free and powerful UML tool, I am currently changed to it.

Posted in Uncategorized | Leave a comment