[GD-Windows] Linking data files in with executables
Brought to you by:
vexxed72
From: Jacob T. (C. D. Ltd) <Ja...@Co...> - 2002-04-18 08:45:46
|
Is there anyway in MSDEV to link an external binary datafile to an executable. So the data is part of the executable and can be referenced by a global variable. Our only solution at the moment is to export the datafile as a .h,.cpp file and include them in the project. I know how to do such things on the PS2 but not using MSDEV on the PC. Cheers Jake |