English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 161
Search took 0.03 seconds.
Search: Posts Made By: hceline
Forum: project.EAB 17 April 2024, 08:36
Replies: 51
Views: 3,022
Posted By hceline
The URLs where not a problem up until now? And...

The URLs where not a problem up until now? And changing them would break all external links. Which would probably only compound the problem.

Regarding this I want to point out that the "The server...
Forum: project.EAB 17 April 2024, 07:41
Replies: 51
Views: 3,022
Posted By hceline
EDIT: Nevermind, it seems google has removed...

EDIT: Nevermind, it seems google has removed support for the "links:" keyword. So the "links:eab.abime.net" number says nothing. But I will contend that there must be lots of external links directly...
Forum: project.EAB 17 April 2024, 01:58
Replies: 51
Views: 3,022
Posted By hceline
Using search term "site:eab.abime.net" on Google...

Using search term "site:eab.abime.net" on Google shows exactly how many pages are indexed at the moment.
And according to the result, the issue can not be robots.txt.

At this moment it got some...
Forum: project.EAB 16 April 2024, 14:05
Replies: 28
Views: 1,374
Posted By hceline
If this was directed at me, I did not claim that...

If this was directed at me, I did not claim that Google had not de-listed EAB.
I actually linked to the thread about that specific issue.
Forum: project.EAB 16 April 2024, 11:43
Replies: 28
Views: 1,374
Posted By hceline
There is already another thread about this issue...

There is already another thread about this issue here: https://eab.abime.net/showthread.php?t=116883.


This is probably not related. And if it is, chances are that it is the other way around.
...
Forum: Coders. General 15 April 2024, 16:47
Replies: 7
Views: 892
Posted By hceline
The good news is that this looked worse than it...

The good news is that this looked worse than it was.
The 57KB loss was due to a use-after-free in my self-hacked resource-tracking library, so not a issue with the main codebase.
And when measuring...
Forum: support.Apps 12 April 2024, 14:52
Replies: 1
Views: 178
Posted By hceline
I should have RTFM more carefully. The trick was...

I should have RTFM more carefully. The trick was to single-click of use F2.
Forum: project.EAB 08 April 2024, 17:46
Replies: 28
Views: 1,374
Posted By hceline
I believe the answer to why is in this thread:...

I believe the answer to why is in this thread: https://eab.abime.net/showthread.php?t=115789
Forum: support.Apps 06 April 2024, 17:46
Replies: 1
Views: 178
Posted By hceline
Need help customizing menus/buttons in GoldED/Cubic IDE

I want to change the make targets in the GolED toolbar for sas/c projects.
So I right click and select "Filetype properties"->"Toolbars" from menu.

I get the window named "sas.gadgets".
In this...
Forum: Coders. General 25 March 2024, 01:10
Replies: 7
Views: 892
Posted By hceline
That would be me. Since Galileo was...

That would be me.

Since Galileo was mentioned I must note that I would not recommend using the current v0.1 release.

In spite of all my memory-leak fixes, it looses almost 1,5KB only by...
Forum: Coders. System 22 March 2024, 20:38
Replies: 4
Views: 887
Posted By hceline
I finally had some time to look at this again....

I finally had some time to look at this again. Started with updating WinUAE to and Picasso96.
I wonder if you did any changes to the PicassoII(+) driver that might help this?

Because when I...
Forum: support.WinUAE 20 March 2024, 19:44
Replies: 5
Views: 411
Posted By hceline
Yea, I just tested it, and I can not reproduce...

Yea, I just tested it, and I can not reproduce the bug in 5.3.0 beta1.:great


Thank you!!!
Forum: support.WinUAE 19 March 2024, 19:03
Replies: 5
Views: 411
Posted By hceline
I am sorry, the configs where meant to be...

I am sorry, the configs where meant to be identical except pointing to two copies of same WB3.1 disk, and clipboard sharing off on config B.
I believed Clipboard Sharing on/off on config B did not...
Forum: support.WinUAE 19 March 2024, 10:58
Replies: 5
Views: 411
Posted By hceline
Clipboard sharing bug since v4.0

