Search found 341 matches

by fkapnist
Mon Jun 12, 2017 9:19 am
Forum: General NeoBook Discussions
Topic: requested operation requires elevation
Replies: 8
Views: 5928

Re: requested operation requires elevation

yes, I should have mentioned that NirCmd is a separate freeware program :oops: A program that quite likely requires elevation to install. I made a pub to launch Neobook.exe but it kept asking for elevation even though my user account is the administrator. Nircmd solved it but like you say only beca...
by fkapnist
Sat Jun 10, 2017 3:37 am
Forum: General NeoAppBuilder Discussion
Topic: Will the Cloud burst?
Replies: 3
Views: 5032

Will the Cloud burst?

https://www.wired.com/2017/06/end-net-neutrality-shackle-internet-things/ Will the Cloud burst like the dot.com bubble of the 1990s?.... Just do the math and read the article above. It's a rip-off... and their false advertising is criminal in nature. If you are an app developer you might have to pa...
by fkapnist
Thu Jun 08, 2017 9:58 am
Forum: General NeoBook Discussions
Topic: requested operation requires elevation
Replies: 8
Views: 5928

Re: requested operation requires elevation

yes, I should have mentioned that NirCmd is a separate freeware program NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, w...
by fkapnist
Wed Jun 07, 2017 5:44 pm
Forum: General NeoBook Discussions
Topic: requested operation requires elevation
Replies: 8
Views: 5928

Re: requested operation requires elevation

there is a DOS command you can use to run as administrator in command line: nircmd elevate notepad.exe C:\Windows\System32\Drivers\etc\HOSTS [syntax=neobook]Run "[PubDir]nircmd.exe " "elevate [#34]C:\yourfolder\yourprogram.exe[#34] C:\Windows\System32\Drivers\etc\HOSTS" "Ru...
by fkapnist
Tue May 09, 2017 1:06 am
Forum: General NeoBook Discussions
Topic: compile error
Replies: 6
Views: 3798

Re: compile error

I have no idea. Is the pub file extraordinarily large? The pub file is not long but I have also created an "artificial intelligence" widget in it that takes over and apparently causes a memory leak... If I restart the Neobook main editor everything is ok again.... I will obviously change ...
by fkapnist
Fri May 05, 2017 12:46 pm
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

HPW wrote:I do use Autolisp for customise AutoCAD
3D printing will replace traditional manufacturing
by fkapnist
Thu May 04, 2017 2:38 am
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

Hello, So as always: Your choice! Credo: Use the right tool to get the Job done. Regards You won't know the right tool unless you try them all. I thought it would be very easy to use newLisp scripts like this: newlisp.exe demo.lsp But they get blocked by Windows Firewall. I don't think the average ...
by fkapnist
Thu May 04, 2017 2:25 am
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

reinier maliepaard wrote:Hello,

Maybe helpful:

http://www.neosoftware.com/software/Mal ... -12-16.pdf

Reinier

Thank you for this. I will study the newLISP material for Neobook. It seems to be good for artificial intelligence programming.

:)
.
by fkapnist
Mon May 01, 2017 4:06 am
Forum: General NeoBook Discussions
Topic: compile error
Replies: 6
Views: 3798

Re: compile error

I've never seen those errors before, so I'm not sure what to recommend. Those error messages sound like they're coming from Windows. Plug-ins aren't actively involved in the compilation process - that is they aren't asked to do anything. NeoBook's compiler will copy the plug-in and any required fil...
by fkapnist
Mon May 01, 2017 3:42 am
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

It seems the Lazarus plugin is no longer available But NeoPlugin npPasc 34/58 is "a very complete Pascal language interpreter" https://www.davidesperalta.com/neoplugins David also has a thinBasic plugin. :idea: . I also looked at the HPW Ruby plugin. Ruby is popular for C and C+ extensions...
by fkapnist
Sun Apr 30, 2017 12:24 pm
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

Hello, One-liner means not that you can use it alone, it is called one after the other. So in the demo are samples where some lines belong together. So read the context first and then try them in correct order. So in your use you want to call a Win Api function 'ShowCursor' from the Windows system-...
by fkapnist
Fri Apr 28, 2017 4:47 pm
Forum: General NeoBook Discussions
Topic: compile error
Replies: 6
Views: 3798

Re: compile error

I haven't changed my antivirus settings. I also get this weird one : Thread creation error: Not enough storage is available to process this command. I have been trying some newLISP, Precision Delphi and thinBasic plugins for Neobook... I will try to use the process of elimination to track the memory...
by fkapnist
Fri Apr 28, 2017 12:22 pm
Forum: General NeoBook Discussions
Topic: compile error
Replies: 6
Views: 3798

compile error

I am starting to see this now:
An error occured during the compile.
Out of memory while expanding memory stream

Could it be from a plug-in, malware or an impending hardware failure?

Then Neobook cannot save the .pub but erases it !... Only the .bak file is usable.

:?:
.
by fkapnist
Fri Apr 28, 2017 3:26 am
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

Re: LISP plugin for Neobook

Hello, hpwNewLisp come with a demo-Pub. Page 1 has a list-box with several one-liner demo calls. By choosing a oneliner it gets copied into the textentry left of the "call Lisp" button. Then press the button. The return value and the call are shown below in the text entry log. The other p...
by fkapnist
Thu Apr 27, 2017 7:50 am
Forum: PlugIn Discussions
Topic: LISP plugin for Neobook
Replies: 12
Views: 9671

LISP plugin for Neobook

I am trying a program called "newLISP-GSv.1.63" (I downloaded it from http://newlisp.org) It has a demo folder (guiserver) with some useful sample .lsp scripts. I am also using the "hpwNewLisp 2.35" Plug-in for Neobook and the "OpenNbNewLisp" 1.0 Plug-in. As yet, I have...