User: themts

  • Public profile

User profile: themts

User info
User name:themts
History
Joined:
Number of posts:8
Latest posts:

forward declaration of template class not working with msvc but gcc
I 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 gcc
Changed 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 gcc
very 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