I am trying to implement plugin for FarManager file manager using IronPython
The plugin is the dll with a class implementing special interface. I haven't find a way to build such dll by pyc.py so I decide to write a wrapper (it is available from http://code.google.com/p/farnet/ ) ) But now is my question: can i decrease startup time using precompilation? Or how dll compilation is intended to be used? -- Max Belugin, http://belugin.info , ICQ:9406811 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
