享受生活 - Enjoy Life!

Just so so.

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

作者:Cavendish

时间:09/09/07 2:26 下午

分类: 技术

标签:

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

作者:Cavendish

时间:08/10/27 2:54 下午

分类: 技术

标签:, ,

可以试试 KDE/Windows 了

没有评论

作者:Cavendish

时间:08/01/18 4:35 下午

分类: 技术

标签:,

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

作者:Cavendish

时间:07/09/18 9:57 下午

分类: 技术

标签:, ,

Safari on Windows

没有评论

Apple进军Windows?hoho。基于KHTML的Safari也进军Windows了,大家可以在这里下载。不过好像对中文支持的还不够好,速度还是不错的。

作者:Cavendish

时间:07/06/12 12:24 下午

分类: 技术

标签:,

Qt 4 on Windows CE

没有评论

Trolltech开发人员公布的消息,在Windows CE上跑Qt 4。

We’re porting Qt 4 to Windows CE and Windows Mobile

作者:Cavendish

时间:07/03/29 12:29 下午

分类: 技术

标签:, ,

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.

作者:Cavendish

时间:06/09/21 2:04 下午

分类: 技术

标签: