Re: LC Builder and 3rd Part DLLs under Windows

2018-08-08 Thread Mark Waddingham via use-livecode
On 2018-08-08 22:50, Matthias Rebbe via use-livecode wrote: Thanks for the update. Now i do not have to ask at the next LC Global. ;) That is why I though it was worth mentioning it now ;) Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Ever

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-08 Thread Matthias Rebbe via use-livecode
> Am 08.08.2018 um 21:17 schrieb Mark Waddingham via use-livecode > : > > > You might also find this thread in the forums useful with your efforts: > > http://forums.livecode.com/viewtopic.php?f=93&t=30429 > > Its about wrapping a Windows DLL which accesses a I/O device of some sort - > th

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-08 Thread Mark Waddingham via use-livecode
On 2018-08-08 00:11, Matthias Rebbe via use-livecode wrote: Trevor, thank you so much for your example and for verifying that LCB can execute handlers in the dll. “Good luck” is well said, i need more than good luck. ;) You might also find this thread in the forums useful with your efforts:

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
Trevor, thank you so much for your example and for verifying that LCB can execute handlers in the dll. “Good luck” is well said, i need more than good luck. ;) Regards, Matthias > Am 07.08.2018 um 19:52 schrieb Trevor DeVore via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Ma

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Trevor DeVore via use-livecode
Matthias, I downloaded and installed the demo and was able to link to the DLL. 1. Create a folder named `TBarCode`. 2. In that folder create a `code/x86-win32` folder. 3. Copy the `TBarCode11.dll` and `zlib1.dll` (not positive this is required) files from the Program Files(x86) folder (NOT the 64

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Tom Glod via use-livecode
thanks very much somehow that has eluded me. Will start on it tonight. On Tue, Aug 7, 2018 at 11:51 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom, > there is a extension-course here extension-course/> > > > Am 07.08.2018 u

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
Tom, there is a extension-course here > Am 07.08.2018 um 17:23 schrieb Tom Glod via use-livecode > : > > Hey Matthias, Just wondering what resources you used to get started in > LCB I have yet to dip my toes in that ..but I think I am ready.

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Tom Glod via use-livecode
Hey Matthias, Just wondering what resources you used to get started in LCB I have yet to dip my toes in that ..but I think I am ready. On Tue, Aug 7, 2018 at 10:43 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Brian, > > thanks also. Yes, please. More examples

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
Brian, thanks also. Yes, please. More examples are welcomed. Regards, Matthias > Am 07.08.2018 um 16:29 schrieb Brian Milby via use-livecode > : > > I have also started with libSodium (because it had a compiled dll I could > try) if you want another example. I have not posted anything yet s

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
Hi Trevor, thank you very much for your offer. I am interested in using the Barcode SDK for Windows from TEC-IT. https://www.tec-it.com/en/download/tbarcode/Download.aspx Regards, Matthias > Am 07.08.2018 um 16:23 schrieb Trevor D

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Brian Milby via use-livecode
I have also started with libSodium (because it had a compiled dll I could try) if you want another example. I have not posted anything yet since it does not do anything very useful yet (it will initialize and generate a key pair but I have not done any of the parts to use the keys). Thanks, Bri

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Trevor DeVore via use-livecode
Actually, I do have a public example. Take a look at this winSparkle project: https://github.com/trevordevore/lc-winsparkle -- Trevor DeVore ScreenSteps www.screensteps.com On Tue, Aug 7, 2018 at 9:23 AM Trevor DeVore wrote: > Matthias, > > Yes it is possible. I don't know of any 3rd party DL

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Trevor DeVore via use-livecode
Matthias, Yes it is possible. I don't know of any 3rd party DLL examples. Can you point me to a DLL you want to wrap? I may be able to put together the skeleton of an LCB extension for you to get started with. -- Trevor DeVore ScreenSteps www.screensteps.com On Tue, Aug 7, 2018 at 5:33 AM Matth