hi i have to write a timer for multimedia input on devc++ and i needed some msdn library functions..
i wanted to know if i have to download the entire library (which is more than 2 Gigabytes big) from msdn site for a bunch of functions orelse i could get only the parts i want
Dev-Cpp should already have these functions. You need to include the proper header file and link to the library. These filenames can be obtained from the web page you indicated. Click on the function you need and check the header and library requirements at the bottom of the page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi i have to write a timer for multimedia input on devc++ and i needed some msdn library functions..
i wanted to know if i have to download the entire library (which is more than 2 Gigabytes big) from msdn site for a bunch of functions orelse i could get only the parts i want
the functions i need are linked in this page:
http://msdn2.microsoft.com/en-us/library/ms712713.aspx
wherelse can i find these functions?
does devc++ already have 'em in its lib section?
thanxalot
there ya go -> http://sourceforge.net/forum/forum.php?forum_id=721357
Dev-Cpp should already have these functions. You need to include the proper header file and link to the library. These filenames can be obtained from the web page you indicated. Click on the function you need and check the header and library requirements at the bottom of the page.