• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

T_Rex

Started by Patrice Terrier, March 14, 2014, 05:47:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Patrice Terrier

Turn the loud speaker on, and... close the door.


This project is provided with both its 64-bit C++ source code, and the standalone EXE into 2 distinct zip files.

In the Load_TREX function, you will learn how to use a PNG image from resource, with the low level GDIPLUS flat API. The PlaySound API is used to load the WAV audio also from resource.

RCDATA is the key to embed everything within a single EXE.

Note: This 64-bit version is working in DWM composited mode.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Patrice Terrier

#1
Here is the LAYERED version written in PowerBASIC 32-bit.

Note: This version is a threaded application designed to work primarily on a multi-core i7 (because of the experimental animation loop being used).

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com