News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Windows 11

Started by TimoVJL, December 11, 2024, 04:29:15 PM

Previous topic - Next topic

alderman2

OK!
Now I understand better how it is done!
Will test it with xx.res as you suggest. I don't have to worry about something going wrong, I use special test files.

TimoVJL

So compiler create obj-file, but crash while closing source-file.
Perhaps a bogus file handle for CloseHandle().
May the source be with you

HellOfMice

#32
As I said yesterday it is a file access problem
I have made the update to v24
and have problem when saving file not only when compiling or linking
It is not a PE's problem
I think like Timo, maybe a CloseHandle bug
In that case I copy all the file in the clipboard call taskmanager and ask it to unload Pelles
After I relaunch  Pelles and paste from the clipboard and I can save

TimoVJL

#33
If Pelles C tools works in Windows 7, 8, 10, Windows 11 might have a bug / feature itself.
May the source be with you

HellOfMice

Except this error code all works very well
I have the same problem with Notepad++ and the last update of it
I compile, Link, and debug without problem
My program runs well
Nothing else
I have given a solution when we cannot save.



HellOfMice

How do you program under windows 111 release 24 ?


I use powershell and now that's nice.
For editing I use NotePad++
I use Pelle's debugger
and now I am pleased even if the debugger creates problems but it not directly it is with that windows (sh****) version, before this (sh$$$$$) version I used the debugger and all was fine.


There are bugs when using the ide while programming in assembler, who will correct them? When?
I know nobody has the source files. Is there somebody able to contact Pelle?


if someone needs my files (debug and relase) batch files, I can send them

alderman2

I have emailed Pelle about the bug.

HellOfMice

And No Answer? Did you ask to confirm the receipt?

alderman2

No, no answer yet and I didn't ask for a delivery receipt.
Sent the email 2024-12-28 18:49

TimoVJL

May the source be with you

HellOfMice

They will stay there for a long time...

HellOfMice

#42
Here are my files:
Maker for building the release
Maked for building the debuig version
You must change the XXXXXX and YYYYY by your own folders names
On the porc cmdline, chane "-L0x409" if you are not French.


There are cmd lines for POASM, POCC, PORC and POLINK


That's all

HellOfMice

Sorry I forgot to upload

TimoVJL

#44
How Pelles C cc.exe and pomake.exe works in Windows 11 24H2 ?
May the source be with you