Project

General

Profile

Pretty new... linking errors..

Added by Miguel Marambio almost 2 years ago

Hi!.. my first time here, i am glad finding this toolkit.

I have downloaded x64 windows binary zip file, extracted content in a folder, then configured and linked libraries with QMake and tried to compile with Mingw32-make
but i have been getting linking errors as imagen shows:

do im missing something?
i have not installed boost yet, i dont see any error related to it anyway.

wt0.jpg (1.12 MB) wt0.jpg

Replies (1)

RE: Pretty new... linking errors.. - Added by Roel Standaert almost 2 years ago

Hello Miguel,

The binary builds of Wt are built with MSVC (Microsoft's compiler and standard library). This means that they are incompatible with MinGW. If you want to use MinGW you'll have to build Wt yourself. Alternatively you can install the Build Tools for Visual Studio 2022 and configure QMake to use that.

Regards,
Roel

    (1-1/1)