Is there a way to tell if the app is running in the ide or as
a compiled exe? O:-) I'm using lispworks, btw.
TIA
Beats me, but you might try to get at one of the variables
inside of the ide (they usually have a lot of variables that
control their look and feel). If the variable exists and you
can set it, you're in the IDE. If you're compiled, then you
probably won't have a bunch of ide specific variables
that control the look of the program in there with you.
It might work - I haven't used lispworks, so YMMV
--
David Allen
http://opop.nols.com/
----------------------------------------
Firearms are second only to the Constitution in importance; they are the
peoples' liberty's teeth.
-- George Washington
(if (mp:list-all-processes)
(do-whatever-with-running-ide)
(do-whatever-with-ide-not-running))
This seems to work because the IDE uses multiple windows, which by
definition means that the multiprocessing stuff is running.
- DM
David Allen <s2md...@titan.vcu.edu> wrote in message
news:8etbms$khk$2...@bob.news.rcn.net...
Sent via Deja.com http://www.deja.com/
Before you buy.
- DM