CUDA wrapper

Juan Lang juan.lang at gmail.com
Mon Jul 7 16:29:10 CDT 2008


> cudart.c:261: error: expected ')' before 'bufferObj'
> cudart.c:265: error: expected declaration specifiers or '...' before
> 'GLuint'
>
> cudaError_t WINAPI wine_cudaGLRegisterBufferObject( GLuint bufferObj ){

Check your includes again.  GLuint is defined in <GL/gl.h> here.
--Juan



More information about the wine-devel mailing list