NO

Author Topic: LoadLibraryA  (Read 6115 times)

xyz

  • Guest
LoadLibraryA
« 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'.

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: LoadLibraryA
« Reply #1 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 your best friend.
---
Stefan

Proud member of the UltraDefrag Development Team

xyz

  • Guest
Re: LoadLibraryA
« Reply #2 on: February 13, 2009, 08:37:29 AM »
Pocket PC and Smartphone questions
« Last Edit: February 16, 2009, 01:58:43 PM by xyz »

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: LoadLibraryA
« Reply #3 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.
« Last Edit: February 16, 2009, 01:51:52 PM by Christian »
---
Stefan

Proud member of the UltraDefrag Development Team

Romashka

  • Guest
Re: LoadLibraryA
« Reply #4 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.
« Last Edit: February 16, 2009, 01:52:12 PM by Christian »

xyz

  • Guest
Re: LoadLibraryA
« Reply #5 on: February 23, 2009, 06:05:43 PM »
is any solution?