Steps to reproduce:
1. Open WinUAE, load and start "A1200 A.uae".
2. Let it boot to WB.
3. Copy "some text" from a windows editor.
4. Start shell, press 'Right-Amiga+V', you get "some text".
5....
Forum: Coders. System 19 December 2023, 01:22
Replies: 4
Views: 887
Posted By hceline
Thank you. I will have to see if I have better...

Thank you. I will have to see if I have better luck with the p96 function then.
Forum: Coders. System 17 December 2023, 23:33
Replies: 4
Views: 887
Posted By hceline
BestModeID() without BIDTAG_MonitorID gives wrong answer?

I'm having a problem understanding the behavior of BeatModeID().
I'm trying to fix this code (https://github.com/Hagbard-Celin/galileo/blob/master/Source/Modules/show.c) to be able to show...
Forum: Coders. C/C++ 17 November 2023, 10:48
Replies: 9
Views: 1,197
Posted By hceline
My issue was not really the directory handling....

My issue was not really the directory handling. That was just an artifact of me getting more hung up on the fact that I could not find the answer even-tough I'd recently seen it, than the issue...
Forum: Coders. C/C++ 17 November 2023, 06:34
Replies: 9
Views: 1,197
Posted By hceline
Thank you. I did not realize the distinction at...

Thank you. I did not realize the distinction at the moment. This answers all my questions on this issue.
Forum: Coders. C/C++ 16 November 2023, 20:58
Replies: 9
Views: 1,197
Posted By hceline
Thank you for the example. But unless my...

