serk118uk · 20854
Thank you for your ports serk :thumbsup"Quote from: serk118uk on February 21, 2021, 06:27:39 AMI also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
@serk118ukOn FrameBuild is it possible to change the fonts or background? the texts in black are not seen well on the blue background.Also can I create my own Skin (Img) for my AfA One, thanks!
Quote from: magorium on March 09, 2021, 01:12:14 PMThank you for your ports serk :thumbsup"Quote from: serk118uk on February 21, 2021, 06:27:39 AMI also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.I will check out ALB42"s, thanks
Thanks, i had created this Skin I think also works on v4
Quote from: serk118uk on March 11, 2021, 11:56:23 AMQuote from: magorium on March 09, 2021, 01:12:14 PMThank you for your ports serk :thumbsup"Quote from: serk118uk on February 21, 2021, 06:27:39 AMI also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.I will check out ALB42"s, thanksHi serk,Sorry as i forgot to link to the specific repo, which can be found at https://github.com/alb42/AROS-librariesIn particular you could perhaps take a look at https://github.com/alb42/AROS-libraries/tree/master/MyTestLib which has a detailed readme.Hopefully that is enough information to enable you to continue your porting effort.
Quote from: AMIGASYSTEM on March 11, 2021, 12:08:30 PMThanks, i had created this Skin I think also works on v4nice..try new version please..
hi,Yes just seen the screenshot , i will fix that soon.Those boxes meant to be the animation frames but i had no time to work on that, ignore those boxes and i will work on that when i am done with my other projects,
FrameBuild fix attached , please test and report if more bug found..I will fix mp3Player too soon..