Discussion:
[libtorrent] Missing hpp in latest version from client_test.cpp ?
Nocs ...
2017-05-09 23:22:42 UTC
Permalink
Hello again,

i am trying to learn from the client_test.cpp but in the latest version i am missing in the include library the below hpp files

lib..../aux_/max_path.hpp

lib..../read_resume_data.hpp

lib..../write_resume_data.hpp

lib..../string_view.hpp

lib..../fwd.hpp

Does it have something to do with my options in the build of the libtorrent or should it be there in the included directory.

I also checked everywhere in the libtorrent folder as downloaded but its nowhere.
Arvid Norberg
2017-05-09 23:31:28 UTC
Permalink
On Tue, May 9, 2017 at 7:22 PM, Nocs ... <***@hotmail.com> wrote:

> Hello again,
>
> i am trying to learn from the client_test.cpp but in the latest version i
> am missing in the include library the below hpp files
>
> lib..../aux_/max_path.hpp
>
> lib..../read_resume_data.hpp
>
> lib..../write_resume_data.hpp
>
> lib..../string_view.hpp
>
> lib..../fwd.hpp
>
> Does it have something to do with my options in the build of the
> libtorrent or should it be there in the included directory.
>

It looks like you perhaps are building client_test.cpp from master, against
an older version of libtorrent, say 1.1.x or 1.0.x
could that be the case?

--
Arvid Norberg
Nocs ...
2017-05-09 23:41:59 UTC
Permalink
I build from the latest master and i just copied the cpp and needed files of client test in my app to test it but now that i searched it better

the files are not builded with the static lib and placed inside the builded include dir but they do exist in the master include directory.


I think my options when i build the libtorrent static lib has something to do with it or not ?

Does any of the options while building libtorrent affects this hpp files ?

________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Wednesday, May 10, 2017 2:31:28 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Tue, May 9, 2017 at 7:22 PM, Nocs ... <***@hotmail.com> wrote:

> Hello again,
>
> i am trying to learn from the client_test.cpp but in the latest version i
> am missing in the include library the below hpp files
>
> lib..../aux_/max_path.hpp
>
> lib..../read_resume_data.hpp
>
> lib..../write_resume_data.hpp
>
> lib..../string_view.hpp
>
> lib..../fwd.hpp
>
> Does it have something to do with my options in the build of the
> libtorrent or should it be there in the included directory.
>

It looks like you perhaps are building client_test.cpp from master, against
an older version of libtorrent, say 1.1.x or 1.0.x
could that be the case?

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Nocs ...
2017-05-09 23:48:20 UTC
Permalink
My static libtorrent lib is builded like this and i included boost lib also in case it has something to do with it.
I used the latest version in both of them

//boost
b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static debug-symbols=off warnings=off warnings-as-errors=off
//libtorrent
..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0 variant=release link=static runtime-link=static dht=on debug-symbols=off deprecated-functions=off iconv=auto invariant-checks=off encryption=on logging=off crypto=openssl i2p=on character-set=unicode boost-link=static -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost" include="E:\MyProj\Libtorrent\TorrentLib\install\include" library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install

________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Wednesday, May 10, 2017 2:31:28 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Tue, May 9, 2017 at 7:22 PM, Nocs ... <***@hotmail.com> wrote:

> Hello again,
>
> i am trying to learn from the client_test.cpp but in the latest version i
> am missing in the include library the below hpp files
>
> lib..../aux_/max_path.hpp
>
> lib..../read_resume_data.hpp
>
> lib..../write_resume_data.hpp
>
> lib..../string_view.hpp
>
> lib..../fwd.hpp
>
> Does it have something to do with my options in the build of the
> libtorrent or should it be there in the included directory.
>

It looks like you perhaps are building client_test.cpp from master, against
an older version of libtorrent, say 1.1.x or 1.0.x
could that be the case?

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2017-05-10 02:23:22 UTC
Permalink
On Tue, May 9, 2017 at 7:48 PM, Nocs ... <***@hotmail.com> wrote:

> My static libtorrent lib is builded like this and i included boost lib
> also in case it has something to do with it.
> I used the latest version in both of them
>
> //boost
> b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static
> debug-symbols=off warnings=off warnings-as-errors=off
> //libtorrent
> ..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0
> variant=release link=static runtime-link=static dht=on debug-symbols=off
> deprecated-functions=off iconv=auto invariant-checks=off encryption=on
> logging=off crypto=openssl i2p=on character-set=unicode boost-link=static
> -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost"
> include="E:\MyProj\Libtorrent\TorrentLib\install\include"
> library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install
>

I don't think the include feature means what you think it does.
http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html

