avicap32.dll Question
-
Hi, Can anyone give me a link or tell me where i can find some documentation about the functions inside avicap32.dll? Thanks a lot
Do your best to be the best
-
Hi, Can anyone give me a link or tell me where i can find some documentation about the functions inside avicap32.dll? Thanks a lot
Do your best to be the best
If u cant find anything than write a simple code to get the assembly info from .dlls and exe Use System.Reflection use Assembly.Load() file function to load the dll files and get all the properties :cool::cool: Regards :rose:, nishu
-
If u cant find anything than write a simple code to get the assembly info from .dlls and exe Use System.Reflection use Assembly.Load() file function to load the dll files and get all the properties :cool::cool: Regards :rose:, nishu
Can you give me an example on how to use Assembly to see all the available properties and functions from that DLL? :-D Thanks
Do your best to be the best
-
If u cant find anything than write a simple code to get the assembly info from .dlls and exe Use System.Reflection use Assembly.Load() file function to load the dll files and get all the properties :cool::cool: Regards :rose:, nishu
Does Assembly.Load work for non managed dlls? I don't think so.. avicap32.dll is an "old" native dll so Assembly.Load shouldn't work in this situation! But it's easy to get information about it by using the search function - http://www.codeproject.com/audio/avicapwrp.asp - http://www.activevb.de/rubriken/apikatalog/bylib/bylib11.html
-
Does Assembly.Load work for non managed dlls? I don't think so.. avicap32.dll is an "old" native dll so Assembly.Load shouldn't work in this situation! But it's easy to get information about it by using the search function - http://www.codeproject.com/audio/avicapwrp.asp - http://www.activevb.de/rubriken/apikatalog/bylib/bylib11.html
Thats the cool solution I think:->:-> Regards :rose:, nishu