i am working on an lua warpper . the main purpose is , we can directly register a normal pascal function/procedure and class method , then we don't need to write the ugly C-Function . for ex

i am working on an lua warpper . the main purpose is , we can directly register a normal pascal function/procedure and class method , then we  don't need to write the ugly C-Function .  for ex ,
Lua.RegesterFunction("procedure ShowMessage(const Msg: string);",@showmessage); 
and then you can call the function showmessage in a lua script.  

now i've finished the win32 part . but i am not sure to go on or not . anyone interest in it?

Comments

  1. Herbert Sauro IIRC, it also got quite a bit in terms of donations, over 6,000 pounds sterling

    ReplyDelete
  2. most lua warppers need you to write the C-Function at the same form.   you  need to write a lot of code to input/output params . this is so boring , huh?

    ReplyDelete

Post a Comment