When I try to read settings from an INI file using GetPrivateProfileString, my program crashes with this error message:
http://flame.dnsart.com/~bluedog/vb6error.gif
Code:
GetPrivateProfileString "default", "name", "(error)", s, 15, App.Path & "\sheepkill.ini"
What could be wrong?