Thank you for the example. But unless my recollection is completely wrong(or I'm misunderstanding something basic), it is not analog to the example I was trying to relocate. Unless my memory is...
Forum: Coders. C/C++ 16 November 2023, 13:31
Replies: 9
Views: 1,197
Posted By hceline
Yes, please.

Yes, please.
Forum: Coders. C/C++ 14 November 2023, 22:36
Replies: 9
Views: 1,197
Posted By hceline
Where did I see that non-recursive directory handling c-example?

I can not relocate this example I read a while ago. I believed it was in a programming book I have as PDF. But searching the PDFs comes up just as empty as my recollection.

I remember the text was...
Forum: support.AmigaOS 06 November 2023, 14:45
Replies: 3
Views: 435
Posted By hceline
Thank you. I feel stupid now.

Thank you. I feel stupid now.
Forum: support.AmigaOS 06 November 2023, 13:55
Replies: 3
Views: 435
Posted By hceline
How is .key /F parameter supposed to work?

I have this script called testp:
.KEY first/A rest/F

ECHO "<first>"
ECHO "<rest>"The command "testp aaa" outputs "aaa" and one empty line.

But the command "testp aaa bbb" fails with:...
Forum: Amiga scene 06 November 2023, 11:23
Replies: 218
Views: 44,311
Posted By hceline
Can we please have an option for ANSI support in...

Can we please have an option for ANSI support in DefaultIcons.
The way it is at the moment a file stops being considered a text file, and gets the def_project.info as icon, if it contains ANSI...
Forum: Coders. C/C++ 06 November 2023, 10:14
Replies: 7
Views: 1,358
Posted By hceline
An update, in case someone has the same issue and...

An update, in case someone has the same issue and finds this thread.
I could not find a dependency-scanner that accepted ".o" files on command-line and worked with any codebase.
So I ported and...
Forum: support.AmigaOS 17 October 2023, 18:29
Replies: 4
Views: 740
Posted By hceline
Thank you for that clarification. I'll edit them...

Thank you for that clarification. I'll edit them out of the header files, and remove the files I copied form older NDK.
Forum: support.AmigaOS 17 October 2023, 16:29
Replies: 4
Views: 740
Posted By hceline
Well it includes <pragmas/dtclass_pragmas.h>, but...

Well it includes <pragmas/dtclass_pragmas.h>, but it does not actually seem to use it.
When I search the source for "ObtainEngine" i get no hits.
I did not look into it earlier. I just copied over...
Forum: Coders. C/C++ 10 October 2023, 15:04
Replies: 7
Views: 1,358
Posted By hceline
Thank you for a working solution. In the...

Thank you for a working solution. In the meantime, I have come to the realization that the correct approach would be to generate the targets in question with a dependency-scanner.
So I think I'd...
Forum: Coders. C/C++ 28 September 2023, 16:18
Replies: 7
Views: 1,358
Posted By hceline
Thanks for the link. It was a good example. But...

Thanks for the link. It was a good example. But sadly it was virtually identical to my first attempt. And thus gave the same result.

But I have been thinking abut this, OBJECTNAME in SCOPTIONS...
Forum: Coders. C/C++ 27 August 2023, 22:55
Replies: 7
Views: 1,358
Posted By hceline
After trying and failing at several solutions, it...

After trying and failing at several solutions, it seems that this is the only thing that works:

Which is probably the reason I got no answers to this question.
Forum: support.WinUAE 27 August 2023, 22:41
Replies: 2
Views: 707
Posted By hceline
You maybe made the same mistake as me? Se here:...

You maybe made the same mistake as me?
Se here: https://eab.abime.net/showpost.php?p=1295444&postcount=6
Forum: Coders. C/C++ 17 August 2023, 22:29
Replies: 7
Views: 1,358
Posted By hceline
I just almost got it. Back to original smakefile...

I just almost got it. Back to original smakefile and added this to SCOPTIONS:
OBJECTNAME=myassign:my/obj/dir/

Now it compiles, but the linker fails with:
slink with lib:utillib.with with...
Forum: Coders. C/C++ 17 August 2023, 21:16
Replies: 7
Views: 1,358
Posted By hceline
Question about smake Transformation Rules and separate object-directory.

Edit: Never mind, I solved it. I was editing the wrong file. The solution was to add "OBJECTNAME=myassign:my/obj/dir/" to SCOPTIONS, and remove the "$(OBJDIR)" I put in smakefile.

Edit2: I...
Forum: Coders. System 11 August 2023, 07:51
Replies: 2
Views: 672
Posted By hceline
Ok, thank you.

Ok, thank you.
Forum: Coders. System 10 August 2023, 23:58
Replies: 2
Views: 672
Posted By hceline
Question about P96 bitmap locking but mostly about timer.device

I'm trying to fix an old program that accesses graphics memory on RTG without taking any locks.
I've read the autodocs for both ChyberGraphics and Picasso96 and found lots of code examples.
But...
Forum: support.AmigaOS 04 August 2023, 22:31
Replies: 4
Views: 740
Posted By hceline
Exclamation dtclass#?.h missing form NDK3.2R4

Discovered this while trying to compile the desktop-starter example in CubicIDE.
As opposed to to the 3.1-3.9 NDK there are no #?.h files for dtclass in the 3.2 NDK.
Forum: support.WinUAE 03 August 2023, 22:05
Replies: 4
Views: 770
Posted By hceline
That seems to have fixed it, thank you. And...

That seems to have fixed it, thank you.
And thanks for the note about indirect mode. I was messing about with direct/indirect setting earlier, and actually did not realize that I've left it at...
Forum: support.WinUAE 03 August 2023, 18:01
Replies: 4
Views: 770
Posted By hceline
I tried 68030 without MMU, and 68040 with and...

I tried 68030 without MMU, and 68040 with and without MMU, no change. Also no change with my original config without virtual mouse.
I then tried turning off both MMU and virtual mouse and got a...
Forum: support.WinUAE 03 August 2023, 13:31
Replies: 4
Views: 770
Posted By hceline
Reset loop on second reset since 4.2.0b1

With the attached config, WinUAE enters a reboot loop upon the second warm-reset of the emulated Amiga. Both Ctrl-Amiga-Amiga and the OS 3.2.2.1 reset command behaves the same.
I discovered this in...
Forum: Coders. C/C++ 22 January 2023, 16:43
Replies: 16
Views: 2,858
Posted By hceline
If you click the heading that says "Releases"...

If you click the heading that says "Releases" over the link with the label-icon that says "1 tags", you will find a lha archive when you press the arrow in front of "Assets" at the bottom.
Showing results 1 to 40 of 161

 
Forum Jump

All times are GMT +2. The time now is 14:52.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.21086 seconds with 10 queries