English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 334
Search took 0.10 seconds.
Search: Posts Made By: guy lateur
Forum: Coders. C/C++ 19 July 2021, 22:59
Replies: 107
Views: 19,933
Posted By guy lateur
I haven't done any more work on this, I'm afraid,...

I haven't done any more work on this, I'm afraid, but if I do I'll be sure to post about it here. I've kinda gotten used to cross-assembling in the meantime, tbh.. ;)
Forum: Coders. C/C++ 29 June 2021, 20:17
Replies: 107
Views: 19,933
Posted By guy lateur
Ok, thanks for the info. Sure, no...

Ok, thanks for the info.


Sure, no worries, it's just an idea, something I would like to see. :)
Forum: Coders. C/C++ 29 June 2021, 17:45
Replies: 107
Views: 19,933
Posted By guy lateur
Ok, thanks for elaborating on this. TBH, I only...

Ok, thanks for elaborating on this. TBH, I only have a vague idea what these qualifiers really mean ATM.. :spin
Forum: Coders. C/C++ 29 June 2021, 17:40
Replies: 107
Views: 19,933
Posted By guy lateur
Yep, apparently it does.

Yep, apparently it does.
Forum: Coders. C/C++ 29 June 2021, 17:31
Replies: 107
Views: 19,933
Posted By guy lateur
Yep, he sure can! Finally it's working! Thank you...

Yep, he sure can! Finally it's working! Thank you all for your time and energy you put into getting this to work, I greatly appreciate this! :great I can finally start concentrating on the...
Forum: Coders. C/C++ 28 June 2021, 22:49
Replies: 107
Views: 19,933
Posted By guy lateur
You're right, I cannot be sure of that. It's just...

You're right, I cannot be sure of that. It's just that I had seen 17 such Software Failure's just before that, so I assumed it would have been the same error. But it may indeed have been something...
Forum: Coders. C/C++ 28 June 2021, 00:13
Replies: 107
Views: 19,933
Posted By guy lateur
The hook function itself (highlightBlock())...

The hook function itself (highlightBlock()) returns a ULONG, so it cannot be empty. I have tried just having it return 1L, but the system still freezes when I do that.

I have also tried leaving...
Forum: Coders. C/C++ 27 June 2021, 22:26
Replies: 107
Views: 19,933
Posted By guy lateur
Thanks for your suggestions, much appreciated!...

Thanks for your suggestions, much appreciated! :great
Forum: Coders. C/C++ 27 June 2021, 22:21
Replies: 107
Views: 19,933
Posted By guy lateur
Yes. I guess this means at least the libs are...

Yes. I guess this means at least the libs are successfully opened, which is nice.


Thanks for your input, that's good to know. It doesn't solve the problem, unfortunately; the system still...
Forum: Coders. C/C++ 27 June 2021, 20:58
Replies: 107
Views: 19,933
Posted By guy lateur
Hehe, my pleasure, cheers! :laughing

Hehe, my pleasure, cheers! :laughing
Forum: Coders. C/C++ 27 June 2021, 20:42
Replies: 107
Views: 19,933
Posted By guy lateur
Yes, it still works.

Yes, it still works.
Forum: Coders. C/C++ 27 June 2021, 16:40
Replies: 107
Views: 19,933
Posted By guy lateur
That was suggested to me by both Camilla and phx....

That was suggested to me by both Camilla and phx. The idea was to have the plugin at least register with TextEdit, without generating a Software Failure or having the system freeze. It would...
Forum: Coders. C/C++ 27 June 2021, 16:27
Replies: 107
Views: 19,933
Posted By guy lateur
I've been checking when the Guru/Software Failure...

I've been checking when the Guru/Software Failure turns into a system freeze. Starting from Camilla's source, I always have to add an #include <string.h>, because otherwise I get an undefined...
Forum: Coders. C/C++ 27 June 2021, 14:39
Replies: 107
Views: 19,933
Posted By guy lateur
I get a Guru when I use Camilla's code as it is....

I get a Guru when I use Camilla's code as it is. When I leave the init() function as empty as possible (as suggested by both you and Camilla) the entire system hangs.


