C file into VB.NET

melkanzi

Active member
Joined
Jul 9, 2006
Messages
29
Hello,
I have a ready made C file and I would like to use this files functions in my VB.net application im using VS2005. The C file is also available as dll... so what should i do??

Thanks
 
Off the top of my head, you can use the DllImport attribute or the Declare statement to access method from the DLL using VB.
 
Could anyone please post an example.... the dll file is called fmod and it has a number of functions inside of it....
Thanks
 
Back
Top