Gidday,
Great learning tool.
I had no problems running version 0.8.1, but when I try to run the binery for 0.9 or 0.9.1 I get the following error.
Init Window = Could not register Class.
I get this with the downloaded Binery and If I compile it myself, I have tried looking for the problem, but no luck so far.
Any Ideas ? :)
Win 98 SE DX9a
Amd Duron800
Thanks TakeCare
Oldfella
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a feeling this is related to the whole unicode thing added in 0.9. Try turning unicode off, do that by commenting out the line in source/engine/globals.h:
#define UNICODE
(change to:)
//#define UNICODE
and re-compile everything. Thank you for the heads up. Let me know if it fixes your problem, if it does I will release two binary versions starting with 0.9.2, one with unicode support and one without. Not that our unicode support has been tested or anything ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Gidday,
Great learning tool.
I had no problems running version 0.8.1, but when I try to run the binery for 0.9 or 0.9.1 I get the following error.
Init Window = Could not register Class.
I get this with the downloaded Binery and If I compile it myself, I have tried looking for the problem, but no luck so far.
Any Ideas ? :)
Win 98 SE DX9a
Amd Duron800
Thanks TakeCare
Oldfella
I have a feeling this is related to the whole unicode thing added in 0.9. Try turning unicode off, do that by commenting out the line in source/engine/globals.h:
#define UNICODE
(change to:)
//#define UNICODE
and re-compile everything. Thank you for the heads up. Let me know if it fixes your problem, if it does I will release two binary versions starting with 0.9.2, one with unicode support and one without. Not that our unicode support has been tested or anything ;)
Gidday,
That fixed the problem, thanks for your help.
The demo's are great :)
TakeCare.