[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: writing to binary files
- From: "steve donovan" <steve.j.donovan@...>
- Date: Mon, 14 Apr 2008 15:27:39 +0200
try
http://mysite.mweb.co.za/residents/sdonovan/lua/pack.zip
(linked against lua51.dll)
steve d.
On Mon, Apr 14, 2008 at 3:20 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> Sounds like luaopen_pack was not exported?
>
> One either needs a .def file or one of those nasty
> __dllspec(dllexport) thingies.
>
> steve d.
>
>
>
> On Mon, Apr 14, 2008 at 12:38 PM, Merick <Merick_TeVaran@comcast.net> wrote:
> >
> > Jeff Pohlmeyer wrote:
> >
> > > Merick <Merick_TeVaran@comcast.net> wrote:
> > >
> > >
> > >
> > > >
> > > > > Or http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > > Can I get someone to compile one (or both) of those for me?
> > > >
> > > >
> > >
> > > http://www.hotlinkfiles.com/files/1216613_nifua/lpack.zip
> > >
> > > (Cross-compiled for Win32/Lua 5.1.3 on MinGW/Linux, but not tested.)
> > >
> > > HTH,
> > > - Jeff
> > >
> > >
> > >
> >
> > Thanks Jeff, but when I try to load that using require it gives me the same
> > error that I was getting from my own attempt to compile it. Here's the
> > output from the command line interpreter:
> >
> > error loading module 'pack' from file ".\pack.dll":
> > The specified procedure could not be found.
> >
> > stack traceback:
> > [C]: ?
> > [C]: in function 'require'
> > stdin:1: in main chunk
> > [C]: ?
> >
> >
> >
>