Re: OT: C programmers....

2009-06-19 Thread Alan Dayley
James Britt gave a presentation about programming for the Wii Remote during Ignite Phoenix on Tuesday night. He only had 5 minutes so it's not very deep information. But, maybe it gives you some ideas. And you could contact him for information too! The video of his presentation is now available

Re: OT: C programmers....

2009-06-19 Thread James Finstrom
I have it actualy working my goal is to not clutter up my main and to move out as much as possible. I tried the suggestion but I get a segfault the wiimote connects then segfault. Again all works well in main not so well in an external functionm If I didn't mention prior I am using cwiid library T

Re: OT: C programmers....

2009-06-19 Thread der.hans
Am 19. Jun, 2009 schwätzte Carlos Macedo Gomes so: There may be some guides and/or OSS to Wii remote interfaces here: http://johnnylee.net/projects/wii/ When I hear folks talking about this kinda stuff, makes me think that Phoenix needs a MakerFaire to show o

Re: OT: C programmers....

2009-06-19 Thread Carlos Macedo Gomes
There may be some guides and/or OSS to Wii remote interfaces here: http://johnnylee.net/projects/wii/ When I hear folks talking about this kinda stuff, makes me think that Phoenix needs a MakerFaire to show off all our DYI stuff :-). http://www.makerfaire.com/ <

Re: OT: C programmers....

2009-06-19 Thread Alan Dayley
This is the perfect kind of conversation for the plug-devel list! Move it over there for a receptive audience, including me. http://lists.plug.phoenix.az.us/mailman/listinfo/plug-devel Alan On Fri, Jun 19, 2009 at 9:37 AM, kitepi...@kitepilot.com wrote: > > What do you mean by "handle" ? > Look

Re: OT: C programmers....

2009-06-19 Thread kitepi...@kitepilot.com
What do you mean by "handle" ? Looks like a callback to me... I'd like to see the signature of the function that you are calling to get the "handle". ET PS: We may want to take the conversation off the list unless someone else is interested... James Finstrom writes: > Greetings all, >

OT: C programmers....

2009-06-19 Thread James Finstrom
Greetings all, I am writing app that allows me to control my canon SLR with my wiimote. I am trying to figure out how to call a function in main that generats a handle then returns the handle to main Concept: connect(){ connect to wiimote and return handle foo} main(){ call connect(), get hand