[plt-scheme] Access Violation on C++ Builder 5
At Tue, 15 Jun 2004 03:10:55 +0900, RxQVW wrote:
> I am striving to embed MzScheme to my C++ Builder 5
> application on Windows 2000. I compiled MzScheme and GC
> library from source (v207).
Did you build using the files in plt/src/borland, or with your own
projects?
It may not be related, but one thing to try is using
scheme_set_stack_base() to explicitly set the stack start and to make
MzScheme explicitly register its static variables (in which case your
embedding application will have to register its statics, too).
Matthew