I've created a new module, which is an improvement to the socket library. I
however do not plan on re-writing every single function. So I need to find a
way to somehow access the socket library's resources. My question is, is
there a way to access another module's resource?
The module whose resources you are accessing needs to export a
function that will give you the list id, and also publish their
structure layout in a header file.
Just out of interest, what functions are in your extension?
--Wez.
I've created a new module, which is an improvement to the socket library. I
however do not plan on re-writing every single function. So I need to find a
way to somehow access the socket library's resources. My question is, is
there a way to access another module's resource?
"Wez Furlong" kingwez@gmail.com wrote in message
news:4e89b426050911135030c1aebe@mail.gmail.com...
The module whose resources you are accessing needs to export a
function that will give you the list id, and also publish their
structure layout in a header file.
Just out of interest, what functions are in your extension?
--Wez.
I've created a new module, which is an improvement to the socket library.
I
however do not plan on re-writing every single function. So I need to find
a
way to somehow access the socket library's resources. My question is, is
there a way to access another module's resource?
"Wez Furlong" kingwez@gmail.com wrote in message
news:4e89b426050911135030c1aebe@mail.gmail.com...
The module whose resources you are accessing needs to export a
function that will give you the list id, and also publish their
structure layout in a header file.
Just out of interest, what functions are in your extension?
--Wez.
I've created a new module, which is an improvement to the socket library.
I
however do not plan on re-writing every single function. So I need to find
a
way to somehow access the socket library's resources. My question is, is
there a way to access another module's resource?