[Mono-dev] Embedding mono on windows: the missing (lib)mono.lib

2007-08-21 Thread Sebastian Good
I am attempting to embed a mono runtime in my C++ application. I'm using the standard 1.4.2 mono install (on WinXP) Visual Studio 2005. I've generated the expected C++ compiler flags using pkg-config --msvc-syntax --cflags --libs mono And while my simple hello-world embedding application

Re: [Mono-dev] Embedding mono on windows: the missing (lib)mono.lib

2007-08-21 Thread Robert Jordan
Hi, Sebastian Good wrote: I am attempting to embed a mono runtime in my C++ application. I'm using the standard 1.4.2 mono install (on WinXP) Visual Studio 2005. I've generated the expected C++ compiler flags using pkg-config --msvc-syntax --cflags --libs mono And while my simple