In any case, my question is, how can this NASM code be converted to C?[noparse]:[/noparse]
extern MessageBoxA import MessageBoxA user32.dll
I know you can just include 'windows.h' for the above code (for C/C++), but what if you had to import functions from your own DLLs?


Sign In
Create Account


Back to top









