memstruct ?[UNSOLVED]

new topic     » topic index » view thread      » older message » newer message

Hello,

I am trying the 4.1.0 beta. I thought there was going to be a memstruct function in it, so that C structs would be easier to wrap. Was this feature not implemented? Here is the piece of code I'm trying to wrap using the memstruct function.

memstruct struct_sfVideoMode 
	atom width 
	atom height 
	atom bitsPerPixel 
end memstruct 
 
atom sfv = allocate(sizeof(struct_sfVideoMode)) 
sfv.struct_sfVideoMode = 0 
 
sfv = sfVideoMode(w,h,bits) 
 
? sfv.struct_sfVideoMode.width 
 
free(sfv) 

Was the way you use it changed? Or do you have to do something else entirely?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu