| | |
can't find entrypoint Error 453
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
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:\braassembridge")
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:\braassembridge")
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
- Runtime error:453 cannot find dllentrypoint (Visual Basic 4 / 5 / 6)
- i neeed ur help .. find error in data structure program (C++)
- cannot find server error message (Web Browsers)
- IE Cannot find Server error, spyware, hijack (Viruses, Spyware and other Nasties)
- Have multiple problems inc. ActiveX errors, can't find page error (Viruses, Spyware and other Nasties)
- Cannot Find Server error using ANY browser (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Help me in username and password validation through accessing the database
- Next Thread: Loading All Database Name
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox click commonfunctions control css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownlist dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iframe iis javascript listbox login microsoft mono mouse mssql multistepregistration news novell numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers





