Pelles C forum

Pelles C => Add-ins => Topic started by: John Z on September 11, 2020, 05:39:34 PM

Title: Import Visual Studio Solutions Add-In fails
Post by: John Z on September 11, 2020, 05:39:34 PM
I'm have a failure importing the attached visual studio solutions file.  I've not located the add-in sources or author and the add-in is version 1.  I've used the import successfully before probably on older vss files.  No real error message, just said "Failed reading file."  This is not a Pelles C version 9 vs 10 issue happens in both versions with this sln file.

Thoughts anyone?

Thanks,
John Z

removed old attachment ot free upload space
Title: Re: Import Visual Studio Solutions Add-In fails
Post by: MrBcx on September 11, 2020, 10:28:51 PM
I'm not a VS user by any stretch of the imagination and I never use sln files but it is a plain text file that one can examine.

This: ... \SimplePaletteQuantizer.csproj

suggests this is for a c# project

Title: Re: Import Visual Studio Solutions Add-In fails
Post by: John Z on September 12, 2020, 12:18:41 AM
Ahhhh - Thanks very much.  I should have looked further.


Regards,
John
Title: Re: Import Visual Studio Solutions Add-In fails
Post by: Pelle on September 13, 2020, 05:07:49 PM
I'm the author, just so you know... (and I don't use it much, so not that much love and attention I'm afraid...)
Title: Re: Import Visual Studio Solutions Add-In fails
Post by: John Z on September 13, 2020, 11:07:10 PM
Thanks Pelle!

It worked great on what it was supposed to work on  :) and of course when used inappropriately it didn't.

John Z