Sign in to follow this  
Followers 0
koe

ApexDC++ latest stlport & wtl

11 posts in this topic

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 :P

Post Scriptum: sry 4 my english

Share this post


Link to post
Share on other sites

apexdc is using stlport svn - in stdinc.cpp you should see it... :P

hmm... yes you right...

Share this post


Link to post
Share on other sites

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 :P

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

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

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

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

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
Sign in to follow this  
Followers 0