Forum: Installation / Documentation
02-19-2012, 10:01 PM
|
|
Replies: 0
Views: 751
declaring standard dll's in vb6
Hi, I am trying to call a .NET dll in VB6, and I am getting a "Cannot find entry point" error. I've got something like this:
Private Declare Function GetJunk Lib "C:\location\net.dll" (ByVal...
|