Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Can't build QtShark on Windows

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 24 Jan 2012 16:15:45 +0100
Hi,
When I try to build QtShark on windows it whines about not beeing able to find include file
#include <portaudio.h> in main.cpp
adding     $${WIRESHARK_LIB_DIR}/portaudio_v19_2/include in QtShark.pro
I get errors
 
main.obj:-1: error: LNK2019: unresolved external symbol _Pa_GetVersionText referenced in function "void __cdecl get_gui_compiled_info(struct _GString *)" (?get_gui_compiled_info@@YAXPAU_GString@@@Z)
 
Ideas?
Regards
Anders