re help!

i have this error lnk 2019 how to fix it
[40 byte] By [LostProphets] at [2007-12-22]
# 1

Linker error 2019 indicates that you are trying to access a method which can't be found in any of the libraries the linker has been notified of. This is generally a method you have declared yourself, but forgot to define, or an import from e.g. the win32 api, whose implementation library has not been referenced. If you could paste the actual linker error, it would be easier to pinpoint what your actual problem is.

einaros at 2007-8-30 > top of Msdn Tech,Visual C++,Visual C++ Language...
# 2
Don't you think that's kinda vague for us to help you? What I can say is that you start from here, http://msdn2.microsoft.com/en-us/library/799kze2z.aspx.
MariusBancila at 2007-8-30 > top of Msdn Tech,Visual C++,Visual C++ Language...