Home > Back-end >  MSVCRT DLL reference problem
MSVCRT DLL reference problem

Time:11-13

In c + + builder XE2 environment
Include "RegularExpressions HPP
"Do not add runtime environment cannot compile.

I refer to the moderator reply
Embarcadero's official website to find the solution:
1. Start with MSVCRT. MSVCRT DLL generated. Lib
IMPLIB MSVCRT. Lib % WINDIR % \ system32 \ MSVCRT DLL
2. Will generate MSVCRT. Lib is copied to the c + + Builder lib directory:
$(BDS) \ lib \ win32 \ release \ PSDK
$(BDS) \ lib \ win32 \ release \
$(BDS) \ lib \ win32 \ debug \

3. Add one line of code in your unit:
# pragma link "MSVCRT lib"

The MSVCRT DLL I use my system cannot convert,. I downloaded a online. Reference can be used. But put the program in Windows 7 to run an error. The Access violation at address 7619 d88a module in '. MSVCRT DLL '

CodePudding user response:

Try high version RAD, word count

CodePudding user response:

#include This requires a c + + 11 support (STD: : regex)
Or
#include This is Delphi implementation, from the beginning of the XE have
  • Related