Powerbasic Museum 2020-B

IT-Consultant: Patrice Terrier => C++ programming (SDK style) => Topic started by: Patrice Terrier on March 14, 2014, 05:47:57 PM

Title: T_Rex
Post by: Patrice Terrier on March 14, 2014, 05:47:57 PM
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.

...
Title: T_Rex (PowerBASIC layered version)
Post by: Patrice Terrier on March 15, 2014, 11:13:34 AM
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).

...