Jump to content


Kibloy's Blog



Photo

XM on x64

Posted by Killboy, 31 May 2011 - - - - - - · 532 views
x64, 64-bit, Windows, XM and 2 more...
This is the result of trying to play back xm music on 64-bit Windows.
I wrote a simple wrapper around libmodplug that reads its raw PCM output and writes it to the standard wave output.
All you have to do is create an instance of ModPlay which needs a buffer + size of the xm file to be played.
Then...


Photo

GetRelocSize

Posted by Killboy, 07 March 2009 - - - - - - · 205 views
Projects
...


Photo

Endless fun with tab controls

Posted by Killboy, 17 February 2009 - - - - - - · 339 views
Coding
...


Photo

Notorious H.I.T.

Posted by Killboy, 01 September 2008 - - - - - - · 136 views
Anything else
...


Photo

Cryptocrack Unpacker [ap0x SDK]

Posted by Killboy, 24 June 2008 - - - - - - · 170 views
Coding
This is an unpacker for Cryptocrack's PE Protector 0.93 I've done with ap0x's Unpack SDK some time ago. It was supposed to be included with the new version as a VC++ example.
He doesnt seem to come round to release the new version anytime soon (that dude is busy :o ) so I thought I might as well upload it here.
It contains include files and libs...


Photo

Docking Windows To Screen Edges

Posted by Killboy, 13 April 2008 - - - - - - · 75 views
Coding
This is a rather simple but effective way to keep a window from being dragged out of the screen area.
Add this piece of code to your window/dialog procedure:

case WM_MOVING:
long scrx, scry;
RECT * rect;
rect = (RECT *)lParam;
scrx = GetSystemMetrics(SM_CXSCREEN);
scry =...


Photo

Bool Isappthemedthistime4real(void);

Posted by Killboy, 12 April 2008 - - - - - - · 58 views
Coding
Maybe you've been trying to find out whether an application (yours, that is) is using visual styles or not before.
While you normally know if it does or not (you added the manifest, didn't you), when writing example code or libraries for GUI stuff, it sometimes turns out to be useful to know.

I ran across such a case when I dealt with tab controls....





May 2012

S M T W T F S
  12345
6789101112
13141516 17 1819
20212223242526
2728293031  

Search My Blog

Recent Entries

Recent Comments