forward declaration of template class not working with msvc but gccI used the dependency-walker to check which functions were exported. Unfortunately I don't see any o...
forward declaration of template class not working with msvc but gcc> same result with minGW: [quote] TestApp\main.cpp:20: error: undefined reference to `bool NetLibC:...
forward declaration of template class not working with msvc but gccChanged it like that: [code] #ifndef NETLIBC_H #define NETLIBC_H template <class T> class NDataObj...
forward declaration of template class not working with msvc but gccvery simple two-liner: main.cpp: [code] int main(int argc, char *argv[]) { NetLibC lib; NDa...
forward declaration of template class not working with msvc but gcc@jonnin: I cannot easily put my code into the header as this is the header I'm publishing with my li...
This user does not accept Private Messages