[Vm-dev] Exporting module symbols on windows

Igor Stasenko siguctua at gmail.com
Sat Feb 9 23:18:44 UTC 2013


Hi, Eliot

i thought about it, and i don't like it.
I am in favor of exporting stuff explicitly, rather than implicitly by
compiler..
because with implicit exports, you never know whether given symbol
will be visible or not..
and you have to guess and hope instead of being confident.

It would be nice if we could have a way to export all functions and variables
which has <api> pragma.. because exporting everything , first is not
needed, second
it will expose some symbols which are really private to VM which is
not very good from design perspective.

I am not really know what and where can be changed to do that.. so,
meanwhile i will use primitives.
But for the future it would be really nice to have that.

-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list