Libvlc macOS 64bit

If you use relative paths they can be packed within the app. I am able to get past the IsFunctionAvailable check for libvlc_new, but it doesn’t seem to work. Xojo stops and gives me this exception:

mInstance = libvlc_new(argc, argv)
If mInstance = Nil Then Raise New libvlc.VLCException("Unable to construct a VLC instance.")

Kind of lost momentum after that, sorry I didn’t figure the rest out.