]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Added wxPATH_NORM_SHORTCUT
[wxWidgets.git] / docs / latex / wx / function.tex
index ca5b6d34c20b24c6f975c9ff338359707acf91ee..7b2f4c1d315fcf746f92b5bbbb08ff75b0f23159 100644 (file)
@@ -900,8 +900,7 @@ slashes.
 
 \func{bool}{wxFileExists}{\param{const wxString\& }{filename}}
 
-Returns true if the file exists. It also returns true if the file is
-a directory.
+Returns true if the file exists and is a plain file.
 
 
 \membersection{::wxFileModificationTime}\label{wxfilemodificationtime}
@@ -3969,6 +3968,11 @@ use it on the same line in two different source files. In this case you may
 either change the line in which either of them appears on or use the
 \helpref{wxCOMPILE\_TIME\_ASSERT2}{wxcompiletimeassert2} macro.
 
+Also note that Microsoft Visual C++ has a bug which results in compiler errors
+if you use this macro with ``Program Database For Edit And Continue''
+(\texttt{/ZI}) option, so you shouldn't use it (``Program Database''
+(\texttt{/Zi}) is ok though) for the code making use of this macro.
+
 \wxheading{See also}
 
 \helpref{wxASSERT\_MSG}{wxassertmsg},\\