Finding something to edit and compile is not very difficult but integrating the debugger is not easy.
We don't need many tools but many help files and support.
One editor I like is the Masm32 Editor that's what I would like Pelle's editor becomes.
Hi Philippe,
If you are looking for another debugger :
Quotex64dbg
An open-source x64/x32 debugger for windows.
https://x64dbg.com/
Thank You I look at
Hi Philippe,
Did you try Pelles IDE to debug your assembly applications?
Ye, No Problem with the debugger, just select "Debug" in the combobox
Here is an image of a debugging session
How I did my files:
In the menu select "Project" then "Options"
In the dialog box check the box "Verbose Build"
Click "OK"
Now launch a compile, in the bottom window, where is the famous code you have the command line.
Copy it and save it in a cmd file.
From now you have just to lauch the cmd file...
About the error.
When I use my batch files there is no error, when I use poide I have an error.
What does it mean?
I suppose that PoEdit is launching a process and it is when exiting the process
that the error comes.
If it is not for this reason I don't understand why under PowerShell it is goo. :P
If You test project file with pomake.exe, we might see, if poide use partially same code lauching compilers and linker.
I began using pomake but I had the same error I told to myself I can't do anything I must find something or I change the ide or the os I already used what Japhet did and liked