I sort of understand that, and I have been trying to call dll's in VB.NET and it doesn't seem to work.
I am trying to the the On_about box from DBP_config.dll to work. This is what I have so far:
Public Class DBPDLL
Declare Auto Function On_About Lib "dbp_config.dll" () As String
End Class
Public Class DBPInit
Public Shared Sub About()
DBPDLL.On_About()
End Sub
End Class
The dbp_config.dll is in the same directory as the executable, the error message says that it can't find the entry point for the dll.
Do you have any examples of how to make dll's in VB.NET, that can be called in DarkBASIC with the call dll command?
[edit]9:46:04[edit]
Click the sig