Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » 2023.1 released
Re: 2023.1 released [message #59935 is a reply to message #59934] Mon, 05 June 2023 00:07 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member

in the line 246 I inserted the contents of the previous version and it worked fine!


#ifdef PLATFORM_WIN32

String GetInternalGitPath() { return GetExeDirFile("bin/mingit/cmd/git.exe"); }

  bool HasGit()
  {
	String dummy;
	static bool b = FileExists(GetInternalGitPath()) || Sys("git", dummy) >= 0;
	return b;
  }

#else
  bool HasGit()
  {
	String dummy;
	static bool b = HostSys("git", dummy) >= 0;
	return b;
  }

#endif

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2023.1rc3
Next Topic: bmGIT_HASH
Goto Forum:
  


Current Time: Fri Jul 18 03:28:31 CEST 2025

Total time taken to generate the page: 0.04215 seconds