Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
15 user(s) are online (11 user(s) are browsing Forums)

Members: 1
Guests: 14

walkero, more...

Support us!

Headlines

Forum Index


Board index » All Posts (Rigo)




Re: Locked out of Hyperion message boards. Who can I contact?
Supreme Council
Supreme Council


Try now, hopefully you're back in.

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 settings?
Supreme Council
Supreme Council


Should be fixed now

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 settings?
Supreme Council
Supreme Council


Due to some conditions currently out of my control, I would suggest you remove the "wwww.amiupdate.net" server, and replace it with "amiupdate.codebench.co.uk". This should fix your public update problems.

As far as the hyperion updates go, you need to enter the same details that you would use to acccess their website to get updates manually. It's just an easier way to get the updates.

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: 4st/5st mouse buttons how to setup/test
Supreme Council
Supreme Council


You can test the buttons (and lots of other stuff) with InputEventSniffer (http://os4depot.net/share/utility/misc/inputeventsniffer.lha)

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: Parasite noise when moving windows
Supreme Council
Supreme Council


It could also be low quality sheilded cables to your capture device. Some cheaper cables have rather naff sheilding, which can lead to RF interference, which manifests itself as "noise".

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: Contextual Menus for translate.google.com
Supreme Council
Supreme Council


That's because you have multiple browsers set up for https, so the URL handler asks you which one you want to use. AFAIK there is no way to force urlopen to use a specific browser. You could, however, simply disable any others you have set up, just leave Odyssey enabled.

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: Localisation: Is it possible to generate .CT files if you have just CD and Catalog files ?
Supreme Council
Supreme Council


I simply use "catcomp <name>.cd CTFILE <name>.ct".

Obviously, the .cd is all in English.

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: Left menu on Amigans.net broken?
Supreme Council
Supreme Council


Made no difference here on latest Chrome.

The menus are still displayed vertically down the left hand side.

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: c++11 : PRIu.... and PRId... all broken for both clib2 and newlib ?
Supreme Council
Supreme Council


And I think the moral of the story here is "Don't take code from other platforms as being bug free and great examples of talented coders".

:)

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: AmigaOS 4.1 FE boots to blank "Workbench screen"
Supreme Council
Supreme Council


Try deleting all #?.prefs in envarc:sys first, then reboot. Obviously you'll need to set up your preferences again.

Someone wise will probably tell you to back them up first, then try copying each one over in turn until it "breaks" again :)

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: Horny Source code on Github
Supreme Council
Supreme Council


Use strlcat(), it's much safer.

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: Dynamic Code Execution, Malloc() and executable memory questions
Supreme Council
Supreme Council


I would imagine something like:

cache_code_start_ptr=(Bit8u*)AllocVecTags(CACHE_TOTAL+CACHE_MAXSIZE+PAGESIZE_TEMP-1+PAGESIZE_TEMP, AVT_Type, MEMF_EXECUTABLE, TAG_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: Codebench and C++
Supreme Council
Supreme Council


I must confess, I don't use C++ at all, but it should be a simple case of choosing "Other" in the compiler settings (http://codebench.co.uk/docs/amigaos4sdk.php#compiler) and pointing it to the builder of your choice.

You may have to alter other areas of the makefile as well, although that would be more experimentation on my part as C++ is gobbledegook 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: AmiUpdate 2.46?
Supreme Council
Supreme Council


@samo79

If that is the case, is there any point in making it a variable at all? The whole string will be localised anyway.

If so, then the change can be made in the catalog, no other changes will be needed. Just replace the %s with "OK" in the target language.

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 2.46?
Supreme Council
Supreme Council


@samo79

The latest catalg files are also available from the "downloads" page at amiupdate.codebench.co.uk

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 2.46?
Supreme Council
Supreme Council


@walkero

I must admit, I thought I had finally cracked the problem with the amiupdate.net domain, but it appears not.

In the meantime, use http://amiupdate.codebench.co.uk as the server, and it should all work fine.

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 2.46?
Supreme Council
Supreme Council


@trixie

Getting a bit low on Ram? :P

Truth is, I wasn't convinced it was fixed, so I thought it better to let the unstripped versions go out just in case.

I'll strip them both next time.

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 2.46?
Supreme Council
Supreme Council


i'm looking into it, just got a bit sidetracked with bugs elsewhere :/

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 2.46?
Supreme Council
Supreme Council


Looks like the server side scripting was stripping out characters instead of encoding them, so the Info window should now show the descriptive text the way it was intended.

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 2.46?
Supreme Council
Supreme Council


You ideally need to speak to the author, as it is they that upload those texts.

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 ... 50 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project