Написал простой загрузчик DLL: #include <stdio.h> #include <windows.h> int main() { HINSTANCE hDll = 0; hDll = LoadLibrary("1.dll");...
Имена участников (разделяйте запятой).