Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi all,
i have a dialog based application. there i want to include regular exoression to check a string pattern. to do this, i have included atlrx.h file. but when i tried to include this file, it is showing error message as below
fatal error C1083: Cannot open include file: 'atlrx.h': No such file or directory
how can i move with this?
do i have any other option to use regular expression?

thank you in advance.
Posted

1 solution

1. This file is normally found under "$(VCInstallDir)VC\atlmfc\include" so make sure that this path is added in the include directories of visual studio.

2. With some express editions this files is not shipped so if you are using express edition then perhaps you will have to get the file separately.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900