hello guys...I have this library file which is error free since it builds successfuly. Now when I include this file into a DLL (after setting all the neccessary paths), more than 95% of the 166 error are comprised of these two errors

error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	d:\development\misc\..path..\include\file_name.h
error C2146: syntax error : missing ';' before identifier xxxxx

As I said earlier, their is no error in the library file. What should I do?

Can we see the code please? It's near impossible to help with errors unless we can see the code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.