<?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[Problem with gqBegin&#x2F;glEnd and others]]></title><description><![CDATA[<p dir="auto">Hello,<br />
This is my first post so welcome everyone!!<br />
I have problem with new Qt 5.0.1<br />
After installation QT 5.0.1 with Qt Creator in one package I cannot compile simple drawing application. I think that is problem that i have x64 processor and OS but this installation packed  is only for 32 (<a href="http://qt-project.org/downloads" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/downloads</a>) I downloaded Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB) version.</p>
<p dir="auto">I need help as soon as possible, because this is project for my studies, and the end date is on next week.</p>
<p dir="auto">I think the problem is with version. Maybe somebody know where I can download older QTCreator with QT liblary in one package.<br />
When I try to do this i get message that:</p>
<p dir="auto">@...\Documents\OpenGL\OiWSR\glwidget.cpp:24: błąd:undefined reference to <code>_imp__glBegin@4' ...\Documents\OpenGL\OiWSR\glwidget.cpp:25: błąd:undefined reference to </code>_imp__glVertex3f@12'<br />
...\Documents\OpenGL\OiWSR\glwidget.cpp:26: błąd:undefined reference to <code>_imp__glVertex3f@12' ...\Documents\OpenGL\OiWSR\glwidget.cpp:27: błąd:undefined reference to </code>_imp__glEnd@0'<br />
collect2.exe:-1: błąd:error: ld returned 1 exit status@</p>
<p dir="auto">Thanks a lot for any help...</p>
]]></description><link>https://forum.qt.io/topic/24571/problem-with-gqbegin-glend-and-others</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 10:13:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/24571.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Feb 2013 23:57:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 17:12:34 GMT]]></title><description><![CDATA[<p dir="auto">OK. The problem has been resolved.<br />
Maybe it could help for  someone on future. So I send steps how to bypass this problem</p>
<ol>
<li>Download all files needed to install</li>
</ol>
<ul>
<li>qt Creator - <a href="http://qt-project.org/downloads" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/downloads</a></li>
<li>qt Libraries - <a href="ftp://ftp.qt-project.org/qt/source/" target="_blank" rel="noopener noreferrer nofollow ugc">ftp://ftp.qt-project.org/qt/source/</a> I choosed versiom qt-win-opensource-4.7.4-mingw</li>
<li>download MinGW in version from <a href="http://nosymbolfound.blogspot.com/2012/12/since-until-now-qt-under-windows-is.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://nosymbolfound.blogspot.com/2012/12/since-until-now-qt-under-windows-is.html</a></li>
</ul>
<ol start="2">
<li>Installation</li>
</ol>
<ul>
<li>create folder MinGW in C:/ directory.</li>
<li>unzip MinGW downloaded from the Internet a@@nd copy all files to C:/MinGW</li>
<li>install QtCreator</li>
<li>install qtLibraries</li>
</ul>
<ol start="3">
<li>Preparing to using QtCreator with our qtLirbaries</li>
</ol>
<ul>
<li>open Qt Creator</li>
<li>from Tools menu chose Options, and add options like on the screens under:</li>
</ul>
<p dir="auto">bq. <a href="https://docs.google.com/file/d/0B8htU5kOTumVSDUySGNwYnl0cjQ/edit?usp=sharing" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.google.com/file/d/0B8htU5kOTumVSDUySGNwYnl0cjQ/edit?usp=sharing</a><br />
<a href="https://docs.google.com/file/d/0B8htU5kOTumVZ3VwRzUybUpBMHM/edit?usp=sharing" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.google.com/file/d/0B8htU5kOTumVZ3VwRzUybUpBMHM/edit?usp=sharing</a><br />
<a href="https://docs.google.com/file/d/0B8htU5kOTumVYmc4WHJzMGNrdW8/edit?usp=sharing" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.google.com/file/d/0B8htU5kOTumVYmc4WHJzMGNrdW8/edit?usp=sharing</a></p>
<p dir="auto">I do hope that could help somebody.</p>
]]></description><link>https://forum.qt.io/post/168312</link><guid isPermaLink="true">https://forum.qt.io/post/168312</guid><dc:creator><![CDATA[Spilka]]></dc:creator><pubDate>Sun, 24 Feb 2013 17:12:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 13:03:01 GMT]]></title><description><![CDATA[<p dir="auto">[quote author="Spilka" date="1361707276"]I understand that this is old practice using glBegin... but this is requirement for this project.[/quote]</p>
<p dir="auto">It is surely an unusual practice to make sub-efficiency and bad practice a requirement. But hey, it is not like I wasn't told to make stupid stuff back in my job.</p>
]]></description><link>https://forum.qt.io/post/168303</link><guid isPermaLink="true">https://forum.qt.io/post/168303</guid><dc:creator><![CDATA[utcenter]]></dc:creator><pubDate>Sun, 24 Feb 2013 13:03:01 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 12:10:55 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, that's a real problem these days. Schools and online tutorials teach OpenGL 2 or even 1.x. Libraries (like GLEW) don't properly support core profile. Default windows drivers support archaic OpenGL version...</p>
<p dir="auto">As much as what utcenter said is true your best bet is to misuse the -opengl desktop switch, or if you don't need Qt goodies that much - use  basic toolkit like freeglut and vanilla OpenGL without (gulp...) Qt.</p>
]]></description><link>https://forum.qt.io/post/168301</link><guid isPermaLink="true">https://forum.qt.io/post/168301</guid><dc:creator><![CDATA[Chris Kawa]]></dc:creator><pubDate>Sun, 24 Feb 2013 12:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 12:01:16 GMT]]></title><description><![CDATA[<p dir="auto">I understand that this is old practice using glBegin... but this is requirement for this project.</p>
]]></description><link>https://forum.qt.io/post/168300</link><guid isPermaLink="true">https://forum.qt.io/post/168300</guid><dc:creator><![CDATA[Spilka]]></dc:creator><pubDate>Sun, 24 Feb 2013 12:01:16 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 11:59:45 GMT]]></title><description><![CDATA[<p dir="auto">Building Qt with desktop OpenGL support has many beneficial sides to it, but allowing bad programming practice and learning already deprecated features is hardly one of it.</p>
<p dir="auto">People seem to be stuck using glBegin and glEnd because of the number of outdated tutorials around the web.</p>
]]></description><link>https://forum.qt.io/post/168299</link><guid isPermaLink="true">https://forum.qt.io/post/168299</guid><dc:creator><![CDATA[utcenter]]></dc:creator><pubDate>Sun, 24 Feb 2013 11:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with gqBegin&#x2F;glEnd and others on Sun, 24 Feb 2013 11:33:08 GMT]]></title><description><![CDATA[<p dir="auto">It has nothing to do with your processor or the version. Prepackaged Qt uses ANGLE on Windows, which has only the OpenGL ES instruction set. This means no fixed pipeline (glBegin, glVertex etc.).</p>
<p dir="auto">Use ES pipeline, which means vertex buffers and shaders (close to the Core profile in OpenGL 3.0), or download Qt source package and compile it yourself with the "-opengl desktop" switch to get the full OpenGL version support.</p>
]]></description><link>https://forum.qt.io/post/168296</link><guid isPermaLink="true">https://forum.qt.io/post/168296</guid><dc:creator><![CDATA[Chris Kawa]]></dc:creator><pubDate>Sun, 24 Feb 2013 11:33:08 GMT</pubDate></item></channel></rss>