I do test each release with both VS2005 and VS2008, and haven't seen that problem before. Odd.
On Mon, Mar 15, 2010 at 10:54 PM, Roey Lehman <[email protected]> wrote: > appearantly I didn't notice that when I clicked the .sln file, it opened > with VS2005... > I only started looking into it when compilation failed with the 2005 > version. > Linking with the 2005 version failed, the linker error I got was something > to do with std::Base_container contstructor/destructor. I guess that's what > changed between VS2005 and VS2008. > > > > On Tue, Mar 16, 2010 at 12:16 AM, Kenton Varda <[email protected]> wrote: > >> I actually maintain the project files using VS2008, but I run a hack >> script that "downgrades" them to VS2005 (by simply replacing the version >> number) before release so that VS2005 users can use the package. >> >> I'm confused about how you managed to compile the project using VS2008 >> without it automatically "upgrading" the files. Doesn't VS immediately >> prompt you to upgrade when you open them? I'm also confused why compilation >> would fail, considering that the only difference between the 2005 and 2008 >> versions of the project files is the version number. >> >> I definitely do not want to try to maintain two separate copies of the VS >> project files. Maintaining one set is already painful enough. I really >> dislike the MSVC build system. >> >> On Sun, Mar 14, 2010 at 2:49 PM, Austin Ziegler <[email protected]>wrote: >> >>> On Sun, Mar 14, 2010 at 3:15 PM, Marc Gravell <[email protected]> >>> wrote: >>> > I'm really glad you found the cause of this; you had me worried I'd >>> done >>> > something horrible with the .NET encoding ;-p >>> > Probably one for Kenton, but I wonder if it might be prudent to include >>> > VS2008 (and presumably VS2010) project files for the core project? >>> >>> We've got some VS2008 versions we can contribute; we deliberately >>> created them in parallel to to the existing vs/ directory. >>> >>> -austin >>> -- >>> Austin Ziegler • [email protected] • [email protected] >>> http://www.halostatue.ca/ • http://twitter.com/halostatue >>> >> >> > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
