NO

Author Topic: Windows 11  (Read 2920 times)

Offline HellOfMice

  • Member
  • *
  • Posts: 313
  • Never be pleased, always improve
Re: Windows 11
« Reply #45 on: January 15, 2025, 07:09:21 AM »
I have no problem
When tehre are compile errors it show but I never have the famous error code
--------------------------------
Kenavo

Offline Marco

  • Member
  • *
  • Posts: 53
Re: Windows 11
« Reply #46 on: January 15, 2025, 03:33:49 PM »
I also bring my own little testimony in case it might be useful. PellesC v12 behaves exactly as Philippe reported, on my Windows 11 24H2.

I do not use poide.exe for development and I compile my programs using batch commands (.cmd files). pocc.exe, porc.exe and polink.exe work as expected. No errors are generated during the compilation process (with the exception of those due to programming errors). The latest version of my little tool has been developed entirely in Windows 11 23H2, and then in Windows 11 24H2. So far I have not received any 'weird' reports from users who have downloaded and used it. As far as I know, it is being used on a wide range of operating systems, from Windows 7 onwards, including the Server versions. So I would say that the executables created with PellesC v12 on Windows 24H2 also work as expected.

Based on my experience, I also think that the problem is due to poide.exe instead of the individual tools (pocc.exe, etc.).

Marco


Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2189
Re: Windows 11
« Reply #47 on: January 15, 2025, 04:20:08 PM »
If pocc.exe stops exception with error code, both poide and pomake notice it.
« Last Edit: January 15, 2025, 04:48:54 PM by TimoVJL »
May the source be with you

Offline Marco

  • Member
  • *
  • Posts: 53
Re: Windows 11
« Reply #48 on: January 16, 2025, 03:53:32 PM »
Hi Alderman2,

I only compile in 32bit, Windows 11 24H2 get the same error no matter what I do.

As I, and others, have pointed out before, if you click "run" once and wait for the error message to appear, then click "Run" again and it works.
You therefore do not need to downgrade the Windows version to program in Pelles-C.

Two things
1) AFAIK the 'click run twice' has not been mentioned to work for 64 bit programs
2) Why should 'click run twice' work at all? That does not make sense to me.

John Z

Hi John,

On my Windows 11 24H2 system, this happens when the 'output' folder does not exist. On the first 'click' the error -1073741819 appears, on the second 'click' the IDE creates the 'output' folder and compiles and executes the file.

Marco

Offline HellOfMice

  • Member
  • *
  • Posts: 313
  • Never be pleased, always improve
Re: Windows 11
« Reply #49 on: January 16, 2025, 05:08:53 PM »
User my batch files you click only one time and that runs ::)
--------------------------------
Kenavo

Offline Marco

  • Member
  • *
  • Posts: 53
Re: Windows 11
« Reply #50 on: January 16, 2025, 06:09:35 PM »
User my batch files you click only one time and that runs ::)

Hi Philippe, I do not use poide.exe to develop and compile my freeware programs. I prefer to use batch files (.cmd files), but I noticed this behaviour of the IDE when running on Windows 11 24H2. For example, on Windows 10, if the 'output' folder is missing, the IDE creates it correctly without showing any errors at compile time.

Marco

Offline HellOfMice

  • Member
  • *
  • Posts: 313
  • Never be pleased, always improve
Re: Windows 11
« Reply #51 on: January 16, 2025, 06:12:55 PM »
Hi Marco,

Me too I notice that.

I have changed the cmd line for linking, Now I use a response files because of too numeous object files

What kind of freewares do you do?

Philippe
--------------------------------
Kenavo

Offline HellOfMice

  • Member
  • *
  • Posts: 313
  • Never be pleased, always improve
Re: Windows 11
« Reply #52 on: January 16, 2025, 06:14:12 PM »
In Pelle HLP file


"[size=78%]If you have many files or options - use a response file. It is a text file with the same format as the command line. Line feeds are treated as spaces. The name of the response file must be preceded by a [/size][size=78%]@[/size][size=78%] character on the command line. The response file may use either OEM or UTF-16LE encoding (from version 5.0)."[/size]
--------------------------------
Kenavo

Offline Marco

  • Member
  • *
  • Posts: 53
Re: Windows 11
« Reply #53 on: Yesterday at 10:55:55 AM »
Hi Marco,

Me too I notice that.

I have changed the cmd line for linking, Now I use a response files because of too numeous object files

What kind of freewares do you do?

Philippe

Hi Philippe,

Even though I am working on a number of projects, the amount of free time I have to devote to them is unfortunately getting shorter and shorter. At the moment, I only have one publicly released project, which I started as a personal project in 2006. The program is called 'WinContig' and its homepage can be found at the following address (mdtzone.it is my personal homepage):

https://www.mdtzone.it/sw/wincontig/en/index.html

The program is portable and its purpose is to defragment files and folders without having to defragment the whole hard disk.

Marco

Offline HellOfMice

  • Member
  • *
  • Posts: 313
  • Never be pleased, always improve
Re: Windows 11
« Reply #54 on: Yesterday at 11:02:49 AM »
Hi Marco,


Very dangerous project, ambitious too.
You must know the disks very well
I never wanted to write program playing with disks, too dangerous for me.
If you need someone for testing, I am ok, I will try fo find an old hard disk.
I will look at your home page one I have finished this mail.
I have written only one freeware, more than 1000 download, and the badge "A star is Born" on source forge


Meri Marco


Philippe
--------------------------------
Kenavo

Offline alderman2

  • Member
  • *
  • Posts: 78
    • Xmag
Re: Windows 11
« Reply #55 on: Yesterday at 01:12:27 PM »
Hi Marco,

Me too I notice that.

I have changed the cmd line for linking, Now I use a response files because of too numeous object files

What kind of freewares do you do?

Philippe

Hi Philippe,

Even though I am working on a number of projects, the amount of free time I have to devote to them is unfortunately getting shorter and shorter. At the moment, I only have one publicly released project, which I started as a personal project in 2006. The program is called 'WinContig' and its homepage can be found at the following address (mdtzone.it is my personal homepage):

https://www.mdtzone.it/sw/wincontig/en/index.html

The program is portable and its purpose is to defragment files and folders without having to defragment the whole hard disk.

Marco
Fantastic!
Beautiful website!

Offline Marco

  • Member
  • *
  • Posts: 53
Re: Windows 11
« Reply #56 on: Yesterday at 03:51:45 PM »
Thank you very much, alderman2.