Home » U++ Library support » U++ Core » Big issue with Visual Studio 2019 (some versions)
Re: Big issue with Visual Studio 2019 (some versions) [message #54484 is a reply to message #53011] |
Wed, 29 July 2020 14:27  |
 |
Alboni
Messages: 216 Registered: January 2012 Location: Kajaani, Finland
|
Experienced Member |
|
|
It would however be handy if this patch could be made:
cppbuilder.cpp line 469
before:
if(package == mainpackage)
info << Join(SvnInfo(package), "\r\n");
after patch
if(package == mainpackage)
info << Join(SvnInfo(package), "\r\n") << "\r\n";
This is because I am including "build_info.h" in the .rc file and the microsoft resource compiler throws an error if the last line of an included file does not end on a \r\n. Yeah, also their fault but it's an ancient bug that will likely never be fixed.
It would avoid me having to recompile theide on a broken system.
[Updated on: Wed, 29 July 2020 14:30] Report message to a moderator
|
|
|
 |
|
Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sat, 08 February 2020 02:19
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sat, 08 February 2020 11:50
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Sat, 08 February 2020 11:55
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sat, 08 February 2020 13:02
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sat, 08 February 2020 13:10
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sat, 08 February 2020 13:17
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Sun, 09 February 2020 10:34
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sun, 09 February 2020 14:33
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Mon, 10 February 2020 10:32
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Sun, 09 February 2020 14:35
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Mon, 10 February 2020 10:58
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Mon, 10 February 2020 11:50
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Wed, 29 July 2020 10:32
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: JeyCi on Thu, 20 March 2025 06:58
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Thu, 20 March 2025 13:38
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Thu, 20 March 2025 15:37
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Thu, 20 March 2025 21:12
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: JeyCi on Sun, 01 June 2025 19:19
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Wed, 29 July 2020 14:17
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: mirek on Wed, 23 September 2020 12:45
|
 |
|
Re: Big issue with Visual Studio 2019 (some versions)
By: Alboni on Wed, 29 July 2020 14:27
|
Goto Forum:
Current Time: Tue Jul 08 22:51:38 CEST 2025
Total time taken to generate the page: 0.03506 seconds
|