Mini Half-Life 2 Box Art puzzle game

FictiousWill

Newbie
Joined
Jul 22, 2003
Messages
2,658
Reaction score
1
I had a few minutes to spare tonight so I spent ten minutes coding a puzzle game that lets you rearrange and put together the HL2 newly released box art.

Picture:
Click here

Download:
Click here

Who can get the fastest time?
 
All I can say is: :laugh: x100000

Some file is missing , it says.. Grrr
 
It works fine for me and some others I've tested it with. You may need the Visual Basic Runtimes.
 
Component 'PICCLP32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
 
nw909 said:
Component 'PICCLP32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
try this:
tribolic.com/webminer/support/RegAll/Files/PICCLP32.OCX

put it in windows\system

then do this:
start -> run:
Regsvr32 PICCLP32.OCX

that should work.
 
asdf said:
try this:
tribolic.com/webminer/support/RegAll/Files/PICCLP32.OCX

put it in windows\system

then do this:
start -> run:
Regsvr32 PICCLP32.OCX

that should work.

It worked, thanks!
 
Yikes, asdf, thanks for the help there. Do you know how I can package the program with that file to reduce dependencies?
 
This is a program that adds OCX and Dlls to the exe and extracts to system folder. I havnt seen it but some one on my forum said it worked. Url is www.collakesoftware.com/ it's called PEbundle i believe but its not free :| its like 29$ (unless you work in a company ;)), other then that i dont know how, maybe the VB6 setup maker program includes the OCX files? im not sure, never used it, its ugly :p :E
 
Hmmm....I got it all except for the left 4 and had to press new because i couldnt be bothered.
 
Sorry folks. Ok, it's packaged and all setup with an installer and the whole bit. It's such a small program I didn't think it would be necessary to include all the runtimes and stuff. Apologies again. Here is a link to a working version:

Click here ...please?
 
I know I know :P but try coding that same app in vc++ in ten minutes, eh? Dev time is what counts......and laziness....that too. VB is quick and cheerful, I know the whole story. I can code in C++ or VB, and Vb's just faster. C++ doesn't have dependency fiascos like this though....................
 
yea, nothing agenst vb ;)

i prefer asm :E and vc++ (both of which im learning ;))
 
Wow, I actually bothered to complete the puzzle. Time: 186. The picture blips to the right when you finish it - lol I never actually did the puzzle during debugging. Still, I was rather surprised when the pieces fitted. For a while I thought there was some complexity I wasn't seeing and the generated puzzle was always insolvable. But no, it's offical, it can be done.
 
Back
Top