HOW TO USE DLL FUNCTIONS
-
Hi DLL Loads Successfully ......Now i want to use its funtions in my program .......i need ur suggestions..... Thanks
AbidBhat
Which way do you load the DLL?
Maxwell Chen
-
Hi DLL Loads Successfully ......Now i want to use its funtions in my program .......i need ur suggestions..... Thanks
AbidBhat
What about calling?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Hi DLL Loads Successfully ......Now i want to use its funtions in my program .......i need ur suggestions..... Thanks
AbidBhat
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi DLL Loads Successfully ......Now i want to use its funtions in my program .......i need ur suggestions..... Thanks
AbidBhat
Always read msdn and understand API behaviours , atleast for APIs you are using. If you loaded the DLL (possibly LoadLibrary), if read the API documentation of LoadLibrary, GetProcAdress() is meantioned in its "remarks" section and also refer "see also"section and also "Example Code" section.