|
Posted by D. Jay Newman on September 8, 2006, 10:41 pm
JGCASEY wrote:
> Hi,
>
> Has anyone being using the Mavis code,
>
> http://robinhewitt.com/mavis/index.html
>
> with respect to the Leaf robot project,
>
> http://members.cox.net/rbirac/
You can ask the Leaf group; their home page
is at http://www.leafproject.org/
> I was interested in using it and wondered
> if any other hobby robotists have already
> done so and in particular what language
> they used with the dll?
Robin uses C++.
> My problem as a Basic and c programmer is
> deciding what c++ compiler to use and where
> to find suitable tutorials on win32 using
> that compiler.
The non-visual Microsoft compiler is free
for for download. Unfortunately I have no
idea how to use it.
--
D. Jay Newman ! Author of:
jay@sprucegrove.com ! _Linux Robotics: Programming Smarter Robots_
http://enerd.ws/robots/ ! "Heros aren't born, they're cornered."
|
> Hi,
>
> Has anyone being using the Mavis code,
>
> http://robinhewitt.com/mavis/index.html
>
> with respect to the Leaf robot project,
>
> http://members.cox.net/rbirac/
>
> ?
>
> I was interested in using it and wondered
> if any other hobby robotists have already
> done so and in particular what language
> they used with the dll?
>
> My problem as a Basic and c programmer is
> deciding what c++ compiler to use and where
> to find suitable tutorials on win32 using
> that compiler.
>
> I have *played* with vc5 but the teach
> yourself vc5 in 21 days didn't really help.
> It is also incompatible with the vc6
> examples I find on the net.
>
> The latest free vc++.net 2005 express I find
> in incompatatible with everything before it
> including vc++.net 2003. There is a conversion
> program but it always seems to fail. I haven't
> found a tutorial for vc 2005.net
>
> I have downloaded Dev-cpp but again there is
> a lack of compiler specific tutorials for
> that product as well.
>
> I was able to run the CImage demos with it
> and they are rather good. The vc.net 2003 demo
> failed because I have vc.net 2005.
>
> http://cimg.sourceforge.net/
>
> However they forgot to add a GrabImage() from
> a webcam method :)
>
> --
> John