Archive for the ‘Windows’ tag
Specify a Script to Run on Startup Shutdown Logon Logoff on Windows
It’s very easy to do it on Unix/Linux, cron is a very powerful tool for it.
But how to do it on Windows?
Run->”gpedit.msc”->”Computer Configuration\Windows Settings” for Startup/Shutdown or “User Configuration\Windows Settings” for Logon/Logoff.
Reference:
How to: Add startup and shutdown scripts in Windows – Online Training and Tutorials
Specify a Script to Run on Startup Shutdown Logon Logoff
Build Qt with OpenSSL, VC++ 2005 EE(SP1) on Windows XP
Build Qt with OpenSSL, VC++ 2005 EE(SP1) on Windows XP
1. OS, Compilers and SDK
OS: Windows XP(SP3)
Compiler: Microsoft Visual C++ 2005 Express Edition with Service Pack 1
SDK: Windows Software Development Kit (SDK) for Windows Server 2008 and .NET Framework 3.5
You need set SDK path in your compiler settings by yourself.
2. Build OpenSSL 0.9.8h
Download OpenSSL 0.9.8h Original Source Package, unpack it to C:\openssl-0.9.8h.
Please read C:\openssl-0.9.8h\INSTALL.W32.
Open the Visual Studio 2005 Command Prompt, then
cd C:\openssl-0.9.8h perl Configure VC-WIN32 --prefix=c:/OpenSSL ms\do_ms nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test nmake -f ms\ntdll.mak install
3. Build Qt with OpenSSL
Download qt-win-opensource-src-4.4.3.zip, unpack it to C:\Qt\4.4.3-oss.
Open the Visual Studio 2005 Command Prompt, then
set INCLUDE=C:\openssl-0.9.8h\include;%INCLUDE% set LIBPATH=C:\openssl-0.9.8h\lib;%LIBPATH% set PATH=C:\openssl-0.9.8h\bin;C:\Qt\4.4.3-oss\bin;%PATH% cd C:\Qt\4.4.3-oss\ configure.exe -release -openssl nmake sub-src cd examples\network\securesocketclient qmake nmake cd releasese curesocketclient
可以试试 KDE/Windows 了
Projects/KDE_on_Windows/Installation
国内的镜像服务器:
qtopia.org.cn(http)
qtopia.org.cn(ftp)
kde.anheng.com.cn
Qt/Windows 开源版本将支持 VS Express
Trolltech 将会在 Qt/Windows 开源版本中支持 Visual Studio Express,其中包括对于 MSVC Makefile 和项目的生成器,但不包括 VS Integration。
这个支持应该会在 Qt 4.4 和 Qt 4.3.2 中出现。
Girish Ramakrishnan: Qt/Windows Open Source Edition to support VS Express
Safari on Windows
Apple进军Windows?hoho。基于KHTML的Safari也进军Windows了,大家可以在这里下载。不过好像对中文支持的还不够好,速度还是不错的。
Qt 4 on Windows CE
Trolltech开发人员公布的消息,在Windows CE上跑Qt 4。
Enable Chinese on the Norwegian Windows XP
Start->Settigns->Control Panel->Regional and Language Options->Languages(Tab)->Install files for East Asian languages(enable this option), and in Advanced(tab), Language for non-Unicode programs, you need to choose Chinese(PRC).
It will need your Windows XP CD and Windows XP Service Pack 2 CD. After this install, need reboot. Then Chinese is ok.
Tsinghua Unispim Input Method software is ok now.