|
-
May 20th, 1999, 08:55 AM
#1
Compile problem : urgent
In my program I ty to utilize the ReadDirectoryChanges() method.
The program imports:
#import <winbase.h>
...
BOOL result = ReadDirectoryChanges(...);
When compiling using "make" and a Makefile, the compiler complains:
error 2065: 'ReadDirectoryChangesW' : undeclared identifier
According to MSDN, ReadDirectoryChanges uses the kernel32.lib.
How do I use kernel32.lib from my sourcecode?
/ Johan M
-
May 20th, 1999, 09:19 AM
#2
Re: Compile problem : urgent
Is your environment WIN NT 3.5 or later ?
This function does not work on Win95 or Win98
-
May 20th, 1999, 10:03 AM
#3
Re: Compile problem : urgent
According to the "System Properties"-"General", I'm using Win NT 4.00.1381.
The folder where "kernel32.lib" is situated is included in the lib system variable.
/Johan M
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|