Sorry to bother everybody;
But after three days straight serching the net I gave up.
I'm declaring a class that can handle two dimesional arrays created dynamically. Well, everything looks good but whenever it comes to compilation and linking I get the following message.
error LNK2001: unresolved external symbol "public: __thiscall CDyn2D<double>::CDyn2D<double>(int,int)" (??0?$CDyn2D@N@@QAE@HH@Z)
Debug/OpenGL.exe : fatal error LNK1120: 1 unresolved externals
Wondering what am I missing since the header files are included and everything. Problably it has to be with the template definicion.
Thank you in advance and good coding,
Vanleurth
But after three days straight serching the net I gave up.
I'm declaring a class that can handle two dimesional arrays created dynamically. Well, everything looks good but whenever it comes to compilation and linking I get the following message.
error LNK2001: unresolved external symbol "public: __thiscall CDyn2D<double>::CDyn2D<double>(int,int)" (??0?$CDyn2D@N@@QAE@HH@Z)
Debug/OpenGL.exe : fatal error LNK1120: 1 unresolved externals
Wondering what am I missing since the header files are included and everything. Problably it has to be with the template definicion.
Thank you in advance and good coding,
Vanleurth