Tapsa / AGE

A program for editing data of genie files.
http://aok.heavengames.com/blacksmith/showfile.php?fileid=11002
GNU General Public License v3.0
92 stars 23 forks source link

Fix building/running on linux #6

Closed sandsmark closed 6 years ago

sandsmark commented 6 years ago

I don't have windows, so can't test if anything breaks there, but it should be fairly easy to make it work on both

Tapsa commented 6 years ago

Not sure why you replaced wxString with std::string, since wxString is used all over the place anyway.

sandsmark commented 6 years ago

there was a build error otherwise, wxString doesn't provide whatever LRU_SLP needs, and the wx documentation said it was preferred to use std::string internally, so I just changed it there to make it build.