02-04-2022, 04:38 PM
Hi,
In your project/linker properties -> additional libraries, you must add Tilengine.lib to the list.
In Windows, a .dll file is the one required at runtime to run the program, but for building a program that uses it, you also need its companion .lib to be included in the build process.
Let me know any other issue you may have!
In your project/linker properties -> additional libraries, you must add Tilengine.lib to the list.
In Windows, a .dll file is the one required at runtime to run the program, but for building a program that uses it, you also need its companion .lib to be included in the build process.
Let me know any other issue you may have!