[Mono-dev] System.EntryPointNotFoundException: #125

JRJohnson jimj at iland.net
Thu Jun 4 23:04:05 EDT 2009


I believe I know why I am getting this error. My application was build on
windows and
on widows the library that contains the routine being sought is exported
with an index
of 125. I have to build it on Windows because it is a C++ program built with
the
/clr:pure option.

I rebuilt the library in question, ooRexx 4.0, on Linux. When my app runs
Mono searches
for the index and not the routine name. Is there a mono option to force a
search for the routine name
and not the index? Or do I have to remove the index from the Windows
definition of this library?

James Johnson
-- 
View this message in context: http://www.nabble.com/System.EntryPointNotFoundException%3A--125-tp23881011p23881011.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list