wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

[Nuget] package provided by https://www.nuget.org/packages/wxWidgets/ is not usable for 32 bits #24470

Closed Jarod42 closed 1 month ago

Jarod42 commented 1 month ago

Description

package provided by https://www.nuget.org/packages/wxWidgets/ is not usable for 32 bits

platform should be Win32 instead of x86 i.e

lib\native\x86 should be lib\native\Win32

and in build\wxWidgets.targets

To Reproduce:

Use above nuget's package in visual studio 2019/2022 with any minimal wxWidgets sample targeting Win32 platform.

Build result in link error.

vadz commented 1 month ago

Sorry, we don't maintain this package and I don't know who does, so we can't do anything about it.