Pete's Blog
We're full of IT!
2011-02-11
Denying non-fast-forward and SourceForge
›
Well, I have it from good source that deleting commits, on a public source, is actually fine if you have a good reason to do so. But what if...
4 comments:
2011-01-31
memory leak detection in MSVC
›
Keep losing that link - here it is.
2011-01-17
Windows backup and MediaID.bin
›
Whoever thought it would be a good idea to make Windows backup dependent on a small MediaId.bin file residing on the backup target, outside ...
2011-01-16
Virtual Store, Windows 7 and HyperTerminal
›
Let's do things in order then. In Windows 7 (I think it started with Vista), Microsoft locked down the ability for executables to write...
1 comment:
2010-12-04
Where does Windows device enumeration actually begin?
›
That's in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum . i.e., the PCI\ USB\ HID\ branches of a Device Instance ID path all origin...
2010-12-02
That darn "libtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4" error
›
Is caused by using CRLFs in Makefile.am. "m4<CR>" != "m4" and thus the libtoolize script will produce an error. ...
11 comments:
2010-08-31
Finally *REAL* eSATA
›
A.k.a. eSATAp . What kind of moronic committee, who's mysteriously silent on eSATA p (when others have to step in and fix failures b...
2010-08-13
Schematics for a PIC 18F2550 based USB demo board
›
Click on the image above for the PDF schematic for a Microchip PIC 18F2550 based USB demo board, with a TTL serial port (also in .ai forma...
1 comment:
2010-07-14
Installing MinGW-w32 on a Windows system
›
Edit: As of 2011, the information below should only apply if for whatever reason, you cannot use <code>mingw-get</code> for your...
1 comment:
2010-07-11
Compiling MinGW-w64 with multilib on Linux
›
In this post, I'll describe how to manually get a version of MinGW-w64 that (should) supports multilib (i.e. -m32 & -m64 , to prod...
8 comments:
2010-06-14
error LNK2005: strncmp already defined in LIBCMT.lib(strncmp.obj)
›
You're trying to mix "Multi-threaded (/MT)" with "Multi-threaded DLL (/MD)". Enough said.
2 comments:
2010-06-07
Preventing USB devices with different serials to be seen as separate devices
›
Once again, I have to give props to Xiaofan : The following is quoted from a USB-IF forum post (the link is now invalid) http://www.usb....
2010-06-03
Showing hidden devices on Windows
›
Courtesy of the good people of the libusb-devel mailing list: Set a System (not user) environment variable called: DevMgr_Show_NonPresent_...
2010-05-24
Compiling resource files with Visual Studio Express
›
If you pick a Visual Studio project with an MFC GUI app, and try to compile it with Visual Studio Express, you should run into the error: f...
2010-05-14
running XP inside qemu on Windows
›
Compiled qemu from source using MinGW32/Msys (hint: add the "target-list=i386-softmmu" so that you only compile the target of inte...
‹
›
Home
View web version