I really can't send you anything. This only happens to one of my project (which is quite big), but only happens in two files that implement some classes.Can you separate these two files in an another project, then see if the problem is there?
OK,
I just copied two of the files that I get the error in.
I simply added them to a console project and I get the same error. In the main I can get the functions, in the other files... I can't
The following link has the test project I used to test this.
http://dl.dropbox.com/u/1592828/functions.zip (http://dl.dropbox.com/u/1592828/functions.zip)
Thanks for the help ;)
Cheers
as you noticed, the project doesn't even compile. If you open one of the files Item.cpp ot Item.hpp and try to do a "Goto function"Where did you right click and select "Goto function xxxx"?
#include "Item.hpp"
#include "Tax.hpp"
#include "Helper.hpp"
#include "DataBase.hpp"
#include "Screen.hpp"
#include "Language.hpp"
#include "http\HttpUtils.h"
#include "Socketwrapper.h""