Dmitry Ignatiev

Results 23 comments of Dmitry Ignatiev

I'll copy my comment from Reddit in here: FreeBSD isn't officially supported by .NET. I wasn't even aware that you could even build it here. However, seems like there's a...

@huseyindenli The build is fixed now. You can create a window like this: ````lisp (in-package #:cl-user) (cffi:defcallback (wndproc :convention :stdcall) :pointer ((hwnd :pointer) (msg :uint) (wparam :pointer) (lparam :pointer)) (cond...

@moneylobster Hello. Sorry for the delay. So, basically everything boils down to `bike:import-assembly` and `bike:import-assembly-from` functions. Make sure that those assemblies are visible to the runtime(the simplest case would be...