Posted September 26, 2007 Compiling ApexDC++ with latest stable releases of wtl 1) Download wtl 8.0 Final: http://sourceforge.net/project/downloading...xe&45364755 2) Download stlport 5.2 from svn: https://stlport.svn.sourceforge.net/svnroot.../trunk/STLport/ Edit files: windows\HubFrame.cpp (line: 48) HubFrame::IgnoreMap HubFrame::ignoreList; +bool m_bVertical; // new wtl FIX int HubFrame::columnSizes[] = { 100, 75, 75, 75, 100, 75, 100, 100, 50, 40, 40, 40 }; Work fine Post Scriptum: sry 4 my english Share this post Link to post Share on other sites
Posted September 26, 2007 apexdc is using stlport svn - in stdinc.cpp you should see it... :P Share this post Link to post Share on other sites
Posted September 26, 2007 apexdc is using stlport svn - in stdinc.cpp you should see it... hmm... yes you right... Share this post Link to post Share on other sites
Posted September 26, 2007 Compiling ApexDC++ with latest stable releases of wtl 1) Download wtl 8.0 Final: http://sourceforge.net/project/downloading...xe&45364755 2) Download stlport 5.2 from svn: https://stlport.svn.sourceforge.net/svnroot.../trunk/STLport/ Edit files: windows\HubFrame.cpp (line: 48) HubFrame::IgnoreMap HubFrame::ignoreList; +bool m_bVertical; // new wtl FIX int HubFrame::columnSizes[] = { 100, 75, 75, 75, 100, 75, 100, 100, 50, 40, 40, 40 }; Work fine Post Scriptum: sry 4 my english That line is not necessary... if you do things the right way. Share this post Link to post Share on other sites
Posted September 27, 2007 That line is not necessary... if you do things the right way. wtl 8.0 has no this variable, i try to compile without this line, but i had error that's telling me somthing like variable undefined. When i search this variable in google i find older version of wtl only... Share this post Link to post Share on other sites
Posted September 27, 2007 wtl 8.0 and stlport 5.2 are much older than we use Share this post Link to post Share on other sites
Posted September 27, 2007 wtl 8.0 and stlport 5.2 are much older than we use Where can i get newest one? I get wtl & stl from link in Compile Guide topic, there wtl from Oct 1 16:46:56 2006, and old stl too.... Share this post Link to post Share on other sites
Posted September 27, 2007 stlport you can get from svn repo. about wtl i can't say too much while i didnt update it from ages but i think you need to change some code, but in wtl. Share this post Link to post Share on other sites
Posted September 27, 2007 stlport you can get from svn repo. about wtl i can't say too much while i didnt update it from ages but i think you need to change some code, but in wtl. From here? 2) Download stlport 5.2 from svn: https://stlport.svn.sourceforge.net/svnroot.../trunk/STLport/ I don't anderstent what source i use new or not LOL Share this post Link to post Share on other sites
Posted September 28, 2007 im just wondering, for what you want to compile apex dc if you dont know how to prepare environment... Share this post Link to post Share on other sites
Posted September 29, 2007 im just wondering, for what you want to compile apex dc if you dont know how to prepare environment... I'm already compile apexdc, and i already have latest wtl & stl. i don't anderstend what you talking about Share this post Link to post Share on other sites