Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GrayGh0st

    Seg fault with Tcl_RegExpRange

    Not positive about that. BUT, I do think that the solution is stupidly simple. I haven't tried it yet, but a friend mentioned this: instead of a char** start, it should simply be a char*. And then, when I pass it to Tcl_RegExpRange, I should pass the address of the pointer: &start. char**...
  2. GrayGh0st

    Seg fault with Tcl_RegExpRange

    Ok. I'm really not sure what I'm doing wrong here (hence the post). It may be blaringly obvious, but I can't see it. I always get a seg fault when I hit the function call Tcl_RegExpRange in this snippet of code: string reg_1("(\\d+)(?:-(\\d+))?"); string fullReg(reg_1 + "(?::" + reg_1 + ")?")...

Part and Inventory Search

Back
Top