You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use powerVRSDK3.5 to set up my visual studio environment.
all the header files and libs are include .
I copy "esUtils.h" and "esUtils_win32.h" to the folder of Include .
all libs are set correctly ,"libEGL.lib","libGLESv2.lib","Common.lib" .
I set subSystem as console .
but here comes the problem as mentioned in the title.
and it shows that problem occurs in "esUtil_win32.obj".
please help me to solve this problem,Even google can not solve this problem.
The text was updated successfully, but these errors were encountered:
You don't mention which example you are trying to build, but esMain is called from the main() defined in esUtil_win32.c. It sounds to me like you are trying to build without actually having one of the examples that define esMain(). Try building a simple example like Chapter_2/Hello_Triange. esMain is in Hello_Triangle.c
I use powerVRSDK3.5 to set up my visual studio environment.
all the header files and libs are include .
I copy "esUtils.h" and "esUtils_win32.h" to the folder of Include .
all libs are set correctly ,"libEGL.lib","libGLESv2.lib","Common.lib" .
I set subSystem as console .
but here comes the problem as mentioned in the title.
and it shows that problem occurs in "esUtil_win32.obj".
please help me to solve this problem,Even google can not solve this problem.
The text was updated successfully, but these errors were encountered: