What's the simplest #programming language to call functions in a DLL from? Must also have a good debugger/IDE

#interop #ReverseEngineering #Windows

@voltagex exec('rundll32.exe my.dll,foo') -- works in any language!
@ss23 only if the function has a particular signature, though?