English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 01 June 2022, 18:42   #61
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,164
I used V2.10. I used kickstart 1.1 (PAL) A1000, with just "ira -offset=$FC0000 -a kick11.rom" no fancy stuff
jotd is online now  
Old 01 June 2022, 20:50   #62
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,496
Oh, indeed! There was a bug in the automatic ROMTag detection, when the Init-vector is NULL. Fixed. The current beta source is here:
http://sun.hasenbraten.de/~frank/TEST/ira_210beta.lha

Thanks for reporting!
phx is offline  
Old 01 June 2022, 21:20   #63
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,164
yes, tested and working. Thanks!
jotd is online now  
Old 12 December 2023, 10:53   #64
hop
Registered User
 
Join Date: Apr 2019
Location: UK
Posts: 172
I've just built ira V2.10 using Visual Studio 2022 on Windows. To keep the debugger happy, I had to fix a few warnings:

Code:
1>C:\dev\Amiga\ira\ira_2.c(213): warning C4700: uninitialized local variable 'm' used
1>C:\dev\Amiga\ira\ira_2.c(438): warning C4700: uninitialized local variable 'refptr' used
1>C:\dev\Amiga\ira\ira.c(1536): warning C4700: uninitialized local variable 'adr' used
1>C:\dev\Amiga\ira\ira.c(3217): warning C4700: uninitialized local variable 'reg' used
1>C:\dev\Amiga\ira\ira.c(1908): warning C4700: uninitialized local variable 'reg' used
1>C:\dev\Amiga\ira\ira.c(1909): warning C4700: uninitialized local variable 'adr' used
These all use the same pattern, which I have never seen before. For example ira_2.c(438):

Code:
uint32_t ptr, refptr = refptr, functable, module = 0;
which causes the debugger to throw an exception:

Code:
Run-Time Check Failure #3 - The variable 'refptr' is being used without being initialized.
Is it safe to fix these warnings, or are they there for a reason? Is this a historical way of initialising to zero perhaps?
hop is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 8 Mequa request.UAE Wishlist 11 05 October 2010 21:09
Looking for IRA v1.07 or newer :-) voxel request.Apps 7 30 July 2008 01:39
Modernizing Windows 3.11 §ane Retrogaming General Discussion 23 27 April 2003 18:11

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:45.

Top

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