| | |
can't find entrypoint Error 453
Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
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 2.0 3.5 activexcontrol ajax alltypeofvideos asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer c# c#gridviewcolumn cac checkbox class commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv formatdecimal forms formview gridview gudi homeedition iis javascript jquery listbox menu microsoft mouse mssql nameisnotdeclared news opera panelmasterpagebuttoncontrols problem redirect registration relationaldatabases reportemail schoolproject security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webdevelopment webprogramming webservice youareanotmemberofthedebuggerusers





