>Error 1 error LNK2001: unresolved external symbol "extern "C" long __stdcall
>Basically I am calling the SHFlushClipboard method from "shlobj.h" (Win32)
>in a managed c++ app.
According to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platfor
m/shell/reference/functions/shflushclipboard.asp
you need to link against shell32.lib. Poke around in your linker
settings.
Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein