Re: [PD-dev] Accessing Gem_State pointer from a flext-external [resolved]

2009-02-20 Thread Thomas Grill
Hi, thank, that's valuable feedback... i don't think anyone has used Pd pointers in flext before. gr~~~ 2009/2/20 Jean-Yves Gratius jygrat...@club.fr: Hi Thomas, oups sorry, I forgot to describe my problem. yes it compiled, didn't crash. it just sended data that didn't correpond to the

Re: [PD-dev] Accessing Gem_State pointer from a flext-external [resolved]

2009-02-20 Thread Thomas Grill
2009/2/20 marius schebella marius.schebe...@gmail.com: so this means, I can write gem externals using flext? are there examples/documentation around? I'd think that you just have to include the relevant GEM header files to know what's behind the pointers. I'm not sure however whether you need

Re: [PD-dev] Accessing Gem_State pointer from a flext-external [resolved]

2009-02-19 Thread Jean-Yves Gratius
Hi Thomas, oups sorry, I forgot to describe my problem. yes it compiled, didn't crash. it just sended data that didn't correpond to the gem_state struct. Indeed i found my error: I read that gem_state is followed by 2 pointers : gem_state *GemCache *GemState If I replace in my code