Perl2EXE is a very useful program when you try to translate your PERL code to a execute file without PERL environment. There should be noted if you happen the same problem. Active PERL need install: Although we try to...
由 Evan 發表於
02:32 PM
|
迴響 (0)
(Application Picker dialog from XP) Application Picker is a dialog which will show-up when you insert DVD title or new medium in your computer. It show all playable application and let you to choose one from the list. One day,...
由 Evan 發表於
08:45 PM
|
迴響 (0)
Use VC8 (Visual Studio 2005) to create project is more easy than VC6(VC98), but however we may not CoInitialize ATL service as well. It always happen failed since you use your API to CoInitialize this service. But it iswork...
由 Evan 發表於
01:51 PM
|
迴響 (0)
Summarized:YouTube the world largest bideo braofcast company. People usually watch video under the web site or use the mashup to integrate into theirown blog. This article describes the way to deal with YouTube via C++ coding. I will show you...
由 Evan 發表於
02:07 PM
|
迴響 (0)
English Summary: This article describe about how to use String.Format to implement the same with sprintf or printf in C++. For English, Please refer this article for more detail.中文: 最近遇到一些好玩的現象~~ 再次就把解決方式寫下來吧~~ (這篇就不用寫英文了,要看英文的部份請看這篇文章)。最近在C#上面,想要輸出固定2個位元小數點浮點數~ 為了這件事情~~ 覺得有點難搞~~ 由於傳下來的數字是Double 來儲存的,並且有可能是循環小數 (比如說: 10/3 = 3.333)。...
由 Evan 發表於
02:17 AM
|
迴響 (0)
Windows SideShow is a new technology in Windows Vista that supports a secondary screen on your mobile PC. With this additional display you can view important information whether your laptop is on, off, or in sleep mode. Windows SideShow is...
由 Evan 發表於
06:13 AM
|
迴響 (0)
(Diagram: 淺談CIM與WMI-名詞介紹)WMI (Windows Management Instrumentation) provide a kind of easy way to let you query data from your system (Ex: OS version, share folder name ... etc). It is easy to understand, using WMI to query information is the same...
由 Evan 發表於
04:55 AM
|
迴響 (0)
I know many people feel confuse if your COM DLL failed during registeration (using RegSvr32 to register it). I spent a little time, and find out how to debug it. It can help you to find out what is...
由 Evan 發表於
03:55 AM
|
迴響 (0)
利用VS2005來作為ASP.NET的開發平台~~ 說老實的~~ 寫過不少Web Application的我還真是沒試過~~ (我是使用無敵記事本~~ 加上FTP 上傳的笨蛋) 心血來潮之下~ 在家裡測試了一下~~ 反而發現~~ 原來在安裝上面~還有許多需要注意的地方~~~ASP.NET 使用者的權限: .Net FrameWork 2.0 在安裝的時候~ 都會幫你設定一個使用者~~ 叫作ASP.NET~ 而他的作用就是代表者~~ 你localhost 要執行ASP.NET的程式時~~ 所允許的權限. 很多時候~~ 大家可能會把這個使用者給封鎖或是刪除, 如果這個使用者已經被刪除了~~~ 重新安裝一次.Net FrameWork 2.0 就可以了~~~ 安裝完後~可以選擇提高 ASP.NET使用者的權限 (我自己是調到最高~大家可以自己決定).Integrated Windows authentication is not enabled: 這個問題~~是我在安裝完並且修改完權限之後所發現的. 要解決這個問題~~ 我搜尋網路之後~~...
由 Evan 發表於
11:10 AM
|
迴響 (0)
If you link code found some error like bellow:error LNK2019: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z) referenced in function "public: __thiscall _bstr_t::Data_t::Data_t(char const *)" (??0Data_t@_bstr_t@@QAE@PBD@Z)Solve:Try to link "comsuppwd.lib" in debug AdditionalDependencies. Link "comsuppw.lib" in release AdditionalDependencies.Reference:http://msdn2.microsoft.com/en-us/library/t58y75c0.aspxhttp://www3.ccw.com.cn/club/essence/200103/532.htm...
由 Evan 發表於
06:20 PM
|
迴響 (0)
|
引用
Reference: http://msdn2.microsoft.com/zh-TW/library/bt727f1t.aspxhttp://msdn.microsoft.com/netframework/programming/64bit/remotedebugging/Follow the reference for necessary configuration on local project and remote machine's network settings.Install the debug package on the remote machine and launch the debug monitor. Under the installation diretory Microsoft Visual Studio 2005\vs\Remote Debugger\x86Startup "Visual Studio 2005 Remote...
由 Evan 發表於
08:57 PM
|
迴響 (0)
|
引用
官方網頁:http://windowscommunication.net/Windows Communication Foundation入门(Part One) Windows Communication Foundation入门(Part Two)等之後手邊輕鬆一點就來弄~~...
由 Evan 發表於
06:24 PM
|
迴響 (0)
|
引用