Re: Example program

2020-12-03 Thread Garrett Dangerfield
specifically--how to tell ECL to load an OBJ file would be great. (load "xxx.obj") didn't go so well. :-) Thanks, Garrett Dangerfield. On Thu, Dec 3, 2020 at 12:53 PM pdoherty wrote: > I can't speak to the Windows requirement, but this example I put together > shoul

Example program

2020-12-03 Thread Garrett Dangerfield
Is there an simple example program somewhere (I can't find one) that shows a function defined in a Lisp file and then used in a C/C++ file? With all the compile and linking commands needed to make it work? Ideally for Windows using Microsoft command line tools. Thanks much, Garrett Dangerfield.

Re: Fw: Windows 10

2020-11-28 Thread Garrett Dangerfield
ndows messaging be handled by Lisp code, ideally allowing real-time modification of the LIsp while the window still up and running). I'll send updates as appropriate. I may create a blog post somewhere with my ongoing adventures. Thanks again for your help, Garrett Dangerfield. On Thu, Nov

Windows 10

2020-11-25 Thread Garrett Dangerfield
hich makes no sense to me. If I do this: (probe-file "t2.lsp") I get back: #P"/cygdrive/c/Users/danger/gcl/t2.lsp" Thoughts? Apologies in advance if this is a stupid question. :-) Thanks, Garrett Dangerfield.