search for: acontext

Displaying 4 results from an estimated 4 matches for "acontext".

Did you mean: context
2008 Oct 14
2
[LLVMdev] LLVM 2.4 problem? (resend)
...Objective-C source file I have: . static const char sessionEntriesKVO = ' '; . Later I use that variable as a ID by taking it's address like this: [feedManager addObserver:self forKeyPath:@"sessionEntriesCount" options:0 context:&sessionEntriesKVO]; and later . if (aContext == &sessionEntriesKVO) { . With GCC 4.2 everything works as expected but with LLVM-GCC it seems that the optimizer does something strange to the sessionEntriesKVO variable (I get strange "unrecognized selector sent to instance..." errors at runtime that has nothing to do with t...
2008 Oct 15
0
[LLVMdev] LLVM 2.4 problem? (resend)
...char sessionEntriesKVO = ' '; > . > > Later I use that variable as a ID by taking it's address like this: > > [feedManager addObserver:self forKeyPath:@"sessionEntriesCount" > options:0 context:&sessionEntriesKVO]; > > and later > > . > if (aContext == &sessionEntriesKVO) { > . > > With GCC 4.2 everything works as expected but with LLVM-GCC it seems > that the optimizer does something strange to the sessionEntriesKVO > variable (I get strange "unrecognized selector sent to instance..." > errors at runtime that h...
2008 Oct 14
0
[LLVMdev] LLVM 2.4 problem?
...Objective-C source file I have: . static const char sessionEntriesKVO = ' '; . Later I use that variable as a ID by taking it's address like this: [feedManager addObserver:self forKeyPath:@"sessionEntriesCount" options:0 context:&sessionEntriesKVO]; and later . if (aContext == &sessionEntriesKVO) { . With GCC 4.2 everything works as expected but with LLVM-GCC it seems that the optimizer does something strange to the sessionEntriesKVO variable (I get strange "unrecognized selector sent to instance..." errors at runtime that has nothing to do with t...
2004 Jan 06
1
IAX2 Trunk two Asterisk boxes.
I need to get 2 Asterisk servers working together. I have been reading and doing just about every example I have been able to find here on the list and the Wiki. It's now gotten to the point that nothing on box2 seems to be working. I seem to have a major problem understanding the format. Here is what I have so far. It's 3 days of hair pulling and nothing seems to work! Asterisk box 1