Reto Stöckli

Results 3 issues of Reto Stöckli

librain declares these two functions: librain_draw_finish_all() librain_draw_prepare_all() But the plugin uses: librain_draw_finish_all() librain_draw_prepare_all() This yields to a build error for the plugin: ../plugin.c: In function ‘draw_rain_effects’: ../plugin.c:559:2: error: implicit declaration...

I end up with the following GLXEWContext unknown type error when building: In file included from ../src/glew_os.c:19:0: ../src/acfutils/glew_os.h:53:21: error: unknown type name ‘GLXEWContext’ extern THREAD_LOCAL GLXEWContext lacf_glxew_per_thread_ctx; I am using...

I am running a B737 simulator where the Captain can select to transmit via COM1 or COM2 and the first officer can do the same. They have their own PTT...

enhancement