I am trying to use the function GetPrivateProfileString
in order to read from a .ini
file, but for some reason, ATEasy
does not know this function. What driver/DLL/Something else do I need to import?
Asked
Active
Viewed 72 times
0

Guy Avraham
- 3,482
- 3
- 38
- 50

Raz
- 489
- 3
- 8
- 17
1 Answers
0
Found it,
In order to use GetPrivateProfileString, GetPrivateProfileInt, WritePrivateProfileString
functions, you need to add the "Kernel32.dll
" which is located in C:\Windows\system32\Kernel32.dll

Raz
- 489
- 3
- 8
- 17