GitHub - joe-d-cws/hpipack: Create HPI files used in the game Total Annihilation · GitHub
Skip to content

Latest commit

 

History

2 Commits

Folders and files

Repository files navigation

HPIPack Source Code notes

This program was compiled with Microsoft Visual C++ 5.0.

It's written in straight C - no C++ required.

However, it does require a knowledge of the Windows API.  An excellent
place to start is "Programming Windows 95" by Charles Petzold.

If you plan to modify the program, use GetMem and FreeMem to allocate and
free memory.  You can use malloc or GlobalAlloc if you want, but using 
GetMem and FreeMem will reduce memory fragmentation.

If you have any questions, just ask.

And if you DO make changes, I'd appreciate a copy of them.

Joe D
joed@cws.org

About

Create HPI files used in the game Total Annihilation

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages