So I'm very new to Dll calls. Right now I'm reading the dllcall function in the help file but this is very confusing. See I'm using this program, called Resource Builder, and if I add string to my dll, how do I then call it from the dll? Screenshot; So what shall I write to get what I want? For example I want line 3 then what am I suppose to write in dllcall? DllCall ( "MyDLL", "str", *What shall I write here?* )