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 » Developing U++ » UppHub » SysInfo - which is the correct (latest) repository ?
Re: SysInfo - which is the correct (latest) repository ? [message #59453 is a reply to message #59452] Fri, 30 December 2022 14:30 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
The problem is that anboto package uses BSTRSet() function which is not included in cross compile clang environment.
I'll try to correct it and send a pull request.

BTW, IMHO we shall try to cross build everything, as I found also many lettercase problems in #includes, in UppHub packages.
For example

	#include <Winioctl.h>


Doesn't compile in cross compile (case sensitive) environment and should be replaced with

	#include <winioctl.h>


There are many of such cases.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StackCtrl, a ctrl stacking widget for U++
Next Topic: HtmlTools package for U++
Goto Forum:
  


Current Time: Thu May 09 19:43:46 CEST 2024

Total time taken to generate the page: 0.02124 seconds