PipeTest.vcproj example Visual Studio 2008 Release Error

Hi…
I’m new about Frontpanel & XEM3050.
I did release the pipetest example using wxWidgets & Visual Studio 2008,
but I got some errors.

I did setup property C/C++ General => Additional include directories &
Linker => General => Additional Library directories &
Linker => input => Additional Dependencies.

those are suitable for my wxWidgets, Visual Studio 2008, Microsoft SDKs Lib file
to release the pipetest example.

I got some errors like this.

=================================================================

1>------ Build started: Project: PipeTest, Configuration: Release Win32 ------
1>Compiling…
1>PipeTest.cpp
1>.\PipeTest.cpp(342) : error C2308: concatenating mismatched strings
1> Concatenating wide “An XEM was not detected or could not be initialized.
1>” with narrow “Please fix the problem and restart this application.”
1>.\PipeTest.cpp(364) : error C2664: ‘okCUsbFrontPanel::ConfigureFPGA’ : cannot convert parameter 1 from ‘wxCStrData’ to ‘const std::string’
1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>.\PipeTest.cpp(491) : error C2308: concatenating mismatched strings
1> Concatenating wide “The FrontPanel DLL could not be loaded. Make sure
1>” with narrow “this DLL is in the application start directory.”
1>okFrontPanelDLL.cpp
1>Generating Code…
1>Build log was saved at “file://c:\Program Files\Opal Kelly\FrontPanel\Samples\PipeTest\wxWidgets\Win32\ Release\BuildLog.htm”
1>PipeTest - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

=================================================================

Please let me know how can I solve this problem!
Thanks in advance!