Search found 2 matches

by caozb
Fri Sep 23, 2022 1:17 pm
Forum: newLISP in the real world
Topic: import all functions of the dll at once?
Replies: 3
Views: 712

Re: import all functions of the dll at once?

The software exceeds the size allowed by the attachment. You can leave an email and I will send it to you for trial.
by caozb
Sun Sep 18, 2022 5:02 am
Forum: newLISP in the real world
Topic: import all functions of the dll at once?
Replies: 3
Views: 712

import all functions of the dll at once?

In other LISP like scripting languages, you can usually import all functions of the dll at once. For example (importAll "user32. dll"). How can I implement this function in newlisp?