NAME Win32::FileSystem::Watcher - Watch a Win32 file system for changes (asynchronously). SYNOPSIS use Win32::FileSystem::Watcher; my $watcher = Win32::FileSystem::Watcher->new( "c:\\" ); # or my $watcher = Win32::FileSystem::Watcher->new( "c... 続きを読む
Home > Windows > | perl > PARでPerlスクリプトをexe化 @ ActivePerl 5.10.1 build 1007 Newer Older 久々に環境を作り直したら、PARの導入が恐ろしく簡単になってた。 まずは、PAR::Packerのインストールの前に、必要モジュールをPPMでインストールしておく *... 続きを読む
Jan 14, 2009 How to make a tcpip.sys patch without press F8 A friend of mine asked me, how to make a Vista tcpip.sys File Patch not needing press F8 key. This is not difficult, just sign tcpip.sys with a test signature. More information about... 続きを読む
TCP-Z - TCP 同時接続数変更パッチ 解説 TCP-Z の解説の日本語訳とか。 投稿日 : 2009.01.13 カテゴリー : 雑記 TCP-Z は、不完全な外向きの TCP 同時接続数を変更するコンパクトなパッチャーで、実質的にすべての Windows プラットフォームで動作します。Windo... 続きを読む
■1行のスクロールモード ■2行の固定モード ダウンロード(54KB Ver.1.91) ベクターからダウンロードはこちらから。 ベクターのレビュー記事 [動作環境] Windows XP/Me/2000 Internet Explorerがインストールされている必要があります。 [インストール方法] ... 続きを読む
Latest version: 2010.06.03 This is newer than v5.7! Read the list of changes to see what is new here - Supports Windows XP, Vista and the new 7 - Works on both 32 and 64 bit versions of Windows - Full keyboard and mouse emulation - Supports u... 続きを読む
このページから「UMSSort」をダウンロードできます。 iriver社製ポータブルオーディオプレーヤー (Amazonへのリンク)のUMSファームバージョンで曲順変更を行なうソフトです。 ディレクトリのソートにも対応しております。(他メーカーの機種でもファイル転送... 続きを読む
TiVSoundはWindowsXPで動作しているPC/仮想PCにステレオミキサー機能を提供するソフトです。 仮想サウンドデバイスを提供するデバイスドライバとそのサポートアプリで構成されています。 (32Bit版WindowsXPのみに対応します。Vista/7では機能しないように作られ... 続きを読む
Online Installation (i.e. remain connected to the Internet during the entire installation process) Download setuptools-0.6c9.tar.gz Use 7-zip to extract it to a folder(directory) outside your Windows Python installation folder Go the folder (... 続きを読む
64 ビット アプリケーション align (C++) /clr (共通言語ランタイムのコンパイル) では、64 ビット オペレーティング システム上で WOW64 の /clr:safe でコンパイルしたアプリケーションの実行方法について説明します。 /favor (64 用の最適化) http://msdn.mi... 続きを読む
Visual C++ 2005 には、64 ビットの Windows オペレーティング システム上で実行可能なアプリケーションを作成するためのコンパイラが含まれています。ただし、既定では、このコンパイラはインストールされないため、一部のエディションでは使用できません (詳... 続きを読む
LINK は、COFF (Common Object File Format) オブジェクト ファイルとライブラリをリンクし、実行可能ファイル (.exe) やダイナミック リンク ライブラリ (DLL: Dynamic-Link Library) を生成するツールです。 下の表は、LINK.exe の全オプションをまとめたもの... 続きを読む
cl.exe は、Microsoft C および C++ のコンパイラおよびリンカを制御するツールです。cl.exe が実行できるのは、can only be run on Windows 2000、Windows XP および Windows Server 2003 オペレーティング システム上だけです。 コンパイラは、COFF (Common O... 続きを読む
The requested URL was not found on this server. ここにはもうなにもありません。ほとんどのコンテンツは、なんたらノート 第二期に移動しました。できればそちらをご覧ください。 続きを読む
【1】 概要 bbfreezeというパッケージがcheese-shopにでてます。 bbfreezeでバイナリ作成してみると簡単にスマートな出力が得られました。 依存パッケージやDLLの探索に時間は掛かるようですが 抽出されたファイル群がかなり最適な分量。 py2exeは疑わしきも... 続きを読む
Advanced Win32 Assembly Lessons Memory Mapped Files Sharing Data Between Instances Memory management under Windows Operative system has greatly changed since the days when DOS was the king. Both Win16 and DOS share a common address space for ... 続きを読む
数日が経過し、再起動する必要が発生したのでSDK+DDKを入れてみる。 例の「WindowsNT・2000ネイティブAPIリファレンス」の日本語公式サイト?からダウンロードした ソースコードの簡単なやつをコンパイルしてみる。コンパイルできない。大量にエラーメッセージ... 続きを読む
2007/06/30に行われるPython Workshop 2007にて 実際にコードを書きながらPythonを学ぶハンズオンというコーナーでDjangoのを担当させていただくことになりました。 参加者の方々には事前に開発環境を用意していただくことになるので今回はWindowsに簡単にDjang... 続きを読む
Download source - 109 Kb Introduction I'm working at Two Pilots as a developer, and since I have many different tasks to do always, I constantly create small utilities which help me speed-up my work. I like C++ very much, because it's the mos... 続きを読む
Getting and Using IDataObject from Virtual Folders (Shell Namespace Extentions I have an app that represents ShellFolder Items as a visual element (listview item, etc). The code correctly performs Drag&Drop operations EXCEPT in the case when ... 続きを読む