linker error 2019

Started by
11 comments, last by phil67rpg 10 years, 7 months ago

[attachment=17569:cpp file.zip]well here is the loadshaders.cpp file.

Advertisement

Did you try moving the include below the extern "C" line like the following:



#ifdef __cplusplus
extern "C" {
#endif // __cplusplus


#include "LoadShaders.h"

well I tried the above but it still does not work

This topic is closed to new replies.

Advertisement