New FLhook
-
Why not? Write SharpHook )
-
Many thanks already for the advice and links, I will look into all that and see what i can come up with
My first languege was Basic… D’oh, really old stuff… From there I upgraded to Delphi which is very powerful, at least as powerful as C++ but all managed differently, all is object based and doing assembler code i think that i will have to grow myself a second head before I understand that lol… In Delphi no need to shift memory and so, it does it all on its own as C++
And if anyone has any leads on how and which routines need to be called and exported I will be greatful for it
Regards Alex
-
To what is C# compiled then? To some kind of “intercode” such as Java? Means, that it get intepreted by the machine (an interpreter) an additional time?
-
Java gets compiled to Java bytecode. My understanding of the runtime is that everything that can be run as machine code is compiled and executed, and the rest is interpreted.
C# is compiled to MS’s Common Intermediate Language and then assembled into a form of so called bytecode and a .NET assembly is created.
We seem to be heading off topic here though, let’s try to get back to the original topic so this thread doesn’t end up getting split.
-
https://code.google.com/p/flhook-net/ something