Exocortex / ExocortexCrate

http://exocortex.com/products/crate
BSD 3-Clause "New" or "Revised" License
134 stars 68 forks source link

Compile Error with VS2012 #20

Closed simoneves closed 9 years ago

simoneves commented 9 years ago

Several errors compiling Shared/CommonUtils/CommonImports.cpp due to missing member "prefix" of IJobStringParser class defined in CommonImports.h. Adding std::string prefix to the class makes it build, although I haven't tried running it yet.

bhouston commented 9 years ago

Fixed in https://github.com/Exocortex/ExocortexCrate/pull/25

ulrikjorgensen commented 9 years ago

Thanks. Strangely enough I had this running all the time. Could be the build setups(halt on warnings etc).

bhouston commented 9 years ago

The weird thing is that I didnt get this either as a showstopper bug. I of course compiled with VS2012 for the releases. But it affected more than a couple people. so merging the fix makes sense.