[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Luasocket in C
- From: "Ryan Knotts" <jknotts@...>
- Date: Wed, 22 Oct 2008 01:39:24 -0500
I am trying to find some example source code of a luasocket being
created in C/C++. I will be using luasocket for some of my modules and
I don't want to include another socket library (sys/socket.h) if I
can help it. If all of this is feasible are there any library
requirements (-l<some library>) when I go to build this code? I just
started learning Lua so I hope I am making sense in what I want to
accomplish here.
Thanks!
Ryan