Page 1 of 1

how do I build the BLIT sample on it's own

PostPosted: Jun 4, 2002 @ 3:42pm
by Conan

PostPosted: Jun 4, 2002 @ 5:31pm
by Kzinti
When you open the .dsw provided in the archive, there is two projects (PocketFrog and Blit). If you look at the Blit project, it is set as being dependant on the PocketFrog one. That's why it's working.

If you open Blit.dsp on it's own, the dependancy is broken and it can't find PocketFrog. That's why you are having these unresolved symvols.

I am currently working on something that should solve this kind of problem. For now, the easiest way to work is to have 2 projects in your workspace: your own and PocketFrog. Then flag your project as dependent on PocketFrog. This is done my selecting menu Projects->Dependencies...

BLIT sample

PostPosted: Jun 4, 2002 @ 7:45pm
by Conan