VS2019 wxWidgets Installation Issue [313] Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
dragonMan
Earned a small fee
Earned a small fee
Posts: 12
Joined: Sun Jun 06, 2021 10:25 am

VS2019 wxWidgets Installation Issue [313]

Post by dragonMan »

Hello,

I followed all the steps from this video right here: https://www.youtube.com/watch?v=X4va_MeIia0
The version I use is 313.
Errors I get:
Error 1: "The code execution cannot procced because wxbase313ud_vc14x_x64.dll was not found. Reinstalling the program may fix the problem."
Error 2: "The code execution cannot procced because wmsw313ud_core_vc14x_x64.dll was not found. Reinstalling the program may fix the problem."

Please give me a solution if you know, thanks.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4193
Joined: Sun Jan 03, 2010 5:45 pm

Re: VS2019 wxWidgets Installation Issue [313]

Post by PB »

Well, the error message is pretty clear: You need to put those DLLs somewhere where your executable can find them. Usually to the same folder.

For just running the program from MSVS, you can set your project, see e.g. Step 5.1 here viewtopic.php?f=19&t=46700#p196105

BTW, there is no reason to use v3.1.3: Use v3.1.5 instead.
BTW2, if you are just using prebuilt binaries, there is much better way to set up a wxWidgets project, see the first sentence at https://docs.wxwidgets.org/trunk/plat_m ... build_apps
or the step-by-step guide here: viewtopic.php?f=19&t=48326#p206365
Post Reply