The spinwrap program can create an interface from C/C++ to SPIN code. It calls the SPIN directly through the interface. It does use an extra COG though.
I like the C.C++
'
It's the same lingo like Basic but it has the goofy "void" stuff .
'
What does the "void" do?
'
If we left the void stuff out.wouldn't it just be Basic?
When used with a function, "void" indicates that the function does not return a value. There are also void pointers, which are defined with "void *". This is a way to define a calling parameter in a function that can accept various types of pointers with the compiler complaining about a type mismatch.
Comments
http://forums.parallax.com/showthread.php/153919-SpinWrap-a-tool-for-allowing-C-or-C-to-use-Spin-Objects?highlight=spinwrap
There has been some discussion about adding this to SimpleIDE, but there are higher priorities to finish for now.
Did you get your SimpleIDE install working?
'
I'm tired of the can't fined LMM or CMM errors
'
Back to PropBasic
'
Thanks again.
'
It's the same lingo like Basic but it has the goofy "void" stuff .
'
What does the "void" do?
'
If we left the void stuff out.wouldn't it just be Basic?
'
That makes sense.