Looking for an explanation of how “case of” works inside a record in Delphi
I’m currently an intern at a company that’s in the process of converting their internal programs from Delphi to C#, using Delphi2C#.
I don’t know any Delphi and my knowledge of C# is also very limited.
I came across a record that is reading from a .DIR file, created by another internal program.
The .DIR file appears to be in unicode and I can’t find a way to open it other than with notepad, but that information doesn’t tell me much.
How do most programmers use C++ libraries from Delphi?
There are a lot of C++ (mostly able to be compiled by VS, probably not C++Builder) code out there.
C++ call a DLL function written in Delphi
I am using Delphi XE3 write a function, as follows: