944,111 Members | Top Members by Rank

Ad:
Oct 28th, 2007
0

can"t find entry point error 453

Expand Post »
I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc.
The code is

Private target As Integer
Private solutions As Integer
Private mode As Integer
Private Type dealstr
trump As Integer
first As Integer
currenttricksuit(1 To 3) As Integer
currentrickrank(1 To 3) As Integer
remaincards(3, 3) As Integer
End Type
Private Type futuretricksstr
nodes As Integer
cards As Integer
suit(1 To 13) As Integer
rank(1 To 13) As Integer
equals(1 To 13) As Integer
score(1 To 13) As Integer
End Type


Dim deal As dealstr
Dim tricks As futuretricksstr

Private Declare Function Solveboard Lib "dds" Alias "Solveboard@112" (ByRef deal As dealstr, ByVal target As Integer, ByVal solutions As Integer, ByVal mode As Integer, ByRef tricks As futuretricksstr) As Long


Private Sub Command1_Click()

'CALL THE SOLVEBOARD
ChDir ("c:\application")
Call Solveboard(deal, target, solutions, mode, tricks)

End Sub

The dds.def file whick came with the .dll file (written in VC++ Express) looks like this

LIBRARY dds
EXPORTS
SolveBoard
SolveBoard@112 = SolveBoard

Can someone help me with this problem?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Andre de R is offline Offline
2 posts
since Oct 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: FlexGridWithCombobox
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: saving database file into a text file using vb6





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC