1
Projects / Re: OSME library update
« on: February 14, 2026 »You'll need directx sdk and windows dev kits installed.
There's also sc68 on sourceforge to help develop a dll/static lib.
Way sbove my c knowledge though.
https://sourceforge.net/projects/sc68/
I've reinstalled a W11 (what a horrible user experience btw.) in a VM.
It seems that the sc68 can be compiled w. GCC under linux too - the configure/make system seems up to date, I got no errors creating the Makefile.
That said, and being impressed by the compatiblity of the make system, I ran into some issues building all the tools and utilities w. sc68-package.
(They're doing some nasty typecasts w. function-pointers which is not very well tolerated by gcc).
Just to know the big goal w. this: You want a DLL with exported functions that you can call from the PureBasic-Runtime ?
/cheers


)