Piotr Dobrogost wrote:
> Hi
>
> I'm new here so I'd like to say hi and to say thank you to all people
> involved in this project. You are great spending your time to create
> wonderful software and help other people.
>
> I'm going to embed Gecko in my C++ windows application.
> I'm using VC2008 and WinForms (.NET) so I have to build with dynamic CRT.
> On https://wiki.mozilla.org/Embedding/NewApi/Win32 I read this statement:
> "Note: The xulrunner sdk is using a patched win32 CRT (for jemalloc).
> This requires that you change the project settings to use the statically
> linked CRT (under "C/C++ > Code Generation > Runtime Library" and choose
> a non DLL library: /MT or /MTd)"
>
> Does it mean I can't embed Gecko in windows application using .NET?
>
> Regards
> Piotr Dobrogost

You could build it without jemalloc.
That seems to be --disable-jemalloc option.


_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to