Yes I did, and I even asked...
Forum: Coders. C/C++ 27 June 2021, 12:29
Replies: 107
Views: 19,933
Posted By guy lateur
Ok, I did some more testing, and something quite...

Ok, I did some more testing, and something quite weird is going on. As suggested, I'm trying to build the most basic plugin that gets detected by TextEdit without crashing it or bringing the whole...
Forum: Coders. C/C++ 26 June 2021, 11:13
Replies: 107
Views: 19,933
Posted By guy lateur
That sounds great! This is stuff that's way above...

That sounds great! This is stuff that's way above my head, though, so that'll be up to you and phx to decide if anything can be done there. But it's nice to hear you're open for these kinds of...
Forum: Coders. C/C++ 26 June 2021, 11:05
Replies: 107
Views: 19,933
Posted By guy lateur
I haven't, but it will definitely be the first...

I haven't, but it will definitely be the first thing I try! Phx suggested something very similar, ie to make the plugin as simple as possible. Once it appears in TextEdit, I can begin adding stuff...
Forum: Coders. C/C++ 26 June 2021, 10:32
Replies: 107
Views: 19,933
Posted By guy lateur
Well let me start with a little disclaimer here....

Well let me start with a little disclaimer here. I'm pretty new to Amiga programming, whether it be in C or in ASM. I especially still have a lot to learn about how the system and the hardware...
Forum: Coders. C/C++ 25 June 2021, 08:15
Replies: 107
Views: 19,933
Posted By guy lateur
There's absolutely no need to apologize -- au...

There's absolutely no need to apologize -- au contraire, thanks for thinking along! :great It's hard enough to debug stuff as it is, let alone if you don't have the targeted environment.

And...
Forum: Coders. C/C++ 24 June 2021, 21:43
Replies: 107
Views: 19,933
Posted By guy lateur
Well leaving out the NDK includes doesn't work....

Well leaving out the NDK includes doesn't work. There are a lot more header files in the NDK than there are in the target include folder. I'm assuming not all those files have to be modified in order...
Forum: Coders. C/C++ 24 June 2021, 17:51
Replies: 107
Views: 19,933
Posted By guy lateur
Ok, I did this but it's still not working. In...

Ok, I did this but it's still not working. In fact, it brings down the whole system now. As soon as I double click the TextEdit icon, everything freezes.

I've attached the current version of the...
Forum: Coders. C/C++ 24 June 2021, 09:23
Replies: 107
Views: 19,933
Posted By guy lateur
Hey, you're right, I hadn't noticed that. TBH, I...

Hey, you're right, I hadn't noticed that. TBH, I just left the code in example.c alone as much as possible, and just had it hook into my syntax parsing code (well, stub really, atm).

