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++ » U++ Developers corner » Force blitz on a group of files
Re: Force blitz on a group of files [message #13078 is a reply to message #13077] Sun, 09 December 2007 13:30 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
luzr wrote on Sun, 09 December 2007 12:55

Are they .c or .cpp ?

Mirek


mostly .cxx, but also some .c

But now I'm facing with the problem of static duplicated symbols... those libs are not very well written.
I'd have also to change (automatically) all module-level static symbols to be unique.... and that's not too easy too.
BTW, I've already made some code that add namespace to sources (all are on global namespace and sometimes I've got problem with duplicated symbols...), but it clashes with blitz too.
For example, to keep things simple, I changed :
..............
#ifndef _an_include_h
#include <an_include.h>
#endif
...............

to :
namespace myspace {
..............
#ifndef _an_include_h
} // end namespace
#include <an_include.h>
namespace myspace {
#endif
..............


but I guess BLITZ checks for the include guard and disables itself. I'm afraid that I'd need a full source code parse to do all stuffs I need, and that's quite difficult and too time consuming for my purpose.

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Interesting problem with setlocale
Next Topic: how to commit to bazaar on sourceforge?
Goto Forum:
  


Current Time: Sun May 12 13:17:33 CEST 2024

Total time taken to generate the page: 0.02054 seconds