I am new to Blitz3D. I have purchased the full version and installed it.
I am trying to use a 3rd party add-on, specifically "ToolUI" and I will also want to use others that require placing files into the "userlibs" folder. However, I don't have a userlibs folder anywhere inside of my Blitz3D folder.
I took it upon myself to create one and put the file in there, but this does not seem to work.
For those that want to know the specifics, programs that use the ToolUI include file result in the following error:
"Function Not Found"
Which refers to this line in the ToolUI include file:
"TDesktopW=T_GetSystemMetrics(0)"
This appears to reference something from user32.dll as defined in the .decls file in userlibs.
The only docs with ToolUI say to copy their .decls file to the userlibs folder and include their .bb file.
The docs say to do nothing additional.
This documentation is either outdated and/or very lacking.
Does someone know the solution to this one?
Thanks!
I am trying to use a 3rd party add-on, specifically "ToolUI" and I will also want to use others that require placing files into the "userlibs" folder. However, I don't have a userlibs folder anywhere inside of my Blitz3D folder.
I took it upon myself to create one and put the file in there, but this does not seem to work.
For those that want to know the specifics, programs that use the ToolUI include file result in the following error:
"Function Not Found"
Which refers to this line in the ToolUI include file:
"TDesktopW=T_GetSystemMetrics(0)"
This appears to reference something from user32.dll as defined in the .decls file in userlibs.
The only docs with ToolUI say to copy their .decls file to the userlibs folder and include their .bb file.
The docs say to do nothing additional.
This documentation is either outdated and/or very lacking.
Does someone know the solution to this one?
Thanks!