BounceOut

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 00:12, 24 December 2007 by Woozle (talk | contribs) (New page: ==Navigation== computing: software: games: BounceOut ==Overview== BounceOut, also called Super BounceOut ''(presumably this is the download version?)'' i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Navigation

computing: software: games: BounceOut

Overview

BounceOut, also called Super BounceOut (presumably this is the download version?) is an arcade-style computer game created by GameHouse and sold online through their web site.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Notes

The Hypertwins

Won't run under Win98SE, on two different machines. Even the original version which we downloaded years ago and ran under Win98 won't run -- possibly due to discontinued support from Microsoft?

bug report filed with GameHouse

The problem seems to be that BounceOut.bin expects to find the function SHGetFolderPathA in the Shell32.DLL file (see this, for example), when it is actually found in ShFolder.DLL. It is easy enough to hack BounceOut.bin to look in a different file, but then it also expects to find the function ShellExecuteA -- which is located in Shell32 and not in ShFolder. So what is needed is either for BounceOut.bin to be recompiled, or for a single DLL to be created which exports both of these functions (and possibly others, to be determined).