what did I do wrong? I got a couple of cryptic erro messages:
mingw32.... ***[ getMatched Posn.o]Error 1
Abort!
My c function file for getMatched .c is
include <sys/types.h>
include <stdio.h>
include <string.h>
include <ctype.h>
include <limits.h>
include <stdlib.h>
//#include <regex.h>
include "regex.h"
include "utils.h"
include "regex2.h"
//#include "cclass.h"
//#include "cname.h"
long getMatchedPosn(const char sPattern, const char sIn, long ai_regcmp_optn, long lfound_Count, long ll_beg[], long ll_len[])
/
char sPattern
char sIn
long lfound_Count, long ll_beg[], long ll_len[] /
{
str_regex_t lstr_regex_t
str_regmatch_t lstr_regmatch_t[]
Pardon me I probaly got soem coding wrong, I am not a c programmer. I just want to warp a dll so my other application can use the dll wihtout worrying about stack pointer problem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what did I do wrong? I got a couple of cryptic erro messages:
mingw32.... ***[ getMatched Posn.o]Error 1
Abort!
My c function file for getMatched .c is
include <sys/types.h>
include <stdio.h>
include <string.h>
include <ctype.h>
include <limits.h>
include <stdlib.h>
//#include <regex.h>
include "regex.h"
include "utils.h"
include "regex2.h"
//#include "cclass.h"
//#include "cname.h"
long getMatchedPosn(const char sPattern, const char sIn, long ai_regcmp_optn, long lfound_Count, long ll_beg[], long ll_len[])
/
char sPattern
char sIn
long lfound_Count, long ll_beg[], long ll_len[]
/
{
str_regex_t lstr_regex_t
str_regmatch_t lstr_regmatch_t[]
}
Pardon me I probaly got soem coding wrong, I am not a c programmer. I just want to warp a dll so my other application can use the dll wihtout worrying about stack pointer problem