Hi all, I am trying to enhance wireshark for a protocol for a properitary information. I have installed everything according to developer guide and trying to verify tools. I am getting an error config.nmake(935) : fatal error U1050: Can't find C:wireshark-win32-libsvcredi st_x86.exe. Have you downloaded it from Microsoft? See the developer's guide sec tion "C-Runtime "Redistributable" files" for details how to get it Stop. I have installed redistributable vcredist_x86.exe SP1. What can be problem with this? Any help will be appreciated. Regards, D.A.Pandharkar asked 05 Apr '11, 07:37 dsprabhu4 |
One Answer:
If I understand your situation correctly, then you will need to manually create the libs folder (should be Creating the libs folder and copying vcredist_x86.exe as recommended in http://ask.wireshark.org/questions/3352/copying-vcredist_x86exe-for-ms-vs-2008-express should solve the problem. answered 05 Apr '11, 14:45 multipleinte... |
Is vcredist_x86.exe still in your C:\wireshark-win32-libs\ folder?
Hi, this may be a very silly question but do i have to compile for making this wireshark-win32-libs folder?? I am trying to verify tools first so have not build code.
So long as your build environment is prepared correctly, the libs directory should be handled automatically. Are you following the process outlined in the developer's guide at http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
I am following this process step by step. so i want to verify tools. I am getting error about vcredist exe when i verify tools. Should i go ahead compile with this error so that lib folder will be created and i can copy this executable?
Thanks a lot, multipleinterfaces. I created this folder manually and copied -vcredist_x86exe. Then i was able to verify tool and compile wireshark code.