<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Qt6 entry point]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I wrote an application using Qt5 in Visual Studio and I tried to migrate to Qt6. When I tried to compile it, I receive an error message becaus the file qtmain.lib that I was using in my linker does not exists anymore in Qt6. So I simply removed qtmain.lib from the linker, bu now I have a new error message:</p>
<p dir="auto">MSVCRT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol WinMain</p>
<p dir="auto">How can I solve it?</p>
]]></description><link>https://forum.qt.io/topic/139544/qt6-entry-point</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 08:10:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/139544.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Sep 2022 15:54:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt6 entry point on Sat, 24 Sep 2022 18:27:56 GMT]]></title><description><![CDATA[<p dir="auto">It's Qt6EntryPoint now.<br />
Apart from this - better use CMake or QMake and let create them your VS solution instead doing all manually.</p>
]]></description><link>https://forum.qt.io/post/730055</link><guid isPermaLink="true">https://forum.qt.io/post/730055</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 24 Sep 2022 18:27:56 GMT</pubDate></item></channel></rss>