[Mono-dev] Reading excel files with mono ?

Jeroen Frijters jeroen at sumatra.nl
Wed Aug 8 12:03:38 EDT 2007


Onur Gumus wrote:
> Jonathan , I am not sure if IKVM would do . Since I want to compile my
> project on linux once and for all and be able to deploy to Windows
> machines by only XCOPY.

The IKVM binaries are cross platform, so you can xcopy deploy them to Windows without any problems.

Only if you use JNI do you need the native ikvm-native.dll library on Windows. On Linux libikvm-native.so ships as part of Mono, so there you don't even need to worry about that (and ikvm-native contains only a small amount of code and is designed to work across different versions of ikvm, so when you update your ikvm version, you typically don't need to update ikvm-native.dll).

Regards,
Jeroen




More information about the Mono-devel-list mailing list