[Mono-dev] using VS to embed mono...

Thomas Wiest twiest at novell.com
Mon Jan 15 03:48:08 EST 2007


Hey,
	I'm trying to embed mono using Visual Studio 2005 (as per 
http://www.mono-project.com/Compiling_Mono_VSNET ). I've been able to 
work through most of the path / cygwin issues, but now while compiling 
test-invoke in VS I'm getting these errors:

------ Build started: Project: test-invoke, Configuration: Debug Win32 
------
Linking...
libmono.lib(profiler.obj) : error LNK2019: unresolved external symbol 
_mono_dl_symbol referenced in function _mono_profiler_load
libmono.lib(profiler.obj) : error LNK2019: unresolved external symbol 
_mono_dl_open referenced in function _mono_profiler_load
libmono.lib(profiler.obj) : error LNK2019: unresolved external symbol 
_mono_dl_build_path referenced in function _mono_profiler_load
Debug\test-invoke.exe : fatal error LNK1120: 3 unresolved externals
Build log was saved at 
"file://c:\cygwin\usr\src\mono\mono\samples\embed\Debug\BuildLog.htm"
test-invoke - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========



Any ideas?

Thanks,
Thomas



More information about the Mono-devel-list mailing list