Re: regex in C oder RPG
- From: "Lou" <LouKur@xxxxxxxxxxxxx>
- Date: 11 Jan 2006 08:25:28 -0800
I am not thrilled about the way the sample code passes the regex_t data
structure. They define the parameter it is passed in as passing by
value, but use the %addr of the data strucure during the actual call. I
would define a pointer to be passed by value and insert/extract the
contents of the data structure into the pointer.
I am not saying this is a problem or the cause of your problem. I have
just had poor luck passing parameters by value using the %addr
function.
Does the person who posted this code say if it is tested and acutally
works? Can you run the sample as is?
.
- Follow-Ups:
- Re: regex in C oder RPG
- From: Franz_Rust
- Re: regex in C oder RPG
- References:
- regex in C oder RPG
- From: Franz_Rust
- regex in C oder RPG
- Prev by Date: Re: Store Procedures
- Next by Date: Re: Why Do I Get: SSL_ERROR_NOT_TRUSTED_ROOT
- Previous by thread: regex in C oder RPG
- Next by thread: Re: regex in C oder RPG
- Index(es):
Relevant Pages
|