Hi,
Now here is a question that I am wondering about:
What is the a relationship between Portable.Net and Mono?
Also, do you think that theoretically I should be able to compile
code in Portable.Net (e.g. C-Code compiled by cscc) and run it
under Mono?
Initial test of mine show that mono doesn't' like the libc64.dll.
Disassembling libc64.dll creates the following error
error in file_loader.c: line 332 :(Method_in_member_ref): should not be reached.
Similar errors can be created with libm64.dll and other mcscc libs.
If it should be running fine, I see whether I can find and fix the bug(s). But I thought I
check first on whether this is even supposed to work.
-- Carsten