to install libtorrent to a specific location, say: location=<path> and
--includedir=<path> on the command line.

--
Arvid Norberg
Nocs ...
2017-05-10 03:46:35 UTC
Permalink
Thanks for the boost link


Yeap you were at the first reply correct, after the attempts to make the static build i havent update the latest include folder of libtorrent

files and used older version in newer lib, sorry about it.


I have a small issue though now with the _sv operator inside the string_view.hpp

i am using msvs2013 and in the string_view.hpp has error on the operatorr""_sv

it says it expected an operator :/ is it my build error again ?


________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Wednesday, May 10, 2017 5:23:22 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Tue, May 9, 2017 at 7:48 PM, Nocs ... <***@hotmail.com> wrote:

> My static libtorrent lib is builded like this and i included boost lib
> also in case it has something to do with it.
> I used the latest version in both of them
>
> //boost
> b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static
> debug-symbols=off warnings=off warnings-as-errors=off
> //libtorrent
> ..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0
> variant=release link=static runtime-link=static dht=on debug-symbols=off
> deprecated-functions=off iconv=auto invariant-checks=off encryption=on
> logging=off crypto=openssl i2p=on character-set=unicode boost-link=static
> -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost"
> include="E:\MyProj\Libtorrent\TorrentLib\install\include"
> library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install
>

I don't think the include feature means what you think it does.
http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html

to install libtorrent to a specific location, say: location=<path> and
--includedir=<path> on the command line.

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Nocs ...
2017-05-11 03:51:54 UTC
Permalink
I think the files indeed are missing.


I tried to rebuilt things from the beggining today and i think there is some errors in the builds.

In the latest source code zip and rasterbar in libtorrent.org there not all the hpp files in the include directory

and it builds it though without any errors with my options but i cant use the client_test cause hpp files are mising.


I then downloaded the master libtorrent from github which has all the hpp files and it doesnt build it

it has too many errors and exits the build from b2.


Can someone tell me what is the wrong with the build and what to choose after all ?

________________________________
From: Nocs ... <***@hotmail.com>
Sent: Wednesday, May 10, 2017 6:46:35 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

Thanks for the boost link


Yeap you were at the first reply correct, after the attempts to make the static build i havent update the latest include folder of libtorrent

files and used older version in newer lib, sorry about it.


I have a small issue though now with the _sv operator inside the string_view.hpp

i am using msvs2013 and in the string_view.hpp has error on the operatorr""_sv

it says it expected an operator :/ is it my build error again ?


________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Wednesday, May 10, 2017 5:23:22 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Tue, May 9, 2017 at 7:48 PM, Nocs ... <***@hotmail.com> wrote:

> My static libtorrent lib is builded like this and i included boost lib
> also in case it has something to do with it.
> I used the latest version in both of them
>
> //boost
> b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static
> debug-symbols=off warnings=off warnings-as-errors=off
> //libtorrent
> ..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0
> variant=release link=static runtime-link=static dht=on debug-symbols=off
> deprecated-functions=off iconv=auto invariant-checks=off encryption=on
> logging=off crypto=openssl i2p=on character-set=unicode boost-link=static
> -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost"
> include="E:\MyProj\Libtorrent\TorrentLib\install\include"
> library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install
>

I don't think the include feature means what you think it does.
http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html

to install libtorrent to a specific location, say: location=<path> and
--includedir=<path> on the command line.

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2017-05-11 04:12:51 UTC
Permalink
On Wed, May 10, 2017 at 11:51 PM, Nocs ... <***@hotmail.com> wrote:

> [...]
> In the latest source code zip and rasterbar in libtorrent.org there not
> all the hpp files in the include directory
>

which header files are missing from that archive?


> and it builds it though without any errors with my options but i cant use
> the client_test cause hpp files are mising.
>

If it builds, doesn't that mean the header files are there?

when you say "client_test", do you mean "client_test.cpp"?
If so, do you mean the one from the archive you just downloaded? (which I
assume is libtorrent-1.1.3), or some other version of client_test.cpp?


> I then downloaded the master libtorrent from github which has all the hpp
> files and it doesnt build it
> it has too many errors and exits the build from b2.
>
> Can someone tell me what is the wrong with the build and what to choose
> after all ?
>

Only if you share the error messages. They contain the description of
what's failing.

--
Arvid Norberg
Nocs ...
2017-05-11 07:10:37 UTC
Permalink
This erros are only from the latest master github files
and the option crypto is not working this time with the values specified on built page "openssl" but with the "libcrypto" etc. etc.

Here are my errors list while building the static lib i guess these are not all cause it stoped after so many
https://gist.github.com/nocos/b6b1ffb19451d216ec40b193e28f4b0f

