http://forums.alliedmods.net/showthread.php?t=64767
The source acts like its missing a ton of stuff I can’t find like uh TBX and some other things
I don’t really know the language, but I have hoping I could get it to compile with delphi 2009/2010.net and then see about porting its IL. (to C# I guess)
The reasoning behind this is because pawnstudio is crash happy but the program (layout, syntax highlighting, the fact that the intellisense (clamsense) works with functions from includes, in the file, etc) is really easy to use.
Can anyone help?
That is a really, really bad idea. Stabilize first, then port (if needed). Porting introduces problems, and it is not nice when you cannot tell if the bug is existing or new.
[edit] I’ve downloaded the source. It is not what I’d call modern, well-refactored Delphi code. Long functions, no object-orientation visible, all code in the form event handlers.
TBX you can find at Torry