fallahn/tmxlite

Unable to start program. libtmxlite-s-d.lib is not a valid win32 application

DFelipehDEV opened this issue · 6 comments

Hello! Im trying to run the SFML example but its showing that Win32 is not a valid win32 application.
imagem

You must go to the directory "C:\Users---\Downloads\ltmxlite-master\x64\Debug" where your exe file will be compiled

You must go to the directory "C:\Users---\Downloads\ltmxlite-master\x64\Debug" where your exe file will be compiled

I have gone there but only the libs are there
imagem

Right click on the SFMLExample project, go to properties and set up the include and link paths to your SFML install.

Right click on the SFMLExample project and select Set as Startup Project

startup

Go to build configuration

config_manager

and in the configuration manager make sure it's selected for building

config_manager_2

Right click on the SFMLExample project, go to properties and set up the include and link paths to your SFML install.

Right click on the SFMLExample project and select Set as Startup Project

startup

Go to build configuration

config_manager

and in the configuration manager make sure it's selected for building

config_manager_2

It no longer appears the error but this appears
im sorry im new to this library type of stuff
imagem

Make sure the tmxlite path is correct in the project properties

lib_path

and that the library name matches (libtmxlite-s-d, or tmxlite.lib etc) with the version of tmxlite that you built

lib_name

Thank you that worked.