Search found 1390 matches

by HPW
Wed Oct 14, 2015 6:45 pm
Forum: newLISP in the real world
Topic: newLISP in a browser in MS edge
Replies: 8
Views: 9423

Re: newLISP in a browser in MS edge

Thanks kosh for the info.
Maybe you can try the Benchmark and tell us the result.

Regards
by HPW
Tue Oct 13, 2015 5:39 am
Forum: newLISP in the real world
Topic: newLISP for win universal apps ?
Replies: 0
Views: 5665

newLISP for win universal apps ?

Hello,

Maybe a thing for the future: Would it be possible to use newLISP for win universal apps ?
Since universal apps are based on HTML and javascript, it let me think about using newLISP-js.

Regards
by HPW
Tue Oct 13, 2015 5:36 am
Forum: newLISP in the real world
Topic: newLISP in a browser in MS edge
Replies: 8
Views: 9423

newLISP in a browser in MS edge

Hello,

Still have no win 10 system, so maybe someone can answer this question:

Does 'newLISP in a browser' run on MS win 10 browser edge?

Maybe of interest:

https://blogs.windows.com/msedgedev/201 ... soft-edge/

Regards
by HPW
Mon Jul 27, 2015 6:21 am
Forum: Anything else we might add?
Topic: Ceramic: bring web apps to desktop
Replies: 2
Views: 6498

Re: Ceramic: bring web apps to desktop

Besides building a newlisp based web Framework like ceramic, it would be interesting to combine electron and newlisp-js:

http://electron.atom.io/

Regards
by HPW
Sat Jul 11, 2015 6:06 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello,

In CodePatters chapter 24 you can read:
Only on MS Windows, the installer comes with a precompiled newlisp.dll and will install it in the WINDOWS\system32\ directory (since v.10.3.3) and in the Program Files/newlisp/ directory.
Is it right? I see no newlisp.dll in system32.

Regards
by HPW
Thu Jul 09, 2015 3:44 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 123308

Re: newlisp.DLL possible?

Just upload a new hpwNewLISP 2.35:

http://www.hpwsoft.de/anmeldung/html1/n ... ook14.html

New upload with newLISP.dll 10.6.3

Fix in Plugin for changed DLL-call behaviour of newLISP.dll

Regards
by HPW
Thu Jul 09, 2015 12:43 pm
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

And mail from symantec: Upon further analysis and investigation we have verified your submission and, as such, the detection(s) for the following file(s) will be removed from our products: D57CA6F8688BE2661ECCDCEA2EB24C8D - newlisp_10603_win_gs_163.exe The updated detection(s) will be distributed in...
by HPW
Thu Jul 09, 2015 9:18 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello, I finally figured it out: DLL < 10603 were tolerant when calling the function with less parameter than defined. FUNCTION hpwImageExec( password,cmdid,Params0,Params1,Params2,Params3,Params4,Params5,Params6,Params7,Params8,Params9 : PChar ) : BOOLEAN; stdcall; So adding an empty param solves t...
by HPW
Thu Jul 09, 2015 8:14 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello,

Looking with the dependency walker at both DLL, I noticed that 10603 has the WEP-entry point as the first entry where it was the last in 10602.

And there is a new newLispLibConsole.
What to do with it in DLL?

Regards
by HPW
Thu Jul 09, 2015 7:30 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello, The only difference I see between the working and non-working calls, are the fact that the working calls are exported from the DLL which loads the newlisp.dll The non-working (they do there work/drawing but the boolean-return seems to throw the access violation) are in a DLL which is loaded i...
by HPW
Thu Jul 09, 2015 5:51 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello,

The exported function hpwImageExec is compiled with stdcall-option.
It has worked for years now with the newlisp.dll
I have also other exported functions with stdcall which still works with 10603.

I have to further investigate where the access vioaltion occurs.


Regards
by HPW
Wed Jul 08, 2015 6:10 pm
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello, In my regular testing against my neobook demo app, I get a error with commands which get imported into the newlsip.dll (32 bit). They now throw a access violation in my (Turtle3:run). Until 10.602 all run without problems. I noticed a different DLL-size from 10602 to 10603: 301.568 Bytes 286....
by HPW
Wed Jul 08, 2015 5:05 pm
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 36525

Re: newLISP Development Release v.10.6.3

