English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 301
Search took 0.05 seconds.
Search: Posts Made By: Warty
Forum: Coders. System 27 January 2024, 16:48
Replies: 0
Views: 243
Posted By Warty
Question Hide window titlebar after it is revealed?

Situation:
- I have a screen, with it's title bar set to be behind the backdrop window.
- I have one window, and it's a backdrop window. no title string defined, appropriate flags are left unset. ...
Forum: Coders. C/C++ 18 January 2024, 15:24
Replies: 4
Views: 658
Posted By Warty
yep, good point. I also have AProf working, but...

yep, good point. I also have AProf working, but sometimes the results are a bit weird (impossible numbers), and virtually always there is a lot of variation in the time lengths recorded (which, I...
Forum: Coders. C/C++ 18 January 2024, 02:17
Replies: 4
Views: 658
Posted By Warty
ok, thanks for letting me know. Thanks for all...

ok, thanks for letting me know. Thanks for all you do for us, by the way.
Forum: Coders. C/C++ 17 January 2024, 05:01
Replies: 4
Views: 658
Posted By Warty
VBCC -prof profiling - requirements?

I'm trying to out -prof option in VBCC, and I get tons of errors like this:

tmp.0.OCp6aN.o: In "_Action_FindThisAction":
Error 21: tmp.0.OCp6aN.o (CODE+0x28): Reference to undefined symbol...
Forum: Coders. C/C++ 14 January 2024, 19:52
Replies: 2
Views: 427
Posted By Warty
Very cool. Will test whenever it's ready.

Very cool. Will test whenever it's ready.
Forum: Coders. C/C++ 14 January 2024, 15:29
Replies: 2
Views: 427
Posted By Warty
Newer VBCC and LINE DEBUG file paths?

I updated my VBCC build from something from 2018, to the latest from phoenix.owl.de/downloads/vbcc.tar.gz (etc). I noticed that now the debug information in the HUNK files includes the full UNIX path...
Forum: Coders. C/C++ 13 January 2024, 18:43
Replies: 6
Views: 484
Posted By Warty
Yeah, I was thinking about doing menu verify, but...

Yeah, I was thinking about doing menu verify, but I agree, it doesn't seem like that was it was designed for at all.



Yeah, sounds like the next thing to try. Should be straightforward.
...
Forum: Coders. C/C++ 13 January 2024, 18:41
Replies: 21
Views: 2,296
Posted By Warty
Ok. That all seems bad. <sigh> I will put it on...

Ok. That all seems bad. <sigh> I will put it on the to-do list. Another opportunity for learning new things!

Thanks everyone. I may have to come back later and beg for help, if I can't figure it...
Forum: Coders. C/C++ 13 January 2024, 15:54
Replies: 6
Views: 484
Posted By Warty
I'm using the 3rd edition, from 1992. Which one...

I'm using the 3rd edition, from 1992. Which one are you talking about?
Forum: Coders. C/C++ 13 January 2024, 15:49
Replies: 21
Views: 2,296
Posted By Warty
Just out of like, curiosity, what kind of bad...

Just out of like, curiosity, what kind of bad behavior should any user foolish enough to run this program expect, if I just like went ahead with using it the way it is? Like, HOW un-system-friendly...
Forum: Coders. C/C++ 13 January 2024, 15:27
Replies: 6
Views: 484
Posted By Warty
An example of dynamically enabling and disabling...

An example of dynamically enabling and disabling menu items would be great!

This is the entire sum of information in the RKRM about enabling/disabling menus:



The example program in that...
Forum: Coders. C/C++ 13 January 2024, 03:00
Replies: 6
Views: 484
Posted By Warty
Timing of enabling/disabling menu items?

Hi All,

I'm working on a roguelike game. This is an "OS-friendly" game, or at least that's my goal.

Now that almost all the features are in place, I'm looking to do some optimization to speed...
Forum: Coders. C/C++ 12 January 2024, 19:25
Replies: 21
Views: 2,296
Posted By Warty
Thank you for the updates! I picked up 0.9h patch...

Thank you for the updates! I picked up 0.9h patch 3 targets last night and rebuilt. I need to rebuild my vbbc binaries, I'm still using something from 2017.

From my POV, we exist in a golden age:...
Forum: Coders. C/C++ 12 January 2024, 06:05
Replies: 21
Views: 2,296
Posted By Warty
Well shiver me timbers. I never thought VBCC's...

Well shiver me timbers. I never thought VBCC's 1.3 target would be getting updates.

Before I saw that, this is what I ended up doing. As far as I can tell, it's working: no more muforce hit, and...
Forum: Coders. C/C++ 12 January 2024, 02:20
Replies: 21
Views: 2,296
Posted By Warty
Are you sure about that? This is the...

Are you sure about that? This is the exec_protos.h from m68k-kick13.

/* ERROR: The struct Resource doesn't exist in the includes,
in the autodocs is only an APTR */
/* APTR */...
Forum: Coders. C/C++ 11 January 2024, 05:20
Replies: 21
Views: 2,296
Posted By Warty
Oh, no... ...

Oh, no...



http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_3._guide/node0244.html
Forum: Coders. C/C++ 11 January 2024, 05:07
Replies: 21
Views: 2,296
Posted By Warty
Thanks @arcanist! I think maybe...

Thanks @arcanist!

I think maybe Supervisor() is a 2.0+ function. Could that be? It's in clib/exec_protos.h in the newer SDKs I have, and I see it in RKRM, but not in clib/exec_protos.h in my 1.3...
Forum: Coders. C/C++ 11 January 2024, 03:46
Replies: 21
Views: 2,296
Posted By Warty
PTPlayer in a C program - VBR?

I'm working on a roguelike written in C. I recently incorporated ptplayer. I'm getting a MuForce hit on read/write from $78. That is happening in mt_install_cia:

_mt_install_cia:
; Install a...
Forum: Coders. General 01 January 2024, 18:42
Replies: 3
Views: 630
Posted By Warty
In case anyone needs this in the future, the...

In case anyone needs this in the future, the answer is basically this:
- you can't create the screen in 1.3 with any offsets
- 1.3 knows about dxOffset, dyOffset, but they can't be set after the...
Forum: Coders. System 01 January 2024, 16:27
Replies: 6
Views: 686
Posted By Warty
What version of OS is that? Maybe it's...

What version of OS is that?

Maybe it's something with how I have my Workbench setup. I think I have a clean (unmodified) 3.2.1. install setup around somewhere, I'll test on that too. It's only a...
Forum: Coders. System 01 January 2024, 15:17
Replies: 6
Views: 686
Posted By Warty
/*************************************************...

/*****************************************************************************/
/* Definitions */...
Forum: Coders. System 31 December 2023, 23:08
Replies: 6
Views: 686
Posted By Warty
hmm. "database error". Well, here's a cross-link...

hmm. "database error". Well, here's a cross-link to another forum where I posted a couple screenshots that show "good" and "bad" menus. Hope the internet godz don't blast me for this. ...
Forum: Coders. System 31 December 2023, 23:04
Replies: 6
Views: 686
Posted By Warty
Menus open "too high" on menu bar?

Anybody know what I'm doing wrong here? I am working on a game, with a target of 1.3-3.2. The menus are drawing up about 3 pixels too high on 3.2.1 and 3.1. On 1.3 and 2.0, they start where I would...
Forum: Coders. General 11 December 2023, 21:35
Replies: 3
Views: 630
Posted By Warty
I found this snipped in an AmigaWorld Tech...

I found this snipped in an AmigaWorld Tech Journal article (see attachment). Basically it says people used various hacks to do this before the 2.0 ROMs. I'm not sure how to search for stuff like...
Forum: Coders. General 07 December 2023, 04:02
Replies: 3
Views: 630
Posted By Warty
Full-screen overscan on KS1.3?

I'm trying to display a full overscan HAM-6 image at 368x462. I'm targeting 1.3 for this game, and am coding in C. I am opening a new custom screen, and a backdrop window, and loading the graphic...
Forum: support.Hardware 12 November 2023, 22:22
Replies: 7
Views: 541
Posted By Warty
I don't know if the author knew about it or not,...

I don't know if the author knew about it or not, but it probably all just stems from a lack of a good (complete, authoritative) A3000 setup doc. I am going to update my personal one with this info,...
Forum: support.Hardware 12 November 2023, 17:49
Replies: 7
Views: 541
Posted By Warty
I have hit errors in the past that say I don't...

I have hit errors in the past that say I don't have enough system memory to format a HD when using 512, when it is beyond some size (couldn't say where that boundary would have been). I've definitely...
Forum: support.Hardware 12 November 2023, 15:02
Replies: 7
Views: 541
Posted By Warty
Ah, that may explain why I was using a smaller...

