MA si che te lo mostro il codice sai che segreto di stato!
Questo è quanto ho tradotto io in vb.net
Class SerialCheck
Public Sub New()
End Sub
Public Function GetDllVersion() As Integer
Return 1
End Function
Public Function GetSerialOK(Wnd As Integer, Serial As String, User As String, Company As String) As Integer
If (Serial = "1234") Then
Return 1
Else
Return = 0
End If
End Function
End Class
E mi sembra corretto, il problema è che usando la dll generata da qui la carica coirrettamente poi chiamo una qualunque funzione e mi da ACCESSO NEGATO.
Boh