TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
William Thompson
NA
9
0
Visual Basic Syntax
Jan 10 2006 4:19 PM
'Here is my declarations: Declare Function atxml_ReadCmds Lib "AtXmlApi_Dbg.dll" (ByVal resourceName As String, _ ByVal ReadBuffer As String, _ ByVal numberBytesToRead As String, _ ByRef numBytesRead As Integer) As Integer Global resourceName As String Global ReadBuffer As String * 255 Dim NBR As Integer 'Number of Bytes Read Dim numberBytesToRead As Integer 'And here is my function call ErrorStatus& = atxml_ReadCmds(resourceName, _ ReadBuffer, _ numberBytesToRead, _ NBR&) 'what is wrong? 'The compile error says: 'Type-declaration character does not match declared data type 'the highlight is on the NBR&
Reply
Answers (
1
)
Need help in C# with a database
web page and Active directory