I have used "Regex" for Windows in MS VS 2008. The code is compiled
successfully, but I get link error. I also have included library directory and
library fie "regex.lib" to the VS linker but I still get unresolved references
error from the linker. Can anybody help?
Thank,
D.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You may be linking with the wrong version of the C/C++ runtime library. In the
Visual C++ IDE make sure you have selected to include the default libraries
and check the build log. If it is Windows XP or Vista you are building on you
may still want to update to the Windows SDK for Windows 7 anyway.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have used "Regex" for Windows in MS VS 2008. The code is compiled
successfully, but I get link error. I also have included library directory and
library fie "regex.lib" to the VS linker but I still get unresolved references
error from the linker. Can anybody help?
Thank,
D.
Which 'unresolved references' do you get?
You may be linking with the wrong version of the C/C++ runtime library. In the
Visual C++ IDE make sure you have selected to include the default libraries
and check the build log. If it is Windows XP or Vista you are building on you
may still want to update to the Windows SDK for Windows 7 anyway.