code(example_helloworld ()) can't work.
when i debug code,i find load resource file fail.
[fixed]Compile problems (17.HelloWorld_Mobile)
On Windows, this update causes the .dll build to error out with :
Quick fix:
Code: Select all
error LNK2019: unresolved external symbol "public: virtual __thiscall irr::io::CMountPointReader::~CMountPointReader(void)"
Code: Select all
===================================================================
--- source/Irrlicht/CMountPointReader.h (revision 3269)
+++ source/Irrlicht/CMountPointReader.h (working copy)
@@ -67,7 +67,7 @@
bool ignoreCase, bool ignorePaths);
//! Destructor
- virtual ~CMountPointReader();
+ virtual ~CMountPointReader() {}
//! opens a file by index
virtual IReadFile* createAndOpenFile(u32 index);