| | |
can"t find entry point error 453
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Solved Threads: 0
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?
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
- EXPLORER.EXE - Entry Point Not Found (Windows NT / 2000 / XP)
- "Cannot find server or DNS Error" and Trojan Virus (Viruses, Spyware and other Nasties)
- "Cannot find server or DNS Error" (Viruses, Spyware and other Nasties)
- "Cannot find server or DNS Error" (Viruses, Spyware and other Nasties)
- "entry point not found message when booting up xp (Windows NT / 2000 / XP)
- "Cannot find server or DNS Error" (Viruses, Spyware and other Nasties)
- "Cannot find server or DNS Error" (Web Browsers)
- Another "Can't Find Server" (Web Browsers)
- The procedure entry point DdEntry1 could not be located in the dynamic link library G (Windows NT / 2000 / XP)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: FlexGridWithCombobox
- Next Thread: saving database file into a text file using vb6
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time timer urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





