Linker error 2019 indicates that you are trying to access a method which can't be found in any of the libraries the linker has been notified of. This is generally a method you have declared yourself, but forgot to define, or an import from e.g. the win32 api, whose implementation library has not been referenced. If you could paste the actual linker error, it would be easier to pinpoint what your actual problem is.