Click here to Skip to main content
15,912,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SQL Server Update Problem Pin
Dave Kreskowiak24-Jul-07 9:28
mveDave Kreskowiak24-Jul-07 9:28 
QuestionRe: SQL Server Update Problem Pin
'Drew24-Jul-07 10:29
'Drew24-Jul-07 10:29 
AnswerRe: SQL Server Update Problem Pin
Dave Kreskowiak24-Jul-07 12:40
mveDave Kreskowiak24-Jul-07 12:40 
GeneralQuestion about Threading Pin
Psycho-*Coder*-Extreme24-Jul-07 6:51
Psycho-*Coder*-Extreme24-Jul-07 6:51 
GeneralRe: Question about Threading Pin
Dave Kreskowiak24-Jul-07 9:11
mveDave Kreskowiak24-Jul-07 9:11 
GeneralRe: Question about Threading Pin
Psycho-*Coder*-Extreme24-Jul-07 9:35
Psycho-*Coder*-Extreme24-Jul-07 9:35 
GeneralRe: Question about Threading Pin
Dave Kreskowiak24-Jul-07 10:06
mveDave Kreskowiak24-Jul-07 10:06 
QuestionMultiple definitions, identical signatures Pin
autorob24-Jul-07 6:11
autorob24-Jul-07 6:11 
Hi, I'll try to make this as brief as possible.
I have an app that references SAE standard DLLs (RP1210a in case anyone cares) to communicate with external devices. Many different vendors supply these DLLs with their hardware. My app needs to be able to reference any of these depending on which one the end user is using.

My problem is I cannot declare Functions to each DLL because I get the "Multiple definitions with identical signatures" error.
example,
Declare Function RP1210_ClientConnect Lib "DG121032" (ByVal hwndClient As Short, ByVal nDevice As Short, ByVal fpchProtocol As String, ByVal lTxBufferSize As Integer, ByVal lRcvBufferSize As Integer, ByVal nIsAppPacketizingIncomingMsgs As Short) As Short

and
Declare Function RP1210_ClientConnect Lib "NXULNK32" (ByVal hwndClient As Short, ByVal nDevice As Short, ByVal fpchProtocol As String, ByVal lTxBufferSize As Integer, ByVal lRcvBufferSize As Integer, ByVal nIsAppPacketizingIncomingMsgs As Short) As Short

Hopefully this makes sense, and any help would be GREATLY appreciated.
AnswerRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 7:42
Kschuler24-Jul-07 7:42 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:22
autorob24-Jul-07 8:22 
GeneralRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 8:28
Kschuler24-Jul-07 8:28 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:38
autorob24-Jul-07 8:38 
QuestionData packets Pin
Cory Kimble24-Jul-07 5:54
Cory Kimble24-Jul-07 5:54 
AnswerRe: Data packets Pin
MidwestLimey24-Jul-07 8:53
professionalMidwestLimey24-Jul-07 8:53 
AnswerRe: Data packets Pin
Dave Kreskowiak24-Jul-07 9:01
mveDave Kreskowiak24-Jul-07 9:01 
GeneralRe: Data packets Pin
Cory Kimble25-Jul-07 6:35
Cory Kimble25-Jul-07 6:35 
GeneralRe: Data packets Pin
Dave Kreskowiak25-Jul-07 13:45
mveDave Kreskowiak25-Jul-07 13:45 
QuestionMaster Detail Datagrid Pin
ryan11724-Jul-07 5:21
ryan11724-Jul-07 5:21 
Questionopening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 5:10
reegan4124-Jul-07 5:10 
AnswerRe: opening a JPG with VB through MSAccess Pin
Paul Conrad24-Jul-07 5:59
professionalPaul Conrad24-Jul-07 5:59 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 6:08
reegan4124-Jul-07 6:08 
GeneralRe: opening a JPG with VB through MSAccess Pin
jerryj24-Jul-07 8:21
jerryj24-Jul-07 8:21 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4125-Jul-07 5:22
reegan4125-Jul-07 5:22 
Questionbitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 4:52
H3rman24-Jul-07 4:52 
AnswerRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
Dave Kreskowiak24-Jul-07 4:57
mveDave Kreskowiak24-Jul-07 4:57 

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.