Click here to Skip to main content
15,924,318 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB database Pin
Christian Graus9-Dec-07 13:11
protectorChristian Graus9-Dec-07 13:11 
GeneralAccessing fields in crosstab in Crystal11 from VB Pin
mikeh nz9-Dec-07 7:57
mikeh nz9-Dec-07 7:57 
Question[Message Deleted] Pin
BOREC9-Dec-07 4:01
BOREC9-Dec-07 4:01 
GeneralRe: visual basic question Pin
Christian Graus9-Dec-07 9:41
protectorChristian Graus9-Dec-07 9:41 
Generalswf in vb 2005 Pin
Sai Yasodharan9-Dec-07 1:07
Sai Yasodharan9-Dec-07 1:07 
GeneralRe: swf in vb 2005 Pin
Dave Kreskowiak9-Dec-07 4:44
mveDave Kreskowiak9-Dec-07 4:44 
QuestionHow to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Sergio2santos8-Dec-07 17:56
Sergio2santos8-Dec-07 17:56 
AnswerRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Dave Kreskowiak9-Dec-07 4:39
mveDave Kreskowiak9-Dec-07 4:39 
Sergio2santos wrote:
Declare Auto Function segmentationAlt Lib "BETH_DLL.dll" (ByRef seq As Single, ByRef LengthAA As Integer, ByRef Top As Integer)


You haven't specified the type that is being returned by the FORTRAN funtion. There should be an As clause at the end of this function declare:
Declare Auto Function segmentationAlt Lib "BETH_DLL.dll" (ByRef seq As Single, ByRef LengthAA As Integer, ByRef Top As Integer) As whatType

I don't know FORTRAN, so I can't tell you what that should be off the top of my head.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007



GeneralRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Sergio2santos12-Dec-07 11:09
Sergio2santos12-Dec-07 11:09 
GeneralRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Dave Kreskowiak12-Dec-07 12:49
mveDave Kreskowiak12-Dec-07 12:49 
GeneralRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Sergio2santos12-Dec-07 16:12
Sergio2santos12-Dec-07 16:12 
GeneralRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Dave Kreskowiak13-Dec-07 1:39
mveDave Kreskowiak13-Dec-07 1:39 
GeneralRe: How to declare a Fortran DLL in ASP.NET 2.0 - Visual Basic Pin
Sergio2santos12-Dec-07 17:45
Sergio2santos12-Dec-07 17:45 
QuestionQuicktime & VB.Net! Pin
Sorikan8-Dec-07 14:07
Sorikan8-Dec-07 14:07 
GeneralRe: Quicktime & VB.Net! Pin
Dave Kreskowiak8-Dec-07 17:10
mveDave Kreskowiak8-Dec-07 17:10 
GeneralRe: Quicktime & VB.Net! Pin
Sorikan8-Dec-07 17:33
Sorikan8-Dec-07 17:33 
GeneralRe: Quicktime & VB.Net! Pin
Christian Graus8-Dec-07 22:38
protectorChristian Graus8-Dec-07 22:38 
GeneralRe: Quicktime & VB.Net! Pin
Sorikan9-Dec-07 9:57
Sorikan9-Dec-07 9:57 
GeneralRe: Quicktime & VB.Net! Pin
Dave Kreskowiak10-Dec-07 2:10
mveDave Kreskowiak10-Dec-07 2:10 
Generaltext file Pin
bapu28898-Dec-07 8:16
bapu28898-Dec-07 8:16 
GeneralRe: text file Pin
Christian Graus8-Dec-07 9:21
protectorChristian Graus8-Dec-07 9:21 
GeneralMPEG encryption Pin
zeeshi_247-Dec-07 23:31
zeeshi_247-Dec-07 23:31 
GeneralRe: MPEG encryption Pin
Christian Graus7-Dec-07 23:46
protectorChristian Graus7-Dec-07 23:46 
GeneralAbout TabPane Pin
Meenge7-Dec-07 23:02
Meenge7-Dec-07 23:02 
GeneralRe: About TabPane Pin
pmarfleet7-Dec-07 23:43
pmarfleet7-Dec-07 23:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.