News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Lost early documentation

Started by Tim, October 01, 2024, 11:03:57 AM

Previous topic - Next topic

Tim

Hi People,

Earlier this year I was busying myself rebuilding CB 1.0rc2 & 8.02 with later WxWidgets versions to fix some 98se problems. While doing so I was slowly documenting the build process from the point of view of a windows only programmer using real 98se & XP hardware, while also trying to rationalise the code to a windows only build and removing duplicated files etc. Just before I took a break from the project I came across a file which gave a very lucid explanation of the CB file structure and required files and which files needed zipping up etc. This file was very much in the style of  "https://wiki.codeblocks.org/index.php/Managing_Plug-in_Resources" and I assumed it was by the same original author. Needless to say I have lost this file (I think it was in my browser which I closed before bookmarking it), or of course there's always the possibility I was tired and just dreamt it in to temporary existence.

What I'm hoping for is that someone reading this post might remember coming across this document and pass on a clue to what it was called or where I might find it again.

Tim

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Tim

I wish it was in the development documentation, it certainly deserves to be there.

I don't know where I found the document.

It explained the contents of the "share" directory in detail.

I came across it by accident while searching for something else.