|
From: Franco B. <fra...@gm...> - 2000-09-06 17:55:49
|
-------------------------- eGroups Sponsor -------------------------~-~> Thousands of Great Jobs, One Great Location! Austinatwork.com. Great Jobs, Great Life! http://click.egroups.com/1/7847/18/_/13107/_/968262915/ ---------------------------------------------------------------------_-> Am Mit, 06 Sep 2000 schrieb Erik Corry: >Hi > >I'm trying to link a program to _TrackMouseEvent >which is described on > < --- snip -- > >_TrackMouseEvent is part of comctrl32.dll, which is in my link >line. I checked with objdump --all-headers, and it appears >that the function is present in my copy of the DLL. < -- snip ---> >But when I try to link, I get an error with 'undefined reference >to _TrackMouseEvent@4'. The function is in the DLL - OK. But is it also in the Import Library ? Maybe You should recreate the import-lib from the DLL on your System. Ciao, Franco |