yep.
what I am having trouble with is making it compile for windows 32. if I add if's like in the other code I get a lot of undefined errors.
so I have to figure out what the people that did the early windows 32 port did to patch this code.
and not being a programmer I just have to study the code and figure it out.
Not trying to discourage you, but if you are new to programming, I3 is a terrible choice of patch to start with. Start with making small little changes if you want to learn to code.
yeah I know.
I can program by example mostly.
learned this with my wwiv bbs in the 90's.
looked to see how they did something,
then I could make a mod for what I wanted.
but this code is cross platform.
even copying what was done for the win32 port I still get errors.