Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
73 user(s) are online (43 user(s) are browsing Forums)

Members: 0
Guests: 73

more...

Headlines

Forum Index


Board index » All Posts (Rigo)




Re: APIgnosis, a new autodoc viewer for Windows, Linux and MacOS
Supreme Council
Supreme Council


Just installed and ran it. Seems to work fine, well done.

Shocked at the exe size though, 17MB? Wow!

Not sure it's something I will use though, coding and Windows just doesn't seem right to me :)

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Syntax highlighting -- need these?
Supreme Council
Supreme Council


@nbache

Off topic here, but just to dispell any rumours: Richeditor was written from scratch, it does NOT contain code from anywhere else.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: SDL1 open issues
Supreme Council
Supreme Council


@Capehill

Done

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: SDL1 open issues
Supreme Council
Supreme Council


I've approved the upload and edited the above post to include the link.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Porting apitrace
Supreme Council
Supreme Council


Just a quick reminder on your debug output:

Because RawDoFormat() defaults to int16, you should always use %ld rather than %d when dumping values via DebugPrintF() otherwise the expected results could be wrong (rounded down to 16 bit).

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Variable defaults
Supreme Council
Supreme Council


A good starting base is -Wall -Werror -Wwrite-strings

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Change Email address?
Supreme Council
Supreme Council


Don't worry Tony, I've done it for you

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Barony test thread
Supreme Council
Supreme Council


@Raziel

Quote:

Great...so when will NGFS be available for "normal" users?


I was under the impression it was part of FE Update 1...

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: What the best and fast way to get list of files/dirs in the directory
Supreme Council
Supreme Council


There appears to be some source you can use here:

https://tpgit.github.io/Leptonica/sarray_8c_source.html

Line 1778 starts the function you need...

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Removing an OS4 .library from memory
Supreme Council
Supreme Council


Technically, this isn't required. RamLib will track the binary the library was loaded from, and if the OpenCount is ZERO and the disk-bound binary changes, RamLib will flush it automatically. You can check this with, for example, Scout. Close the client program, and the library will still be loaded with an OpenCount of Zero. After compiling, refresh the view, and the library will have been flushed.

If not, as mentioned, there is the "Expunge" command.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Amigaone xe install script
Supreme Council
Supreme Council


@Tijatjj

Sorry I can't help with your query, but I'm glad to see you made it here :)

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: Serial Preferences
Supreme Council
Supreme Council


Prefs/Serial is for configuring anything that runs through serial.device, like SER:.

Most terminal programs have their own settings and override the system defaults (set with Prefs/Serial).

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


@samo79

Yes, if you'd bothered to read the thread from the start, it is a known problem with the redirection.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


The database has been changed now, so the update should appear in the main list now.

As regards to "long-standing" bugs, I did notice a couple that flagged up, and I have fixed for the next release.

Simon


Edited by Rigo on 2018/5/20 23:10:31
Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


While the redirection problems exist with amiupdate.net, you might as well turn off the self-update until you get 2.45 installed.

As for why it doesn't find an update to itself in the main list, I cannot say.It worked fine here on my test machine. Try enabling a VERBOSE log, then check in RAM: and see what it says about the AmiUpdate update.

Database entries should be reported to their maintainers. I'm certainly not going to go through every entry and test it to find out what is wrong.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


Have you tried a reboot? :)

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


I have released 2.45 which should fix the outstanding problems. As a side note, it updated just fine here on my test machine, even connecting to "www.amiupdate.net", go figure...

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


If you have manually updated to 2.44, then self-update won't be available, you have the latest version.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


My bad!

Sorry for the confusion. I updated the archive, but in the wrong place :)

Should be fixed now.

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top


Re: AmiUpdate problem amigaos4.1 FE
Supreme Council
Supreme Council


You'll be pleased to hear I have released version 2.44, which introduces a configurable server for self-update. Go to the server tab in the prefs, and select "amiupdate.codebench.co.uk", then check the box for "Use this server for self-update".

Simon

Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such.
----
http://codebench.co.uk
Go to top



TopTop
« 1 2 3 4 (5) 6 7 8 ... 51 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project