Hey,
hat jemand eine Ahnung, weshalb kein Overlay angezeigt wird?
Als ID wird ebenfalls -1 zurückgesendet, also irgendwo ein Fehler.
Code
Public Declare Function TextCreate Lib "overlay.dll" Alias "TextCreate" (ByVal font As String, ByVal fontSize As Integer, ByVal bBold As Boolean, ByVal bItalic As Boolean, ByVal x As Integer, ByVal y As Integer, ByVal _color As UInteger, ByVal text As String, ByVal bShadow As Boolean, ByVal bShow As Boolean) As Integer
Der Dateiname ist korrekt, habe ihn umbenannt.
https://github.com/agrippa1994/DX9-Overlay-API
Danke im Voraus.
Grüße
//Edit > 02.02.15 - 15: 36: Pushkowski