Page 1 of 1
Using a windows dll
Posted: Thu Aug 07, 2014 1:59 pm
by classic12
I wrote a windows app a few years ago that used a dll to process images. (Number plate recognition ).
Is it possible to call a dll in livecode. Is there a simple demo app anywhere.
Cheers
Stevew
Re: Using a windows dll
Posted: Thu Aug 07, 2014 3:00 pm
by Klaus
Hi Steve,
you can call DLLs that are made for Livecocde*, but not any Windows DLL per se, maybe with a SHELL command!
*Like Livecode does with revdb.dll, revxml.dll etc.
Best
Klaus
Re: Using a windows dll
Posted: Thu Aug 07, 2014 3:17 pm
by JackieBlue
Klaus and others,
Is it possible to write a C wrapper for Windows DLL? I assume you do something similar when executing LiveCode Windows
Re: Using a windows dll
Posted: Thu Aug 07, 2014 3:21 pm
by Klaus
Hi Jackie,
JackieBlue wrote:Is it possible to write a C wrapper for Windows DLL?
I think so, but on the other hand, I have no idea about C, C+, C++, C-, C--, ob-/sub-/rej-ective C etc
Best
Klaus
Re: Using a windows dll
Posted: Fri Aug 08, 2014 3:35 pm
by MaxV