GUI-demo DLL friendly
Posted: Tue Jun 12, 2007 6:12 am
Could it be possible to make the demo-lsp DLL friendly?
Needed changes:
Of cource the gs:init change need the new suggested third parameter.
Needed changes:
Code: Select all
(if (=(>>(sys-info -1)6)1) ;DLL
(gs:init nil nil true)
(gs:init)
)
(if (=(>>(sys-info -1)6)1) ;DLL
(gs:listen true)
(gs:listen)
)