Shell_NotifyIconA

BlitzMax Forums/BlitzMax Programming/Shell_NotifyIconA

Vertex(Posted 2007) [#1]
SuperStrict

Framework Pub.Win32

Extern "Win32"
	Function Shell_NotifyIconA:Int(dwMessage:Int, lpdata:Byte Ptr)
End Extern

Shell_NotifyIconA(0, Null)


->

D:/BlitzMax/tmp/.bmx/untitled1.bmx.gui.release.win32.x86.o(code+0x2e): undefined reference to `Shell_NotifyIconA@8'


But in libshell32.a there is "_Shell_NotifyIconA@8"

Any idea?

cu olli

Edit: Oh, search for "undefined reference" and found out, that I had the same problem times ago :) Import "-lshell32" make it real :P