🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Epoch (what else?)

Published September 05, 2008
Advertisement
So I finally got around to implementing the code to marshal structures back from the Win32 API into Epoch format.


This would be cause for major celebration, except for one minor problem: all variables in Epoch are currently pass-by-value. This means that a temporary copy of a structure is passed to the Win32 API, not the structure itself; which in turn means there's no way to read the marshalled data back from the structure.

Oops.


So now I have to go figure that out, except my head hurts and I'm lazy. So don't expect any progress until... later [grin]
Previous Entry Epoch Release 4
0 likes 1 comments

Comments

Jason Z
With so much progress being made, perhaps it would be a good idea to write up a quick list of the features of your language - both for our benefit to know where you are going and for your own to know how far you have to go...

Just a suggestion, as I'm interested in seeing where this will end up.
September 06, 2008 01:30 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement