I`ve got some troubles loadng library with LoadLibrary(Ex). I got hLib OK, but I can`t get pointer to function in that library. I was trying to load Rectangle from gdi32.dll and this works! I`m on dev-cpp 4.9.7.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I`m not saying that I`m not idiot, but I don`t try to waste time. I`m trying to load the library, so you should help me or be quiet! I wrote the lib myself, so I can see the code, and handle to the lib is OK (I wrote already).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I mean dll. I`ve got edr.dll and there`s function EdrCenterText (HDC, PRECT, PCSTR); and I`m trying to call it from other app without using the static libedr.a library. Can you send me an example that surely works?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I`ve got some troubles loadng library with LoadLibrary(Ex). I got hLib OK, but I can`t get pointer to function in that library. I was trying to load Rectangle from gdi32.dll and this works! I`m on dev-cpp 4.9.7.
um you mind showing code? Can you use anything from the lib? are you an idiot in general trying to waste are time?
Zero Valintine
how many more of the "i got an error on line 5" questions are we gonna get this month?
I`m not saying that I`m not idiot, but I don`t try to waste time. I`m trying to load the library, so you should help me or be quiet! I wrote the lib myself, so I can see the code, and handle to the lib is OK (I wrote already).
um... you didnt even bother to answer my other question... and you keep calling it a library... do you mean dll?!?!
Zero Valintine
Yes, I mean dll. I`ve got edr.dll and there`s function EdrCenterText (HDC, PRECT, PCSTR); and I`m trying to call it from other app without using the static libedr.a library. Can you send me an example that surely works?