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 » Correcting MAPIEx because of Tokenize
Correcting MAPIEx because of Tokenize [message #45122] Mon, 07 September 2015 13:13 Go to next message
Typhoor is currently offline  Typhoor
Messages: 14
Registered: October 2012
Location: Erlangen, Germany
Promising Member
Hi Koldo et al.

I had to correct Tokenize -> Tokenize2() in MAPIEx/MAPIContact.cpp around lines 649, 652, 665 & 672 to get it compiled.

Is this correct? Then you could update it in the real repository.

bool MAPIContact::SetCategories(const String &szCategories) {
#ifdef _WIN32_WCE
	return SetPropertyString(OUTLOOK_CATEGORIES, szCategories);
#else
	String strCategories = szCategories;
	int nCount = 0, nIndex = 0;
	if (!strCategories.IsEmpty())
		nCount++;
	String strCategory = Tokenize2(strCategories, ";", nIndex);
	while(strCategory.IsEmpty()) {
		nCount++;
		strCategory = Tokenize2(strCategories, ";", nIndex);
	}
....


Greetings Ralph
Re: Correcting MAPIEx because of Tokenize [message #45127 is a reply to message #45122] Wed, 09 September 2015 10:29 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Thank you Ralph. Changes are uploaded.

Best regards
IƱaki
Previous Topic: SysInfo: Added NO_XTEST by default flag
Next Topic: FTGL details
Goto Forum:
  


Current Time: Fri Mar 29 12:57:22 CET 2024

Total time taken to generate the page: 0.01549 seconds