________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Thursday, May 11, 2017 7:12:51 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Wed, May 10, 2017 at 11:51 PM, Nocs ... <***@hotmail.com> wrote:

> [...]
> In the latest source code zip and rasterbar in libtorrent.org there not
> all the hpp files in the include directory
>

which header files are missing from that archive?


> and it builds it though without any errors with my options but i cant use
> the client_test cause hpp files are mising.
>

If it builds, doesn't that mean the header files are there?

when you say "client_test", do you mean "client_test.cpp"?
If so, do you mean the one from the archive you just downloaded? (which I
assume is libtorrent-1.1.3), or some other version of client_test.cpp?


> I then downloaded the master libtorrent from github which has all the hpp
> files and it doesnt build it
> it has too many errors and exits the build from b2.
>
> Can someone tell me what is the wrong with the build and what to choose
> after all ?
>

Only if you share the error messages. They contain the description of
what's failing.

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2017-05-12 02:23:26 UTC
Permalink
On Thu, May 11, 2017 at 3:10 AM, Nocs ... <***@hotmail.com> wrote:

> This erros are only from the latest master github files
> and the option crypto is not working this time with the values specified
> on built page "openssl" but with the "libcrypto" etc. etc.
>
> Here are my errors list while building the static lib i guess these are
> not all cause it stoped after so many
> https://gist.github.com/nocos/b6b1ffb19451d216ec40b193e28f4b0f


I don't know which error message gave you the impression that there are
missing header files. But your problem is that your compiler doesn't
support (enough of) C++11.

--
Arvid Norberg
Steven Siloti
2017-05-12 02:24:27 UTC
Permalink
msvc 12.0 is no longer supported on master. The minimum version is msvc
14.0, i.e. Visual Studio 2015.

On Thu, May 11, 2017 at 12:10 AM, Nocs ... <***@hotmail.com> wrote:

> This erros are only from the latest master github files
> and the option crypto is not working this time with the values specified
> on built page "openssl" but with the "libcrypto" etc. etc.
>
> Here are my errors list while building the static lib i guess these are
> not all cause it stoped after so many
> https://gist.github.com/nocos/b6b1ffb19451d216ec40b193e28f4b0f
>
> ________________________________
> From: Arvid Norberg <***@gmail.com>
> Sent: Thursday, May 11, 2017 7:12:51 AM
> To: General discussion about libtorrent
> Subject: Re: [libtorrent] Missing hpp in latest version from
> client_test.cpp ?
>
> On Wed, May 10, 2017 at 11:51 PM, Nocs ... <***@hotmail.com> wrote:
>
> > [...]
> > In the latest source code zip and rasterbar in libtorrent.org there not
> > all the hpp files in the include directory
> >
>
> which header files are missing from that archive?
>
>
> > and it builds it though without any errors with my options but i cant use
> > the client_test cause hpp files are mising.
> >
>
> If it builds, doesn't that mean the header files are there?
>
> when you say "client_test", do you mean "client_test.cpp"?
> If so, do you mean the one from the archive you just downloaded? (which I
> assume is libtorrent-1.1.3), or some other version of client_test.cpp?
>
>
> > I then downloaded the master libtorrent from github which has all the hpp
> > files and it doesnt build it
> > it has too many errors and exits the build from b2.
> >
> > Can someone tell me what is the wrong with the build and what to choose
> > after all ?
> >
>
> Only if you share the error messages. They contain the description of
> what's failing.
>
> --
> Arvid Norberg
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
>



--
Steven Siloti <***@gmail.com>
Nocs ...
2017-05-12 05:13:47 UTC
Permalink
What options do i have to build it in msvc2013 ?

Could this be possible do i need to change any functions to make it work ?

Is there any near latest version that i should try ?


I am trying to build it for windows with msvc2013

________________________________
From: Steven Siloti <***@gmail.com>
Sent: Friday, May 12, 2017 5:24:27 AM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

msvc 12.0 is no longer supported on master. The minimum version is msvc
14.0, i.e. Visual Studio 2015.

On Thu, May 11, 2017 at 12:10 AM, Nocs ... <***@hotmail.com> wrote:

