how to use the dll?
-
I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English
-
I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English
Search in the MSDN for following functions: 1. LoadLibrary : Loading the library in the process 2. GetProcAddress : Get the address of a function 3. FreeLibrary : Un-mapped the library Regards Amar.:)
-
Search in the MSDN for following functions: 1. LoadLibrary : Loading the library in the process 2. GetProcAddress : Get the address of a function 3. FreeLibrary : Un-mapped the library Regards Amar.:)
-
I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English
You need to add it as a reference to your project.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"