From: John L. <jla...@gm...> - 2013-11-13 18:43:09
|
On Wed, Nov 13, 2013 at 10:12 AM, Andre Arpin <ar...@ki...> wrote: > Using wxWidgets-2.9.4 > cannot compile get errors > > ex: > > wxbase_file.cpp(6907): error C2065: 'wxFSWWarningType' : undeclared > identifier > > wxbase_file.cpp(7170): error C2039: 'AddAny' : is not a member of > 'wxMSWFileSystemWatcher' > > are you using wxWidgets versio 3.0? > > > I use various svn trunk versions, probably all > 2.9.4. I will check in a fix for it. In the meantime you can simply rem out the C++ code that makes the call and make the function return 0, just don't call that function. Regards, John |