I can't...
Forum: Coders. C/C++ 23 June 2021, 22:53
Replies: 107
Views: 19,933
Posted By guy lateur
Both plugins (mine and Camilla's example) behave...

Both plugins (mine and Camilla's example) behave in exactly the same way:
1) They both compile & link and work ok when using SAS/C
2) They both fail to link (Error 21: Reference to undefined symbol...
Forum: Coders. C/C++ 23 June 2021, 20:19
Replies: 107
Views: 19,933
Posted By guy lateur
Thanks for elaborating on these various...

Thanks for elaborating on these various questions, much appreciated! :great


Ok, this does finish the linking process and produces the plugin, but when I then start TextEdit, I get a Program...
Forum: Coders. C/C++ 22 June 2021, 19:29
Replies: 107
Views: 19,933
Posted By guy lateur
Alright, that's good to hear! :great It would be...

Alright, that's good to hear! :great It would be great if vbcc support was just included in the SDK. Can't wait for that update to be released!


Ok, I see, thanks for the heads-up, I put...
Forum: Coders. C/C++ 21 June 2021, 21:35
Replies: 107
Views: 19,933
Posted By guy lateur
Yeah, I saw your post about that, and that's what...

Yeah, I saw your post about that, and that's what I thought as well. I really don't feel comfortable doing that, though. Like you, I'm having enough trouble understanding my own code and...
Forum: Coders. C/C++ 21 June 2021, 20:15
Replies: 107
Views: 19,933
Posted By guy lateur
This indeed seems to solve the first problem....

This indeed seems to solve the first problem. I've changed the second line in my makefile to cc = vc -nostdlib. This is what the docs say about this option: "Do not link with...
Forum: Coders. C/C++ 20 June 2021, 21:16
Replies: 3
Views: 2,197
Posted By guy lateur
Thank you both for your input, this has certainly...

Thank you both for your input, this has certainly cleared up a few things! :great
Forum: Coders. C/C++ 20 June 2021, 21:13
Replies: 107
Views: 19,933
Posted By guy lateur
VBCC: building a TextEdit syntax plugin for OS3.2

I'm trying to build a plugin for some decent M68K ASM syntax highlighting for TextEdit on OS3.2. My code is based on the example by Camilla Boemann found here:...
Forum: Coders. C/C++ 19 June 2021, 19:24
Replies: 3
Views: 2,197
Posted By guy lateur
Using libraries and header files

Lately I've been taking my first steps in some C development for classic Amiga systems. I was looking for support for regular expressions, and I found this library on Aminet:...
Forum: Coders. Asm / Hardware 05 June 2021, 21:56
Replies: 15
Views: 3,167
Posted By guy lateur
I always kinda assumed that, for the same blit...

I always kinda assumed that, for the same blit size, it would be faster to blit fewer long lines than it would be to blit more small lines. Eg, blitting 16 lines of 64 pixels each would be faster...
Forum: Coders. Asm / Hardware 03 June 2021, 19:53
Replies: 36
Views: 7,607
Posted By guy lateur
Great stuff! Thanks for creating these! :great

Great stuff! Thanks for creating these! :great
Forum: Coders. Asm / Hardware 03 June 2021, 13:11
Replies: 21
Views: 10,680
Posted By guy lateur
Great! Thanks for your continued work on this!...

Great! Thanks for your continued work on this! :great
Forum: Coders. Asm / Hardware 01 June 2021, 18:02
Replies: 9
Views: 2,060
Posted By guy lateur
Thanks! Is it normal that the key kinda...

Thanks!

Is it normal that the key kinda looks like Chinese?
Forum: Coders. Asm / Hardware 31 May 2021, 17:35
Replies: 9
Views: 2,060
Posted By guy lateur
They're back! :) ...

They're back! :)

https://aminet.net/package/text/edit/FrexxEd_V2A
Forum: Coders. Asm / Hardware 30 May 2021, 23:11
Replies: 9
Views: 2,060
Posted By guy lateur
Alright, thanks, will check that out. Well, if...

Alright, thanks, will check that out. Well, if Aminet ever get back online, that is.. :nervous

I'm not an emacs user, but I'm willing to get into that if I get a decent editor out of it. Actually,...
Forum: Coders. Asm / Hardware 30 May 2021, 16:18
Replies: 9
Views: 2,060
Posted By guy lateur
Annotate Asm syntax highlighting

Hi all,

I'm looking for a text editor for my coding work. It should support syntax highlighting (at least for asm and C/++, but preferably for many more languages). It should also allow multiple...
Forum: Coders. Asm / Hardware 29 December 2018, 22:15
Replies: 10
Views: 2,250
Posted By guy lateur
Ok I see, then I probably will have not much use...

Ok I see, then I probably will have not much use for it, as I don't have any old sources to compile, and I don't see any requirement to compile my source with Devpac. At least not for now.. ;)

...
Forum: Coders. Asm / Hardware 29 December 2018, 20:43
Replies: 10
Views: 2,250
Posted By guy lateur
Ok, thanks for the heads up. It seems I'm lucky...

Ok, thanks for the heads up. It seems I'm lucky to be targeting and testing on an A1200/020, then.. :)

So I guess I should probably have devpac compatibility turned on at all times? It feels a bit...
Forum: Coders. Asm / Hardware 28 December 2018, 21:06
Replies: 10
Views: 2,250
Posted By guy lateur
Please let me understand this correctly: you are...

Please let me understand this correctly: you are going to change the -devpac compatible behaviour to throw an error when the size is not specified? So I won't notice this change unless I specify...
Showing results 1 to 40 of 334

 
Forum Jump

All times are GMT +2. The time now is 17:43.

Top

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