Hello, Thanks Lutz for the ongoing development. Unfourtunatly my Norton Internet Security delete the windows installers because it reports WS.Reputation.1 But Virustotal scans without problem: https://www.virustotal.com/de/file/590ff4f8c68cfec4ed3d2322345650349ec1505fe7e3bf7ca87379c4afb9cdc0/analysi...
by HPW
Sun Apr 12, 2015 8:43 am
Forum: newLISP and the O.S.
Topic: mingw64 build patch
Replies: 22
Views: 19995

Re: mingw64 build patch

Hello, I tried it on my win7 home premium tablet. When I paste it line by line into the newlisp Shell it works as expected. But when i make a file Test.lsp with: (setq a (string (dup "+" (* 80 25)))) (setq b (string (dup "-" (* 80 25)))) (setq c (string (dup "*" (* 80 25)))) (setq test (string a b c...
by HPW
Sat Mar 07, 2015 2:14 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello,

Upgraded my tablet SSD today from Sandisk 64Gb to Samsung evo 470Gb.
Installed firefox 36 and here is the benchmark result:
>>>>> total time: 1945
>>>>> Performance ratio: 3.37 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0-64-bit)
Regards
by HPW
Wed Mar 04, 2015 5:52 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Firefox is also the only browser, which allows you to run locally on a laptop or desktop without going through a web server.
Just tried it out. Nice tip. Will be usefull for further testing.

Regards
by HPW
Wed Mar 04, 2015 6:39 am
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello, Another bench from my CAD-Workstation (WIN 7 64bit Xeon E5-1620 3.7 Ghz) IE 11: >>>>> total time: 4806 >>>>> Performance ratio: 8.02 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0- Chrome 41: >>>>> total time: 1097 >>>>> Performance ratio: 1.99 (1.0 on MacOSX 10.9, 2.3GHz Intel Co...
by HPW
Tue Mar 03, 2015 10:05 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello,

After upgrading Chrome to 41:

>>>>> total time: 2844
>>>>> Performance ratio: 4.83 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0-64-bit)

Regards
by HPW
Tue Mar 03, 2015 8:33 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello, Thanks for the update. Now it loads again from the link on IE11 on my Win7 tablet (I5 470UM / 1.33GHz). Qa-bench on IE11: >>>>> total time: 50358 >>>>> Performance ratio:82.10 (1.0 on MacOSX 10.9, 2.3GHz Intel Core i5, newLISP v10.6.0-64-bit) Qa-bench on Chrome 40: >>>>> total time: 15157 >>>...
by HPW
Sun Mar 01, 2015 8:29 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello Lutz,

I will try also Firefox.
But why does the first link not work on IE11.
What can be the difference between the both server setups.
Just to make sure that it work on all target-platforms.

Regards
by HPW
Sun Mar 01, 2015 4:23 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello,
..... and based on the latest version of Emscripten.
Just curios:

http://kripken.github.io/emscripten-sit ... loads.html

shows 1.29 as download-Version. The newlisp-js Shows 1.22 as the version number.

Regards
by HPW
Sun Mar 01, 2015 4:06 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello, A observation for IE11 on Win7 tablet and the provided links here: http://www.newlisp.org/newlisp-js/ does not finish loading.The word 'Downloading...' stays visible and Buttons do not work. http://newlisp.nfshost.com/newlisp-js/ works as expected on IE11. Both links work on Chrome as expecte...
by HPW
Sun Mar 01, 2015 1:48 pm
Forum: Whither newLISP?
Topic: Eric Raymond Blog - Small community scripting languages
Replies: 8
Views: 10574

Re: Eric Raymond Blog - Small community scripting languages

Hello, As a fulltime-Autolisp developer I run across newlisp through a search after a compatible general purpose language outside of AutoCAD. In newlisp I found a way to reuse a large Autolisp-code base. Embedding newlisp into neobook/Delphi apps allows me to build standalone-product configurators a...
by HPW
Sun Jan 25, 2015 1:13 pm
Forum: newLISP and the O.S.
Topic: java 8 no more on WIN XP
Replies: 0
Views: 5265

java 8 no more on WIN XP

Hello, Today on my older WIN XP box a java update run and a message pops up that java 8 should run only on a newer OS. And you could use java 8 only on your own risk on XP. http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html Note: First feature is Lambda Expressions!! Hopefully ne...
by HPW
Fri Nov 28, 2014 5:33 pm
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 143256

Re: newLISP in a browser

Hello,

In http://www.newlisp.org/newlisp-js/README.html we can read:
For a tutorial in to the basics of newLISP type (load "newlisp-js/tutorial.lsp") in to the editor ....
But when I try it I get:
ERR: problem accessing file in function load : "newlisp-js/tutorial.lsp"
Regards