stevensteven
Programmer
I don't know what I'm missing here but I added two files, Base64.cpp and Base64.h to my project, and it will not compile Base64.cpp. I get the error:
C:\proj\Base64.cpp(29) : error C2653: 'Base64' : is not a class or namespace name
It looks like its not looking in my Base64.h
Any ideas?
Thanks for any help,
Steve
C:\proj\Base64.cpp(29) : error C2653: 'Base64' : is not a class or namespace name
It looks like its not looking in my Base64.h
Any ideas?
Thanks for any help,
Steve