Ah, that may explain why I was using a smaller WORK partition when I set this up years ago (when it worked). I'll go back and make a smaller WORK partition with only stuff I want to be able to reach...
Forum: support.Hardware 12 November 2023, 05:18
Replies: 7
Views: 541
Posted By Warty
A3000 WB 1.3 won't recognize WORK: (ZuluSCSI)

I have a 3000 with the soft ROMs. The setup I am trying to get working:
WB1.3 boot with WORK: partition
WB2.x boot with 3.2.1 + WORK: partition and AMAX0 and SSHAPE0 partitions.

I had this...
Forum: support.Amix 19 March 2022, 16:43
Replies: 10
Views: 3,891
Posted By Warty
So I'm stuck. I have a perfectly good HDF image...

So I'm stuck. I have a perfectly good HDF image with AMIX on it. created like this:
dd if=/dev/zero of=empty_drive.hdf count=1000000 bs=1024

Then loaded up in FS UAE, installed as above,...
Forum: support.Amix 12 March 2022, 18:04
Replies: 10
Views: 3,891
Posted By Warty
install went through, and patched up to 2.1p2a....

install went through, and patched up to 2.1p2a. Honestly, that was a lot easier than I expected.

I was able to set the date to 2022, but I still get bad conversion on system startup. Is that...
Forum: support.Amix 12 March 2022, 16:39
Replies: 10
Views: 3,891
Posted By Warty
Brilliant! Thanks for the tip. All I had to do...

