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

Paolo Molaro lupus at ximian.com
Mon Jan 15 05:08:25 EST 2007


On 01/15/07 Thomas Wiest wrote:
> 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
[...]
> Any ideas?

Just find the file that contains the unresolved symbol and add it to the
project file you're using.
I added it to the libmono.vcproj in svn.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list