How to call a function in DLL
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone, I am a php developer, but need to interface a dll with my php project. The code for calling the dll function is given on this site http://www.rtslink.com/visualbasic.html[^] I created a 'Standard exe' in the vb6 'New project' menu. Then i simply copy pasted this code on there. When i run the code i get an error -> 'Constant /fixed length string, array, user defined types and declarations are not allowed as public member of the object modules.' I am not getting a single line of code. Can some one please point out the error and decipher the code for me. Regards, Chaitannya