Lacewing c++ networking lib

Just starting out? Need help? Post your questions and find answers here.
User avatar
PureLeo
Enthusiast
Enthusiast
Posts: 221
Joined: Fri Jan 29, 2010 1:05 pm
Location: Brazil

Lacewing c++ networking lib

Post by PureLeo »

This is Lacewing c++ networking lib, its very strong and usefull.. i've used this in c++ and mmf...

the only problem is its header written in c++ :P

Would any skilled programmer convert this to pbi ? It might be of good use for everyone!

EDIT: http://lacewing.aquadasoft.com/Download

Im already trying that, but i dont have much experience with c++
Last edited by PureLeo on Thu May 06, 2010 12:19 am, edited 1 time in total.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: Lacewing c++ networking lib

Post by SFSxOI »

Why don't you post a link to the library owners download site instead of something you have uploaded somewhere? I would like to take a look but I don't do those free upload/download sites.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Lacewing c++ networking lib

Post by DoubleDutch »

http://lacewing.aquadasoft.com/Download

The built-in webserver looks like it would be pretty useful. If anyone can get a PB demo with that working I'd like to take a look too - it could be *very* useful. :)

PureLeo - any examples of it's use in C++?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
PureLeo
Enthusiast
Enthusiast
Posts: 221
Joined: Fri Jan 29, 2010 1:05 pm
Location: Brazil

Re: Lacewing c++ networking lib

Post by PureLeo »

thanks for the link DoubleDutch :)

i only made silly stuff to see how it works but i dont have them anymore...
ive used it most for multimedia fusion, as i have its extension for mmf

and i agree with you, it WILL be very usefull :D

im trying to rewrite that c++ header for purebasic but like i said, i am a noob in c++
User avatar
lazarusoft
User
User
Posts: 23
Joined: Wed Jan 10, 2007 10:17 pm
Location: Brasil

Re: Lacewing c++ networking lib

Post by lazarusoft »

I use with PureBasic,
is perfect
http://lacewing-project.org/
JAVA é como uma Ferrari, mas a diferença é que a Ferrari está em um caminhão cegonha... JAVA is like a Ferrari, but the difference is that Ferrari is in a truck stork ...
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Lacewing c++ networking lib

Post by IceSoft »

lazarusoft wrote:I use with PureBasic,
is perfect
http://lacewing-project.org/
Any hints? Any examples? Any wrappers?
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Lacewing c++ networking lib

Post by Danilo »

PureLeo wrote:
thanks for the link DoubleDutch :)
I always get "404 - Not Found" with this URL, and http://www.aquadasoft.com says "This domain is no longer in use."

EDIT: Just saw that the thread is 4.5 years old, awoken by lazarusoft. :shock:
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: Lacewing c++ networking lib

Post by citystate »

I suspect the thread was brought back from the dead so lazarusoft could update the download link
http://lacewing-project.org/ seems to be active
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
User avatar
lazarusoft
User
User
Posts: 23
Joined: Wed Jan 10, 2007 10:17 pm
Location: Brasil

Re: Lacewing c++ networking lib

Post by lazarusoft »

Download the Lib-project.org site in http://lacewing-project.org/
Compile for Windows using Visual Studio (I used VS2010)
For Linux (My Favorite) is easier to compile.
Follow http://lacewing-project.org/docs/building.html
precompiled win32 lib and WebServer example:

http://201.20.20.44/Tmp/LibLacewing.rar

Run and test:
http://127.0.0.1:8080/
JAVA é como uma Ferrari, mas a diferença é que a Ferrari está em um caminhão cegonha... JAVA is like a Ferrari, but the difference is that Ferrari is in a truck stork ...
Post Reply