Re: sendsms: problems with new encoding

2007-09-25 Thread sara fink
When I send a message to orange number the message is sent but I get after output (snipped) like this: Error: unexpected response from Oranges's site THE ERROR: POST http://www.orange.co.il/obox/sendsms.aspx Accept: */* User-Agent: Mozilla/4.73 [en] (Win95; I) Content-Type: appli

Re: With and Without gcc OMP

2007-09-25 Thread Shachar Shemesh
Oleg Goldshmidt wrote: >> Anyway, Orna, can you perhaps use this _Pragma operator that Oleg >> points to? (I don't know if your compiler has this feature or not, >> but it's worth trying, I guess). >> > > As I pointed out, I suspect that this may be unacceptable because it > will only work in

Re: With and Without gcc OMP

2007-09-25 Thread Oleg Goldshmidt
"Nadav Har'El" <[EMAIL PROTECTED]> writes: > On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc > OMP": >> A #pragma is C code just as any other line in your program, so the > > This is what I thought too, so there's something that puzzles me in Orna's > original descript

Re: With and Without gcc OMP

2007-09-25 Thread Oleg Goldshmidt
"Nadav Har'El" <[EMAIL PROTECTED]> writes: > Why is #pragma a "preprocessor directive"? Because it is processed by the preprocessor. Some pragmas have a meaning for the preprocessor itself, some others only have a meaning for the compiler. > The fact that it starts with "#" doesn't make it a pr

Re: With and Without gcc OMP

2007-09-25 Thread Nadav Har'El
On Tue, Sep 25, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc OMP": > Yes. Being a preprocessor directive, #pragma cannot be produced as a > result of a macro expanion. To handle that, C99 introduces the _Pragma > operator, cf. http://tigcc.ticalc.org/doc/cpp.html#SEC46. Why is #pra

Re: With and Without gcc OMP

2007-09-25 Thread Amos Shapira
On 25/09/2007, Nadav Har'El <[EMAIL PROTECTED]> wrote: > > On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without > gcc OMP": > > A #pragma is C code just as any other line in your program, so the > > This is what I thought too, so there's something that puzzles me in Orna's > orig

increasing size of mmap'ed file?

2007-09-25 Thread Amos Shapira
Hello, Is there a portable way (Linux/Windows, ACE/Boost/APR) that enables a process the increase the size of a file maped into memory? We are designing a system that will have many files, possibly tiny and possibly large. The files contain binary data and the programs are expected to read/uncomp

Re: With and Without gcc OMP

2007-09-25 Thread Nadav Har'El
On Mon, Sep 24, 2007, Oleg Goldshmidt wrote about "Re: With and Without gcc OMP": > A #pragma is C code just as any other line in your program, so the This is what I thought too, so there's something that puzzles me in Orna's original description. She said that she tried something like: #ifdef _