[Webkit-unassigned] [Bug 91229] [Qt] MSVC: unresolved external symbol __DllMainCRTStartup at 12

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 07:09:31 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91229





--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2012-07-13 07:09:31 PST ---
win32's default_post.prf is supposed to generate the forwarding export .cpp files using generate-win32-export-forwards. The generated sources are added to SOURCES and the resulting obj file should have those linker directives.

However I also see the same issue and I do notice that the corresponding build rules for those are not always generated. So the lack of those rules is one issue and we could probably work around this particular linking issue with a dummy main.cpp file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list