
May 28th, 2003, 12:59 PM
|
|
Junior Member
|
|
Join Date: May 2003
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Windows libraries
Hi (again),
I have a problem understanding .dll files and the relationship to .lib files in windows.
I'm trying to make non-rectangular windows in Windows 2000. I am using java, so I have to use jni and create a DLL which I import in java. When I execute a native method named "setImageData", I get an exception telling me this: "can't find dependent libraries". I think it is looking for a file called "jawt.lib". How can I resolve this problem?
Thanks in advance,
Nille
|