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...
(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,...
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...
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...
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)。...
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...
(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...
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...
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...
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...