Re: [F-Script-talk] ObjC++?
Brought to you by:
pmougin
From: Todd B. <tbl...@ma...> - 2005-05-21 15:01:27
|
FScript lets you send messages to obj-C objects. If you have a message that manipulates c++ objects, then you can call that. It won't let you directly call a raw C function or call a C++ method. Wrapper objects is the way to go. On May 21, 2005, at 12:38 AM, juhana kallio wrote: > hello, > > Can I use directly obj-C objects which include C++ code. There are > libraries like DevLib C++ which could be nice to interface with F- > script. > > Is it enough to make wrapper objects which include C++ calls and > use objects in F-script. > > > Juhana Kallio > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk > |