Where to download the Pelles resource editor ?

Started by vmars316, July 04, 2012, 11:46:42 PM

Previous topic - Next topic

vmars316

Greetings,
Where can I download the Pelles resource editor.
Is there a diff between dialogEditor and resourceEditor?
Is there also a resource hacker?
Thanks...vm

Bitbeisser

Quote from: vmars316 on July 04, 2012, 11:46:42 PM
Greetings,
Where can I download the Pelles resource editor.
FAIK, there is no separate downlad, it's part of Pelle's C IDE...
QuoteIs there a diff between dialogEditor and resourceEditor?
Don't know what exactly you are asking but a dialog is just one of many possible types of resources...
QuoteIs there also a resource hacker?
What is a resource hacker?
QuoteThanks...vm
You're welcome,

Ralf

CommonTater

Quote from: vmars316 on July 04, 2012, 11:46:42 PM
Greetings,
Where can I download the Pelles resource editor.
Is there a diff between dialogEditor and resourceEditor?
Is there also a resource hacker?
Thanks...vm

Ralf is correct... the resource editor is an inegral part of Pelles C IDE (POIDE).  If you have Pelles C, you have the resource editor... look in the help file.

As for Resource Hacker that's a separate program ... you can download it HERE

AlexN

Quote from: vmars316 on July 04, 2012, 11:46:42 PM
Is there also a resource hacker?
If you want a program to change resources of an EXE, DLL, RES, ...
You can do this with the IDE (poide.exe). Open an EXE, change the resources and save it again. ;)
best regards
Alex ;)

Bitbeisser

Quote from: AlexN on July 05, 2012, 08:38:30 AM
Quote from: vmars316 on July 04, 2012, 11:46:42 PM
Is there also a resource hacker?
If you want a program to change resources of an EXE, DLL, RES, ...
You can do this with the IDE (poide.exe). Open an EXE, change the resources and save it again. ;)
+1  :P

vmars316

Thanks for:
http://www.angusj.com/resourcehacker/

Pelles Resource Tab:
Wow what a great program.
I didn't realize this was available
Tinkering with this should keep me busy for a while.

Is there a way to keep the 'Resource' tab always visible?
I have trouble finding it.

Thanks...Vernon


CommonTater

Quote from: vmars316 on July 08, 2012, 04:23:03 AM
Thanks for:
http://www.angusj.com/resourcehacker/

Pelles Resource Tab:
Wow what a great program.
I didn't realize this was available
Tinkering with this should keep me busy for a while.

Is there a way to keep the 'Resource' tab always visible?
I have trouble finding it.

Thanks...Vernon

No.  It opens automatically when you load a .dll, .exe or .res file or when you do New -> Resources to create from scratch.  ( It may have problems loading some RC files, though. )

Mind if I ask what you're using it for?



vmars316

I am learning C.
And for now pellesResource is my GUI.
Thanks...vm

CommonTater

Quote from: vmars316 on July 08, 2012, 08:25:24 PM
I am learning C.
And for now pellesResource is my GUI.
Thanks...vm

Ummm... the IDE is named POIDE  and it includes a lot more than resource tools...
I trust you know that you have a complete windows developer system there.

Good luck with C... if you have any problems or questions, post them up in the Beginner's section and we'll see what we can do to help you along...


vmars316

Quote
Ummm... the IDE is named POIDE  and it includes a lot more than resource tools...
I trust you know that you have a complete windows developer system there.
I am just beginning to realize that.
...vm

CommonTater

Quote from: vmars316 on July 08, 2012, 09:08:12 PM
Quote
Ummm... the IDE is named POIDE  and it includes a lot more than resource tools...
I trust you know that you have a complete windows developer system there.
I am just beginning to realize that.
...vm

:D Get thee into the help file! :D

Seriously... you need to take a long look around in the help file... You have a complete build system for x86 and AMD64 console and GUI programs, complete with a compiler, linker, all resource editors, source editors... everything you need.