I am writing a kind of command interpreter and I need to run a procedure / function on a line containing its name.
I’ve seen this method, but it doesn’t work in Linux - it just doesn’t compile ( WinApi
doesn’t find the GetModulehandle
, getprocAddress
and HWND
types).
What to do?
@
oraddr()
. - KoVadim