Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FileSystemWatcher header?

Status
Not open for further replies.

nimaata

Programmer
Jan 3, 2005
27
US
what header is required for FilSystemWatcher?
i tired looking it up, and i got system.io, but im not sure if this is right and i wouldnt know how to include the header in my file...

Code:
FileSystemWatcher wrl = new FileSystemWatcher();
 
ok i figured out the header
but now i get a new error msg

renamefile Command line error D2016 : '/GL' and '/clr' command-line options are incompatible

how can i turn off Gl? im guessing its optimization, or has something to do with optimization... any ideas?

thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top