Brilliant! Thanks for the tip. All I had to do was unzip the zip file, and point to the unzipped folder in this extra line:
uae_uaehf0=tape0,ro,:<path to the...
Forum: support.Amix 11 March 2022, 17:25
Replies: 10
Views: 3,891
Posted By Warty
Trouble getting Amix install to recognize tape image

I'm finally getting around to trying to install AMIX for the A3000UX we found at my friend's place. My plan is to do this with FS-UAE, then copy the installed disk image in its entirety over to an SD...
Forum: support.Hardware 12 February 2022, 02:11
Replies: 47
Views: 5,973
Posted By Warty
This is probably the easiest way (I did eBay from...

This is probably the easiest way (I did eBay from a couple places also). UTSource. These have worked great.

I did try mixing page and column because I didn't pay attention when ordering 2...
Forum: MarketPlace 07 February 2022, 04:31
Replies: 4
Views: 711
Posted By Warty
err. wut? I feel like I am living in a...

err. wut?


I feel like I am living in a twilight zone episode. $507?????
Forum: MarketPlace 07 February 2022, 01:26
Replies: 4
Views: 711
Posted By Warty
WTB Ralph Babel Guru Book

Anybody have a copy of this they are willing to part with?

I would use it actively for developing Amiga software. I know there is a scan of it somewhere online, but this is a 700 page book, and I...
Forum: Coders. System 06 February 2022, 18:51
Replies: 10
Views: 3,143
Posted By Warty
System memory management damaged? I "feel"...

System memory management damaged?

I "feel" like I'm hosing up the memory in some way, even when the app closely "cleanly". If I try to run it again, it might run, but it might not. The behavior...
Forum: Coders. System 04 February 2022, 19:00
Replies: 10
Views: 3,143
Posted By Warty
Thanks for that info. That was just a temporary...

Thanks for that info. That was just a temporary debug test. I disabled MuForce, MuGa, Sashimi, and SegTracker, then re-enabled each one to see which one was correlated to the CloseScreen() not...
Forum: Coders. System 02 February 2022, 02:58
Replies: 10
Views: 3,143
Posted By Warty
That made me think of interrupts. If I disable...

That made me think of interrupts. If I disable MuForce, it exits cleanly. I can have segtracker, MuGuardian, and Sashimi all running, but not MuForce.

So what's that mean?

Do I have a bad...
Forum: Amiga scene 01 February 2022, 15:33
Replies: 19
Views: 3,434
Posted By Warty
I bought a couple KTRL CD32+ not that long ago,...

I bought a couple KTRL CD32+ not that long ago, and they are great. Ask MickGyver over on this thread?
https://eab.abime.net/showthread.php?t=98935
Showing results 1 to 40 of 301

 
Forum Jump

All times are GMT +2. The time now is 18:28.

Top

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