0

I am using the Eclipse IDE and Qt plugin. I am using QxOrm in my Qt project. I have downloaded the library files and compiled them and when I start using the macros it's giving lots and lots of errors like:

C_str could not be resolved
macro could not be resolved
string could not be resolved

So I tried debugging it and found that, the same errors are also there when I opened the header file in which the macro I was using was defined. What might cause this and how do I fix it?

Bart
  • 19,692
  • 7
  • 68
  • 77
ken
  • 816
  • 1
  • 9
  • 25
  • What are the exact errors? Can you show us the smallest code sample which gives you these exact errors? – Bart Apr 08 '12 at 12:13

1 Answers1

1

Have you tried to build all examples from ./test/ directory of QxOrm library package ? I strongly recommend to test all examples before starting your own project to verify your development environment.

Could you provide please the source code of your persistent class (.hpp and .cpp files) ? It will be easier to help you with some code...

QxOrm
  • 56
  • 2