Missing files when compiling urBackup client

Hi!

I’m trying to compile urBackclient from repository (https://github.com/uroni/urbackup_frontend_wx) and I am getting errors when compiling.

I have used different 3.0.x versions of the wxWidgets dependencies on VC++.

On the AdditionalDependencies in the VC++ project the following libraries are required:

wxbase30u_net.lib;wxzlib.lib;wxregexu.lib;wxpng.lib;wxbase30u.lib;wxmswuniv30u_core.lib;wxmswuniv30u_adv.lib;wxexpat.lib;comctl32.lib;Rpcrt4.lib;ws2_32.lib

All of them are from the wxWidgets library because of the “wx” sufix, and it is 3.0.x version because of the number in the file. I have tried with 3.0.0, 3.0.1, and 3.0.2
The following files are missing:

wxmswuniv30u_core.lib;wxmswuniv30u_adv.lib;comctl32.lib;Rpcrt4.lib;ws2_32.lib

Can someone help me pointing where to get these files? I also have tried compiling wxWiddgets my own but the ouput doesn’t include thsoe files, so I need help on to know where to get thsoe dependencies. Maybe it’s about a special wxWidget version for urBackup.

Any help will be greatly appreciated. Thank you!!

Sergio

Here are instructions for wxWidgets universal: https://raw.githubusercontent.com/wxWidgets/wxWidgets/WX_3_0_BRANCH/docs/univ/readme.txt

The rest is in the Windows SDK.

Dear uroni,

Will you post the code of Server 2.0.33 and Client 2.0.32 on github? Server 2.0.32 seems to have some issues.
Thanks!

Dear uroni,

Do you have any other instructions as the link for wxUniversal(http://www.wxwidgets.org/wxuniv.htm) in the instructions you provided is broken?

Thanks in advance!