search for: cexcept

Displaying 2 results from an estimated 2 matches for "cexcept".

Did you mean: except
2015 Mar 11
0
cobbler reposync fails when accessing the CentOS 6 extras repos
...------------------------------------------------------------- >-+ > > > >received on stderr: @ERROR: Unknown module 'centos' >rsync error: error starting client-server protocol (code 5) at >main.c(1503) [receiver=3.0.6] > >Exception occured: <class 'cobbler.cexceptions.CX'> >Exception value: 'cobbler reposync failed' >Exception Info: > File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 126, in >die > raise CX(msg) > >Exception occured: <class 'cobbler.cexceptions.CX'> >Exception va...
2007 Apr 04
1
Accessing C++ code from R
...quot;C" { } has no effect. runSimulation is just a regular function, with a lot of int* and double* parameters, and it is not part of a class. It does inside create a class, though. Outline: void runSimulation(int *p_1 ... etc) { try { CModel Model(); Model.Run(); } catch (CException& e) { cout << "exception" << endl; } } Encapsulating this function in extern "C" also has no effect. Anyone any ideas what I should do? The system I am using is an Intel-based Mac. Thanks in advance! Jos