Member function must be called or its address taken

closed account (j2v4jE8b)
I am trying to use rapidxml (the xml parser) but just testing one function makes the borland c++ builder (5) show this error message :"Member function must be called or its address taken".
this is the code line
doc.parse<0>(text); // 0 means default parse flags

any idea?
Sorry, I don't know your answer. However there is another similar thread you may want to keep your eye on:
http://cplusplus.com/forum/beginner/64209/

binary bob suggests using a function called GetProcAddress. Check out examples for that.
Topic archived. No new replies allowed.