Simplifying code library

Started by alderman2, May 16, 2025, 10:25:28 AM

Previous topic - Next topic

alderman2

I use my own library to make programming faster. For example, a program is created and opened like this:

ac_WindowCreate_1(hinstance,name,100,100,500,700,"My Windows");

I have 800 such functions and they have helped me enormously to quickly produce software.

The problem:
I can no longer sit around and update my library to work in 64bit. I'm getting old so I don't have enough time for this either.

Question:
Is there any library "out there" that does the same thing as my library and is updated when needed?
It is also important to me that it is easy to understand the different functions through the function name. It is an extra plus if there is also a good help file/manual.

TimoVJL

If you want to share a your old project, some users in this site might help you with x64 things and update project files for x64.

This Add-In might help you too ?
AddIn Create/Open 32-bit project to 64 bit project
May the source be with you

alderman2

THANKS!
Right now I'm doing something else, but in the fall I'll start programming again, so I'll look at your suggestion and possibly post code that doesn't support 64bit.