current stable:
0.99.6
unstable:
cvs (0.99.7)
General
  Home / News
  About
  Contact
  The Team

Obtaining
  Download
  Source Tarball
  CVS Web View
  Misc. Files

Documentation
  Introduction
The Manual
  Download [html]
  Download [pdf]
  View Online
API
  Download [html]
  View Online
Resources
  Script Examples

Developer
  Introduction
Developer Guide
  Download [html]
  Download [pdf]
  View Online
Ferite C API
  Download [html]
  View Online




Open Source Approved

SourceForge Logo
KwMap.net - browse the Keyword Map of ferite.org

[previous] Fake Native Modules[up][toc]Finally: Step By Step Examples [next]


Cheating With Builder

You cant cheat with builder just yet, but the basic idea is this: Write your modules to embed using builder and a .fec file, compile the c code into your program, make sure you register the native module [as in the last section], and then tell ferite to preload the .fec file rather than the native library. This will cause ferite to parse the file just like a normal library but link to you application than to an external function. The only issue with this is that your source code for each function will be in the .fec file.

This is also the same method by which you would compile modules into a program.



[previous] Fake Native Modules[up][toc]Finally: Step By Step Examples [next]
ferite et al © 2000-2004, Chris Ross