Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error on win10 x64 system #5

Open
poweel opened this issue Jan 12, 2020 · 2 comments
Open

build error on win10 x64 system #5

poweel opened this issue Jan 12, 2020 · 2 comments

Comments

@poweel
Copy link

poweel commented Jan 12, 2020

I got a build error as below, how can I fixed it?
SettingAccountForm.obj:-1: error: LNK2019: unresolved external symbol "public: void __cdecl MainWindow::reregister(struct ApplicationSettings const &)" (?reregister@MainWindow@@QEAAXAEBUApplicationSettings@@@z) referenced in function "private: void __cdecl SettingAccountForm::on_pushButton_reregister_clicked(void)" (?on_pushButton_reregister_clicked@SettingAccountForm@@AEAAXXZ)

@poweel
Copy link
Author

poweel commented Jan 13, 2020

After remove the const in reregister function, it can build succeed, but when run qsip, it can not register to server, I can not capture the register packets in wireshark.
vvoid MainWindow::reregister(ApplicationSettings const &a)

@poweel
Copy link
Author

poweel commented Jan 13, 2020

I use the Qt 5.12.0 MSVC2017 64bit version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant