|
-
Nov 25th, 2003, 03:30 PM
#1
Thread Starter
Lively Member
Migrating errors
I used the upgrade program to automatically upgrade vb6 code and transform it into vb .NET code. Here are some error that I got:
1.
Version\OrderEntry\OrderEntry.NET\modDeclarations.vb(122):
'As Any' is not supported in 'Declare' statements.
- Public Declare Function SendMessage Lib "user32" Alias "SendMessageA"(ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, ByRef lParam As Any) As Integer
Any ideas???
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|