foxblock
foxblock
Another bump. Embedding images from the web seems to work (it will display a loading icon and then the image, once it is loaded). But referencing local images (i.e. relative...
Thanks for this suggestion, it works well. I really like this library and have been using it for a few projects now. Since there does not seem to be any...
Had the same problem. The updated function by @LuqianSun worked great. Maybe open a PR for that?
@raysan5 can this please be merged?
have you tried setting the define _CRT_SECURE_NO_WARNINGS? (i.e. /D_CRT_SECURE_NO_WARNINGS ) This can be used to suppress the MSVC warnings like this: `error C4996: 'strncpy': This function or variable may be...