Hi all, this is just a reminder to what I have just found. All below was performed on Win7x64 in VirtualBox. When you use pyc.py to compile your code into .dll or .exe and your code uses some other libraries, make sure you specify target platform - i.e. /platform:x86 My code uses vfpoledb to access .dbf files. When I did not specify the platform, System.Reflection.PortableExecutableKinds.ILOnly was used which produced strange behavior:
-- -- Lukáš |
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com