Re: Program crash with regex wrapper after translation
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 04, 2002
- 471 views
Karl Bochert writes: > I compiled the pcre.dll from the publicly available C sources using > the LCC compiler. The sources do not have 'cdecl" in them. I believe _cdecl is the default with Lcc and most other compilers. > Perhaps the dll should be compiled with Watcom? That would at least > speed it up considerably. The important thing is to declare all the C routines as __stdcall. Be aware that the exported names might change as a result. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com