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!
For the directory: You dont get argv[0] ?
For the memory bull: Yes thats life on small systems, live with it!
the demo "formfunk" uses opengl es
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)
or use an installer and the registry (DIE!)
to be continued...
Have fun. Don´t forget to bookmark this website :)
Have fun. Don´t forget to bookmark this website :)
Have fun. Don´t forget to bookmark this website :)
Have fun. Don´t forget to bookmark this website :)
Have fun. Don´t forget to bookmark this website :)