[plt-scheme] adding C++ code under OS X

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jun 5 09:07:36 EDT 2004

At Fri, 04 Jun 2004 15:03:56 -1000, Kaveh Kardan wrote:
> Does anyone have a small example showing how to add C++ code to 
> DrScheme.  Ideally as an XCode project.

Dependong on what you want to do, maybe the following example (in the
DrScheme distribution) will help:

  plt/collects/mzscheme/examples/tree.cxx


If that doesn't help, can you be more specific about the kind of C++
code you have, and the end result that you're after --- perhaps just
new primitives in DrScheme, or modifying existing primitives, or adding
new GUI classes, etc.?

Matthew



Posted on the users mailing list.