|
-
Apr 11th, 2002, 07:33 AM
#1
Thread Starter
New Member
MY API's
I have noticed something, the API's for findnextfile, findfirstfile, findclose do not work in VB.net.
Has anyone else had problems with this? I would have thought it had to do with the .dll I was using, because dll calls should be platform independant (An api call from C++ should retrieve the same data as a VB.NET call)
I do know that when I do findfirst and findnext my win_file_32 datastructure does not get populated.
-=Justin=-
-
Apr 11th, 2002, 10:55 AM
#2
Don't forget to change all Longs to Integers in the API declarations.
-
Apr 11th, 2002, 10:57 AM
#3
and Any's to whataver datatype it is supposed to be as if using it in C++.
-
Apr 11th, 2002, 01:08 PM
#4
Frenzied Member
what about...
What about structures or types
is there anything special that has to be done with them to make the cross over complete? like the code in Forms System Menu
Magiaus
If I helped give me some points.
-
Apr 11th, 2002, 02:30 PM
#5
Hyperactive Member
Yeah, but it's a mess.
Look up marshalling and structures. There's a bunch of fun hoops to jump through.
-scott
he he he
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
|