FLI and Creating a simple Windows service
Hello everyone,I'm trying to figure out how to create a simple windows service in Lispworks 5.0.2. I want to call the Windows APIs like "CreateService" to do this. I searched the WIN32 package and found nothing resembling create-service. My next thought is to define the functions with FLI:DEFINE-FOREIGN-FUNCTION. Rather than type this stuff in manually, I went looking for a C header import tool like swig does for CFFI. I found this link:
http://www.lispworks.com/documentation/lcl50/aug/aug-102.html
which refers to a TRANSLATE-C-FILE function but I cannot find the package it belongs to.
Does anyone have any advice for generating FLI code and/or creating windows services with lispworks?
Thanks in advance,
Anthony