Pelles C forum

C language => Pocket PC and Smartphone questions => Topic started by: xyz on February 13, 2009, 06:54:22 AM

Title: LoadLibraryA
Post by: xyz on February 13, 2009, 06:54:22 AM
Why it is not present in coredll.lib ?! i'm in shock  :o
POLINK: error: Unresolved external symbol 'LoadLibraryA'.
Title: Re: LoadLibraryA
Post by: Stefan Pendl on February 13, 2009, 08:27:36 AM
You first need to use only LoadLibrary and it is included in kernel32.lib

For Windows programming you need to make MSDN (http://msdn2.microsoft.com/en-us/Default.aspx) your best friend.
Title: Re: LoadLibraryA
Post by: xyz on February 13, 2009, 08:37:29 AM
Pocket PC and Smartphone questions
Title: Re: LoadLibraryA
Post by: Stefan Pendl on February 13, 2009, 09:23:00 AM
[Deleted! Reason: indignities are not tolerated in this forum (I have some good friends, talking Russian language)] Pocket PC and Smartphone questions
Can't read Russian, but sorry for not checking the board this was posted on.
Title: Re: LoadLibraryA
Post by: Romashka on February 16, 2009, 01:45:29 PM
[Deleted! Reason: indignities are not tolerated in this forum (I have some good friends, talking Russian language)]
Calling people silly in a language they don't understand don't make you look smart.
Title: Re: LoadLibraryA
Post by: xyz on February 23, 2009, 06:05:43 PM
is any solution?