Page 1 of 1

External DLL load in 0.9.1

Posted: Wed May 28, 2014 9:38 pm
by immakinggames
Hi,

I'm trying to load in a .dll in LOVE and I error out all the time. Here it is trying to load from the directory of main.lua

Code: Select all

 
require("myDLL")
I found this topic, but it's dead and never really answered the problem:
viewtopic.php?f=4&t=9367

any help?