Search found 2 matches
- Wed Aug 16, 2006 10:21 am
- Forum: Anything else we might add?
- Topic: How to make correct .so library?
- Replies: 2
- Views: 2599
How to make correct .so library?
Please tell, how should i compile/link library for use it within newlisp (in Linux)? Or what is C++ keyword for sharing function? With GNU Assembler it works this way: test.s: .section .text .global myfun myfun: ... than after gcc -c test.s -o test.o; ld test.o -shared test.lsp: (import "./test.so" ...
- Fri Jul 21, 2006 12:23 pm
- Forum: newLISP in the real world
- Topic: Can I use newlisp without console window?
- Replies: 7
- Views: 7907
Can I use newlisp without console window?
Please tell, how can I use (is it possible?) newlisp without appearing console window?
Also is it possible to disable console window appearing if use (! ...) function?
Thanks alot...
Also is it possible to disable console window appearing if use (! ...) function?
Thanks alot...