Search found 32 matches
- Thu Feb 12, 2009 9:22 pm
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
sorry it looks like I dropped an S on the words strings in that sentence. I am trying to understand what the differences between LPCSTR LPWSTR LPCWSTR. How Utf-8 relates to it (because there is a utf-8 newlisp) The desire to do the project that i first had in mind is a lot smaller now, but I would l...
- Thu Feb 12, 2009 2:12 am
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
- Wed Feb 11, 2009 8:47 pm
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
Its never something easy is it. :-) edit: Well now i know (sorta) what "LPCSTR" "LPWSTR" "LPCWSTR" is and i cant really think of anything constructive to say. http://msdn.microsoft.com/en-us/library/cc245847(PROT.10).asp An LPCSTR is a 32-bit pointer to a constant null-terminated string of 8-bit Win...
- Wed Feb 11, 2009 1:48 am
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
quick question. In the above code. the import line in the generated file looks like this (import AutoItX3_dll "AU3_CDTrayLPCWSTR") then header file line looks like so AU3_API long WINAPI AU3_CDTray(LPCWSTR szDrive, LPCWSTR szAction); The "LPCWSTR" doesnt belong there, where would the edit go to fix ...
- Tue Feb 10, 2009 1:47 am
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
- Sun Feb 08, 2009 10:11 pm
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
- Sat Feb 07, 2009 12:43 am
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
- Fri Feb 06, 2009 9:40 pm
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
- Fri Feb 06, 2009 1:58 am
- Forum: newLISP and the O.S.
- Topic: is it possible to use autoit from newlisp
- Replies: 17
- Views: 15476
is it possible to use autoit from newlisp
I sure it is. I'm also pretty sure I'm doing something wrong. I tried a couple of the examples of importing functions into newlisp with the autoitx3.dll that is installed with autoit and Im not really getting any results, well any good ones. The functions are all defined in the help files for autoit...
- Sun Feb 01, 2009 5:09 am
- Forum: newLISP in the real world
- Topic: Help me understand please.
- Replies: 3
- Views: 2751
- Sun Feb 01, 2009 1:10 am
- Forum: newLISP in the real world
- Topic: Help me understand please.
- Replies: 3
- Views: 2751
thanks. what i want to do is this. I want to find several strings grouped by "Job:" for example string1 to srting5 I will always find "Job:" I will find 0 to 5 of the other strings. at the next Job: repeat I have a list of several jobs and i want to pull out several items and group them by job. seem...
- Sat Jan 31, 2009 9:17 pm
- Forum: newLISP in the real world
- Topic: Help me understand please.
- Replies: 3
- Views: 2751
Help me understand please.
;Original copy/past from codepatterns ;(dolist (file-name (3 (main-args))) ; (set 'file (open file-name "read")) ; (println "file ---> " file-name) ; (while (read-line file) ; (if (find (main-args 2) (current-line) 0) ; (write-line))) ; (close file)) ; ;(exit) ; ;some small edits by me. and one err...
- Tue Jan 20, 2009 12:48 am
- Forum: Anything else we might add?
- Topic: small error in docs
- Replies: 0
- Views: 3386
small error in docs
In http://www.newlisp.org/CodePatterns.html Many built-in functions when returning a list or array or an element belonging to a list or array referenced by a symbol, return a reference to the list – not a copy. This can be used to nest buil-in functions when modifying a list: ^ a dropped T in that p...
- Mon Jan 19, 2009 9:13 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Mon Jan 19, 2009 2:01 am
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Mon Jan 19, 2009 1:39 am
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
i found it. i think let me make sure im using the original guiserver.lsp copied from above: ("Path" "PATH=C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\Program Files\\UltraEdit-32;C:\\Program Files\\Altiris\\Software Virtualization Agent\\;C:\\Program Files\\ATI Technologies\\ATI...
- Mon Jan 19, 2009 1:26 am
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Mon Jan 19, 2009 1:10 am
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
you got me Lutz. and it was painful. my eyes are not as good as they use to be. newlisp c:\newlisp\guiserver\buttom-demo.lsp That m in buttoM killed me! :) Things seem t work as expected now. Thank you for your Patience. What it different about my machine that the path to CMD does not work like othe...
- Sun Jan 18, 2009 11:06 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Sun Jan 18, 2009 10:57 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Sun Jan 18, 2009 2:36 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
from a cmd prompt ( just happens to be in newlisp dir) cmd /c dir gave me a dir listing of the current dir. changed to c:\ and repeated and gave me dir listing of current dir. from newlisp: (process "notepad.exe") returned nil. no notepad. (process "c:/windows/system32/notepad.exe") works and opens ...
- Sat Jan 17, 2009 8:52 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
- Sat Jan 17, 2009 3:21 pm
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
!dir From cmd shell in the newlisp folder: gives a dir listing of the "newlisp" folder. From the lower pain of newLISP edit: gives a dir listing of "C:\Documents and Settings\fred" which is the root of my login folder for my windows settings. ---------------------- (process "cmd /c dir") From cmd sh...
- Sat Jan 17, 2009 3:05 am
- Forum: newLISP Graphics & Sound
- Topic: starting java using process
- Replies: 19
- Views: 19348
starting java using process
looking at the problem i have with running the demo programs newlisp is not starting java with the process function. I have been trying to get Java to start from newlisp for several days now and pretty much out of ideas. I can pretty much run any none java program with any arguments that i want usin...
- Fri Jan 16, 2009 12:08 am
- Forum: newLISP Graphics & Sound
- Topic: running demo guiserver scripts
- Replies: 9
- Views: 10646