Erik
2004-10-06 08:43:55 UTC
Hi,
I'm using VC.net making a DLL and trying to use functions in
MMSystem.h particularily timeGetTime().
I include "windows.h", "MMSystem.h" (just a precaution, it should be
enough with windows.h, right??) and add the WinMM.lib library but
still I get a compiler error (ie no linker error) saying that the
identifier cannot be found.
Another problem is that if I try to include a file that does not
exist, the compiler won't generate an error.... that should not be any
problem here though, the files above *do* exist.
Has anybody an idea what this could be?
Thanx!
/Erik
I'm using VC.net making a DLL and trying to use functions in
MMSystem.h particularily timeGetTime().
I include "windows.h", "MMSystem.h" (just a precaution, it should be
enough with windows.h, right??) and add the WinMM.lib library but
still I get a compiler error (ie no linker error) saying that the
identifier cannot be found.
Another problem is that if I try to include a file that does not
exist, the compiler won't generate an error.... that should not be any
problem here though, the files above *do* exist.
Has anybody an idea what this could be?
Thanx!
/Erik