[Vm-dev] Exporting module symbols on windows

Igor Stasenko siguctua at gmail.com
Fri Feb 8 12:42:50 UTC 2013


Hi,

i again bitten by inability to access global symbols of VM module at run time..
while on unixes, it is fairly easy to do:

dlsym('foo', RTLD_DEFAULT);

on windows, compiler/linker does not exposing any symbols :(

so what i doing now is adding shitty primitives which just return
pointers to variables....
this smells bad..
i wonder , is this impossible in principle, or it is just a
win-specific default linker/compiler setting which
different from unix one?

-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list