MySpace

Happily Striding On Random and Not-So-Random Thoughts
Please read this before you post a comment.

Yasuro



Last Updated: 11/16/2009

Send Message
Instant Message
Email to a Friend
Subscribe

Gender: Male
Status: Single
Age: 44
Sign: Leo

City: SEATTLE
State: Washington
Country: US
Signup Date: 10/2/2004
Thursday, October 29, 2009 

Category: Web, HTML, Tech
I am hoping that I will be able to use Metakit from within Lua. Unfortunately, for the Windows platform, the Metakit source is only intended for the Visual C++ family. I have to use MingW.

This page gives an instruction on how to do it. What I did not know is that in the Visual C++ world, there is a library called "import library," which the MingW toolchain does not need. From the above page:
The import library created by the "--out-implib" linker option is required iff (==if and only if) the DLL shall be interfaced from some C/C++ compiler other than the MinGW toolchain. The MinGW toolchain is perfectly happy to directly link against the created DLL.
There is also ways to create an import library using MingW tools.

So referencing this page, I did manage to create a Metakit DLL. But there seems to be a long way till I can access it from Lua.
Previous Post: Health Update | Back to Blog List | Next Post: Scala