Показать сообщение отдельно
Старый 08.08.2011, 15:12   #7
Admin!
 
Аватар для xkor
 
Регистрация: 04.08.2007
Сообщений: 2,360
Сказал Спасибо: 113
Имеет 1,566 спасибок в 651 сообщенях
xkor на пути к лучшему
По умолчанию

Цитата:
Сообщение от NLObP Посмотреть сообщение
Забыл сразу спросить. Какую настроечку включить надо?
в pcre.pas надо чтоб выключалось {$DEFINE PCRE_STATICLINK}
для этого как вариант заменить
delphi Код:
{$IFDEF CONDITIONALEXPRESSIONS}   {$IF COMPILERVERSION >= 21.0}     // Define PCRE_STATICLINK to link the OBJ files with PCRE 7.9.     // This works correctly in all cases with Delphi 2010 (and later).     {$DEFINE PCRE_STATICLINK}   {$ELSE}     // Delphi 2009 and earlier have a compiler bug that may cause an internal error if install TPerlRegEx     // into a design time package, and you don't put TPerlRegEx into a runtime package at the same time.     // With Delphi 2009 and earlier you can use PCRE_STATICLINK if you don't use packages at all     // (which means you don't install it into the IDE and you don't drop TPerlRegEx on a form)     // You can also use PCRE_STATICLINK if you put the component into a runtime package     // Define PCRE_LINKDLL to use pcrelib.dll     {$DEFINE PCRE_LINKDLL}   {$IFEND} {$ELSE}   // Define PCRE_LINKDLL to use pcrelib.dll   {$DEFINE PCRE_LINKDLL} {$ENDIF}
на
delphi Код:
{$DEFINE PCRE_STATICLINK}
__________________
Я здесь практически не появляюсь!, Skype - ikskor
xkor вне форума   Ответить с цитированием
За это сообщение xkor нажился спасибкой от: