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 » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » How BLITZ works?
Re: How BLITZ works? [message #695 is a reply to message #684] Wed, 25 January 2006 21:19 Go to previous messageGo to previous message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
From the code it seems that Blitz is not checking for other issues which could cause problems when compiled in the same object file, such as:
- global variables with file visibility (static)
- global functions with file visibility (static)
- classes with identical names defined in two different cpp files

Another possible issue could be that when you "blitz" together different cpp files, you are "infecting" every cpp file with the headers included in other files. These headers may contain some macro definitions which break other cpp files or headers.

So it seems that the prerequisite of blitz is that the code satisfies some stylistic requirements, which are not enforced by the compiler.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Unix compilation fails
Next Topic: mingwm10.dll not needed?!
Goto Forum:
  


Current Time: Wed May 15 10:18:24 CEST 2024

Total time taken to generate the page: 0.01869 seconds