win-test application throwing an error

tankyx

New Member
Hi guys,

I am trying to test the winapp in the test folder. It compiles well, but in the CreateOBS function, "obs_reset_video" is returning an error, thus throwing a "Couldn't initialize video" error.
After debugging in the code, the load_graphics_imports seems to fail in the gs_start function, and I don't know why.

Did somebody ever had this problem ?

Thanks.

EDIT : GRAPHICS_IMPORT(...) returns null at every calls made in graphics_imports.c
EDIT 2 : I am using DL_OPENGL, which is located in C:\windows\system32
 
Last edited:
Top