problem compiling the regexwrap by Paul DiLascia
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I download the code from msdn manwrap and regexwrap written by Paul
DiLascia. I have trouble compiling the code using .net 2005 studio for C
I got "fatal error C1083: Cannot open include file: 'afxwin.h': No such file
or directory" message. I could not find that header file anywhere in my
winXp pro.
I tried compiling at command environment with VSTUDIO standard 2003 still
run into trouble with some header files
then in the same XP for the 2003 studio, I tried to use the cl command to
compile but I still having trouble locating some header files. where do I
get those headers? I suspect they are part of the windows or mfc sdk.
.
Relevant Pages
- visual c++ 2005 express edition beta
... I am having trouble using visual c++. ... have some source and header files I want to add to the project. ... Compiling... ... (comp.lang.cpp) - Re: problem compiling the regexwrap by Paul DiLascia
... I have trouble compiling the code using .net 2005 studio for C ... I could not find that header file anywhere in my ... > compile but I still having trouble locating some header files. ... (microsoft.public.vc.mfc) - Re: Using "numeric_limits<double>::min()" in MFC application
... > concerned use of one particular vendor's header files on one particular ... And I just tried compiling a simple program with gcc. ... for help from this newsgroup (where many contributors ... live implementations of the language it describes. ... (comp.lang.cpp) - Re: FC7: 1680x1050 screen resolution on thinkpad T61 with Intel 965GM X3100 video chipset.
... Unless you are compiling from source, you will not need devel ... packages. ... They are normally the header files needed to link to the ... (Fedora) - Re: Problem with reading an int with operator>>
... So, given that the iostreams stuff is included in the DLL, why not also export string and wstring, to slightly reduce compile time, exe size and program memory usage? ... Because it makes it impossible to patch std::string without rebuilding MSVCP60.DLL (if you use static linking). ... I'm sure it is partly the old legal problem, but I think MS is very unwilling to create multiple versions of the C++ RTL DLL's, because they already have enough trouble with the C RTL and MFC DLL's. ... Since most of the standard library is defined in header files, ... (microsoft.public.vc.stl) |
|