> This erros are only from the latest master github files
> and the option crypto is not working this time with the values specified
> on built page "openssl" but with the "libcrypto" etc. etc.
>
> Here are my errors list while building the static lib i guess these are
> not all cause it stoped after so many
> https://gist.github.com/nocos/b6b1ffb19451d216ec40b193e28f4b0f
>
> ________________________________
> From: Arvid Norberg <***@gmail.com>
> Sent: Thursday, May 11, 2017 7:12:51 AM
> To: General discussion about libtorrent
> Subject: Re: [libtorrent] Missing hpp in latest version from
> client_test.cpp ?
>
> On Wed, May 10, 2017 at 11:51 PM, Nocs ... <***@hotmail.com> wrote:
>
> > [...]
> > In the latest source code zip and rasterbar in libtorrent.org there not
> > all the hpp files in the include directory
> >
>
> which header files are missing from that archive?
>
>
> > and it builds it though without any errors with my options but i cant use
> > the client_test cause hpp files are mising.
> >
>
> If it builds, doesn't that mean the header files are there?
>
> when you say "client_test", do you mean "client_test.cpp"?
> If so, do you mean the one from the archive you just downloaded? (which I
> assume is libtorrent-1.1.3), or some other version of client_test.cpp?
>
>
> > I then downloaded the master libtorrent from github which has all the hpp
> > files and it doesnt build it
> > it has too many errors and exits the build from b2.
> >
> > Can someone tell me what is the wrong with the build and what to choose
> > after all ?
> >
>
> Only if you share the error messages. They contain the description of
> what's failing.
>
> --
> Arvid Norberg
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
>



--
Steven Siloti <***@gmail.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2017-05-12 11:39:52 UTC
Permalink
On Fri, May 12, 2017 at 1:13 AM, Nocs ... <***@hotmail.com> wrote:

> What options do i have to build it in msvc2013 ?
>

You can build libtorrent-1.1.x it still supports C++98.


> Could this be possible do i need to change any functions to make it work ?
>

It would be a fairly substantial rewrite to back-port master to C++98, and
I doubt it's worth it.


> Is there any near latest version that i should try ?
>

msvc-14 (which I believe is the latest stable) is supported.


> I am trying to build it for windows with msvc2013
>

Do you have ABI restrictions restricting you from using a newer version?

--
Arvid Norberg
Nocs ...
2017-05-12 22:42:58 UTC
Permalink
Thanks for the responses.

i think that i can use also codeblocks but i never tried if for the moment and i dont know much about it

does anyone knows if the latest can be build with codeblocks ?

i think it has many options even gcc but i am not se experienced in such combilation options and settings


________________________________
From: Arvid Norberg <***@gmail.com>
Sent: Friday, May 12, 2017 2:39:52 PM
To: General discussion about libtorrent
Subject: Re: [libtorrent] Missing hpp in latest version from client_test.cpp ?

On Fri, May 12, 2017 at 1:13 AM, Nocs ... <***@hotmail.com> wrote:

> What options do i have to build it in msvc2013 ?
>

You can build libtorrent-1.1.x it still supports C++98.


> Could this be possible do i need to change any functions to make it work ?
>

It would be a fairly substantial rewrite to back-port master to C++98, and
I doubt it's worth it.


> Is there any near latest version that i should try ?
>

msvc-14 (which I believe is the latest stable) is supported.


> I am trying to build it for windows with msvc2013
>

Do you have ABI restrictions restricting you from using a newer version?

--
Arvid Norberg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2017-05-13 01:48:16 UTC
Permalink
you can see which compilers support C++11 here:
http://en.cppreference.com/w/cpp/compiler_support

GCC 5.4 should be new enough for instance.

On Fri, May 12, 2017 at 6:42 PM, Nocs ... <***@hotmail.com> wrote:

> Thanks for the responses.
>
> i think that i can use also codeblocks but i never tried if for the moment
> and i dont know much about it
>
> does anyone knows if the latest can be build with codeblocks ?
>
> i think it has many options even gcc but i am not se experienced in such
> combilation options and settings
>
>
> ________________________________
> From: Arvid Norberg <***@gmail.com>
> Sent: Friday, May 12, 2017 2:39:52 PM
> To: General discussion about libtorrent
> Subject: Re: [libtorrent] Missing hpp in latest version from
> client_test.cpp ?
>
> On Fri, May 12, 2017 at 1:13 AM, Nocs ... <***@hotmail.com> wrote:
>
> > What options do i have to build it in msvc2013 ?
> >
>
> You can build libtorrent-1.1.x it still supports C++98.
>
>
> > Could this be possible do i need to change any functions to make it work
> ?
> >
>
> It would be a fairly substantial rewrite to back-port master to C++98, and
> I doubt it's worth it.
>
>
> > Is there any near latest version that i should try ?
> >
>
> msvc-14 (which I believe is the latest stable) is supported.
>
>
> > I am trying to build it for windows with msvc2013
> >
>
> Do you have ABI restrictions restricting you from using a newer version?
>
> --
> Arvid Norberg
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Libtorrent-discuss mailing list
> Libtorrent-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
>



--
Arvid Norberg
Loading...