HP Forums
Help - 50G C programming - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: Help - 50G C programming (/thread-232112.html)



Help - 50G C programming - BruceH - 09-27-2012

A couple of years back, someone (name escapes me) produced a library of functions that provided an interface/wrapper/whatever between RPL objects and C code. So you could write a C program and have it call a function to read from the stack and call other functions to write results back to the stack, and so on.

Who was this, please? Is there a web page?

Thanks in advance - my Google-fu is letting me down.


Re: Help - 50G C programming - Thomas Chrapkiewicz - 09-27-2012

I believe David Hayden presented something like this at HHC a year or two back...

TomC


Re: Help - 50G C programming - Jesse Dodd - 09-28-2012

It was in fact David Hayden. You can find the YouTube videos of his presentation here:

http://www.youtube.com/watch?v=8jUR2sseKig

and here:

http://www.youtube.com/watch?v=00_DNDyj3XI&feature=relmfu


Re: Help - 50G C programming - BruceH - 09-29-2012

Thanks both, David's was the name I was looking for.


Re: Help - 50G C programming - David Hayden - 09-29-2012

Hi Bruce, feel free to send me a message if you have any questions or comments about the library. Note that it currently only runs with HPGCC 2. If there's interest, I'll port it to HPGCC3.

Dave