userlibs not found?

Blitz3D Forums/Blitz3D Programming/userlibs not found?

Guy Fawkes(Posted 2010) [#1]
Why is it that when I try to compile my exe and then I run it, it says userlib not found?!

I don't even HAVE any userlibs IN the userlib folder! ><


jfk EO-11110(Posted 2010) [#2]
Are there any userlib calls in your code?


Guy Fawkes(Posted 2010) [#3]
not that i know of oO


BoneStan(Posted 2010) [#4]
Maybe you have a dll file renamed, removed or forgotten to add to the project directory.

Make sure, you have all required dll files in the project.exe directory and check the resource paths.