-
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=-
-
Don't forget to change all Longs to Integers in the API declarations.
-
and Any's to whataver datatype it is supposed to be as if using it in C++.
-
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
-
Yeah, but it's a mess.
Look up marshalling and structures. There's a bunch of fun hoops to jump through.