egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

"sumo.exe" file name for win64 #20

Closed podorozhnick closed 8 years ago

podorozhnick commented 8 years ago

From sumo version 0.24 they didn't use file name "sumo64.exe" for Win64 - just "sumo.exe".

egueli commented 8 years ago

Thanks @CageZ for the patch, just applied. @podorozhnick could you check if it works for you?

podorozhnick commented 8 years ago

ok, I think it'll work as needed, maybe I'll check it later. For my build I just commented this "+= "64" (or just rename sumo.exe to sumo64.exe) and all is working fine. p.s.: @egueli Can I contact you anywhere? - I have some questions about getting Lane by Lat-Long coordinates.

egueli commented 8 years ago

@podorozhnick you can write to the mailing list https://lists.sourceforge.net/lists/listinfo/traci4j-user

podorozhnick commented 8 years ago

@egueli thanks, done)