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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Read a DBF file
Re: Read a DBF file [message #8491 is a reply to message #8488] Tue, 13 March 2007 18:08 Go to previous messageGo to previous message
victorb is currently offline  victorb
Messages: 78
Registered: December 2005
Location: Nice, France
Member
I think the issue is with TCore that contains experimental code that might be sync'ed with other code.

I was able to compile it with MinGW & XP by doing the following modifs:
l 120, 121 (add "UPP")
	T        *Get(const Value& v)       { return UPP::IsNull(v) ? 0 : Rep::Cast(v.GetVoidPtr())->Get(); }
	static T *Extract(const Value& v)   { return UPP::IsNull(v) ? 0 : Rep::Cast(v.GetVoidPtr())->Get(); }


l 407-411 (comment out)
//template <class T>
//class UPP::RefCon;

//template <class T>
//class UPP::RefPtr; 


Hope this help

[Updated on: Tue, 13 March 2007 18:11]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon9.gif
Read Message
Read Message icon7.gif
Read Message
Previous Topic: Using dual-screen
Next Topic: examples\HomeBudget
Goto Forum:
  


Current Time: Tue May 14 22:49:41 CEST 2024

Total time taken to generate the page: 0.01832 seconds