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 » Can't compile Controls4u from UppHub (Controls4u issues)
Re: Can't compile Controls4u from UppHub [message #58944 is a reply to message #57793] Wed, 28 September 2022 10:17 Go to previous message
dschoni is currently offline  dschoni
Messages: 15
Registered: January 2021
Location: Switzerland
Promising Member
Hi there ...

In the end I made it.
I had to replace any WString trough Vector<WCHAR>.

As example:
	Vector<WCHAR> wfileName = ToSystemCharsetW(String(fileName));
	wfileName.Add(0);
	FILE *fp = _wfopen(wfileName, L"rb");
	//FILE *fp = _wfopen(fileName.ToWString(), L"rb");

(Functions4U.cpp and more ...)

Wow, this was hard work! But now it works perfectly.

Best Regards
dschoni

[Updated on: Wed, 28 September 2022 10:20]

Report message to a moderator

 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SixelRaster package for U++
Next Topic: Can't compile ScatterCtrl_Demo with current nightly build
Goto Forum:
  


Current Time: Thu Jun 06 20:29:16 CEST 2024

Total time taken to generate the page: 0.01516 seconds