[Vm-dev] what's happening when the vm is a shared library

Stefan Krecher stefan.krecher at googlemail.com
Wed Mar 17 11:42:04 UTC 2010


Hi,


2010/3/17 Igor Stasenko <siguctua at gmail.com>:
>> Though the SocketPlugin does compile with the ndk, any call to the
>> Plugin produces a primitiveFailed-Exception. Even when i replace the
>> code of a primitive with dummy-code that returns static values and
>> does not execute any plattform-specific code.
>
> Sounds like you simply do not included it into build, or
> it using a dummy stubs, disabling all networking code altogether
> For example, a win32 platform code having stubs (see refs to
> NO_NETWORK in sources).

found nothing regarding "NO_NETWORK" in the sources.
btw: when i do "nm libsqueakvm.so | grep primitive" in a cygwin
console, all the Socket-/ and Resolver-Primitives show up


More information about the Vm-dev mailing list