Home » U++ Library support » U++ Core » something abaut brc file
Re: something abaut brc file [message #8355 is a reply to message #8338] |
Mon, 05 March 2007 00:45  |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
mubeta wrote on Sat, 03 March 2007 09:15 | Hi,
I think there is some problem in the U++ "brc/ship" tutorial package. Compiling the original file I get error abaut MemReadStream....; in fact this class don't return any String or Stream pointer. Now I am using the String object:
BZ2Decompress(String(root_all[i], root_all_length[i])) ...
(But why there is so many binary container in u++??)
|
MemReasStream is not container, but Stream. The error in brc/ship is definitely there; now fixed (it is GCC/MSC compatibility issue, more specifically, it is MSC allowing nonstandard C++ construct).
Quote: |
At the same time, using Progress for show a friendly decompression status, the bar restart from zero foe every decompressed file, so I write this code:
|
Yes, a good idea.
Quote: |
Last. brc file is not recompiled if the source file it's changed. How to make it sensitive at the new file??
|
In package organizer, click on the .brc file, then right-click the right array and choose "Add dependencies" to specify files it depends on.
Mirek
|
|
|
Goto Forum:
Current Time: Mon Jul 07 23:06:20 CEST 2025
Total time taken to generate the page: 0.04010 seconds
|