pouët.net

WinCE demos?

category: general [glöplog]
"The only quirks I found while coding it (which will hopefully result in a demo sooner or later) is the fact that it doesn't have a "current directory" so you have to absolutely address every file, and the weird characteristic that only allows you to read from aligned addresses, iow dwords only from the multiples of four addresses, words only from multiples of two addresses, etc."

For the directory: You dont get argv[0] ?
For the memory bull: Yes thats life on small systems, live with it!
added on the 2005-10-07 01:27:22 by Hatikvah Hatikvah
the demo "formfunk" uses opengl es
added on the 2005-10-07 06:40:24 by dodke dodke
GetModuleFileName(NULL) gets the directory the executable is living in. (this should actually be used by ALL windows applications as you aren't guaranteed to be in the "right" directory when starting from the commandline f.ex. but well, nobody does that anyhow without knowing about that)
added on the 2005-10-07 18:03:03 by whizzter whizzter
or use an installer and the registry (DIE!)
added on the 2005-10-07 18:03:25 by whizzter whizzter
BB Image
to be continued...
added on the 2005-10-07 19:46:27 by havoc havoc
Have fun. Don´t forget to bookmark this website :)
added on the 2005-10-07 19:47:33 by gwEm gwEm
Have fun. Don´t forget to bookmark this website :)
added on the 2005-10-07 19:51:35 by havoc havoc
Have fun. Don´t forget to bookmark this website :)
added on the 2005-10-07 20:09:15 by sh3-rg sh3-rg
Have fun. Don´t forget to bookmark this website :)
added on the 2005-10-07 21:03:50 by apricot apricot
BB Image
added on the 2005-10-07 22:38:10 by okkie okkie
Have fun. Don´t forget to bookmark this website :)
added on the 2005-10-07 22:42:20 by havoc havoc

login