Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • using VS to embed mono...

    1 answers - 1132 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hey,
    I'm trying to embed mono using Visual Studio 2005 (as per
    ). 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\Bu ildLog.htm"
    test-invoke - 4 error(s), 0 warning(s)
    Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped
    Any ideas?
    Thanks,
    Thomas
    Mono-devel-list mailing list
    Mono-devel-list (AT) lists (DOT) ximian.com
  • No.1 | | 671 bytes | |

    01/15/07 Thomas Wiest wrote:
    Hey,
    I'm trying to embed mono using Visual Studio 2005 (as per
    ). 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

Re: using VS to embed mono...


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 2 =
QUESTION ON "Development"

EMSDN.COM