C library interfaces

Q&A's, tips, howto's
Locked
ryuo
Posts: 43
Joined: Wed May 21, 2014 4:40 pm

C library interfaces

Post by ryuo »

I have noticed that there already exists functions to import C functions at runtime. Does there currently exist a program which can automate most of the conversion of a C header to the appropriate syntax in newLISP? I have already done some searching, but I have yet to find anything conclusive. I may end up writing one eventually if there is no existing tool. I already know that C is difficult to bind via automation, but it can greatly reduce the tedium of creating a binding or access interface.

csfreebird
Posts: 107
Joined: Tue Jan 15, 2013 11:54 am
Location: China, Beijing
Contact:

Re: C library interfaces

Post by csfreebird »

Agree, that tool will make my life easier.
Hope Lutz will support this later.

Locked