lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I really don't know how. The best thing to do would probably be to build some sort of dll project in VS from the c-file but i have no idea what to do to make that work

On Wed, Oct 5, 2011 at 2:54 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Wed, Oct 5, 2011 at 2:41 PM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> I have come to think that the problem could have much to do with the fact
> that i used cygwin to compile the dll.

That would be a problem; you should really use your MS compiler to
make sure the runtime is compatible also.

steve d.