installing wxWidgets on Microsoft Visual Studio 2017

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 45

  • @funkmeister2000
    @funkmeister2000 5 лет назад +35

    Nice tutorial! had to set "Linker / System / SubSystem" to "Windows" in order to make it work in VS2019

    • @SiliconLight
      @SiliconLight 5 лет назад +1

      kudos

    • @hanyanglee9018
      @hanyanglee9018 4 года назад +2

      It also needs in vs 2017. Or else the main function couldn't be found via linking.

    • @brendananderson9102
      @brendananderson9102 2 года назад +1

      Thanks, was wondering where the the LNK1120 linker error was coming from.

  • @VPNuser
    @VPNuser Год назад +1

    You made a huge magic Bro! Useful and detailed tutorial about Wxwidget. Thanks
    By the way, at 9:06 - before building the wxWidgets project, you had to set "Linker / System / SubSystem" to "Windows" in order to 「Build succeeded」
    Otherwise will 「build failed」

  • @fps079
    @fps079 4 года назад

    I had been trying to get this to work for days prior to finding this video. Thanks so much!

  • @nahweh5938
    @nahweh5938 5 лет назад +4

    FYI: I'm using VS2019 and rather than copying the dlls into each project's exe working directory, I simply go to Project Properties / Debugging and at the Environment property add PATH=;%PATH% where is the path to the dlls (no angle brackets) and the programs run just fine. I don't recall how many VS releases back the Environment property exists. Hope it helps.

  • @genich74
    @genich74 Год назад

    Спасибо большое! Это самая лучшая инструкция! И помогли комментарии пользователей

  • @saiyijinprince
    @saiyijinprince 4 года назад +1

    Thanks so much! There is no documentation on the official website on how to get started. This saved me!

  • @tendayint413
    @tendayint413 Год назад

    Thank you so much. I concur with Them - adding addons to Visual Studio has to be the most convoluted ******** **** I have seen in my life. How are Microsoft not embarrassed with themselves. How do I complain? This has to stop - one should be able to drag and drop a file into the current project which does all of this automatically. Pardon my French, but holy ******* **** what a ****** **** show this is.
    Edit: And may the gods have mercy on your soul if you want to run this in X64 mode - you need to build all four in those modes separately, go through all of the linking and include **** with these new files and who knows where the right X64 folder is to copy to, the one in the sub dir, the main root or the sub sub dir x64 - Mine started running ok after I copied the x64 files to the root X64 debug and release directories. Holy ****.

  • @MicheleTurchiarelli
    @MicheleTurchiarelli 5 лет назад

    Congratulations for being so clear! Thanks.

  • @shandybleeding
    @shandybleeding 5 лет назад +1

    you are my hero,sir! thank you for this great tutorial! i hope more tutorial will coming from you

  • @EmeraldNova
    @EmeraldNova 5 лет назад

    Thank you! You made up for hours of struggling.

  • @guidoenriquelambertucci3542
    @guidoenriquelambertucci3542 4 года назад

    This was so helpful, thank you very much!

  • @augustoalmeida2586
    @augustoalmeida2586 4 года назад +5

    bro i got 18 failds when runnuning the build solutions...how do i fix that?

    • @saumilsunilshah5663
      @saumilsunilshah5663 3 года назад

      by using magic words , abra ka dabra , u need to post your errors here sir

  • @LaLaMouette
    @LaLaMouette 4 года назад

    Thanks for the video! Maybe also can you please make a video with wxCode component installation in VisualStudio?

  • @LaurinusPonpon
    @LaurinusPonpon 5 лет назад

    Excellent video!

  • @23jfk
    @23jfk 2 года назад

    Thanks. As a programmer, it is still a painful moment than firstly correctly setup new tools for a new project.

  • @lickguitars1276
    @lickguitars1276 Год назад

    do you have an update on this content , beacuse it doesnt work for me, year 2023

  • @billtsek1557
    @billtsek1557 5 лет назад +1

    after following all those steps i get the error 'wxStrcoll': identifier not found'
    using vs 2019 and wxwidgets 3.04.

    • @matswikstrom3764
      @matswikstrom3764 5 лет назад +1

      set in properties, C/C++, all options: Conformance mode to NO

  • @mohamadabdelhady162
    @mohamadabdelhady162 5 лет назад +1

    two error messeges saying cant excute becuse missing files (wxmsw312u_core_vc_custom.dll,wxbase312u_vc_custom.dll) how to solve it

  • @ChairmanMeezy
    @ChairmanMeezy 5 лет назад

    I'm getting an error that says, "The code execution cannot proceed because wxbase312u_vc_custom.dll was not found. Reinstalling the program may fix this problem." Help!!!

    • @Cyberfoxxy
      @Cyberfoxxy 5 лет назад

      i had the same issue. The first takeaway was there there is no .exe in the Debug or Release folder. Turns out This ends up in the parent directory. Next to your project directory. And looking closely, this is indeed the folder he uses in the video.

  • @SiroJack
    @SiroJack 5 лет назад

    Nice tutorial but I cant see mswu in my vc_dll but mswud is there

  • @visitor_t-w3p
    @visitor_t-w3p 6 месяцев назад

    Can i use Wx widgets with codelite?

  • @Cyberfoxxy
    @Cyberfoxxy 5 лет назад

    wxWidgets homepage: www.wxwidgets.org/
    wxWidgets download: github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.7z
    wxWidgets HelloWorld: docs.wxwidgets.org/trunk/overview_helloworld.html

  • @4sat564
    @4sat564 4 года назад

    I got an error:
    unresolved external symbol _main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) wxExample "path"\wxExample\wxExample\wxExample\MSVCRTD.lib(exe_main.obj) 1
    how to solve it?

    • @theresa4919
      @theresa4919 4 года назад +1

      set Linker / System / SubSystem to "Windows"

  • @风中老狼
    @风中老狼 Год назад

    Thank you!

  • @yakinbama
    @yakinbama 5 лет назад

    Very grateful for the tutorial, but this is all ridiculously complicated. I'm not sure wxWidgets is worth all this.

    • @aditya_asundi
      @aditya_asundi 3 года назад

      yeah. i wonder why software setup is so hard.

  • @Parzibalthefirst
    @Parzibalthefirst 10 дней назад

    thanks

  • @majedhk5460
    @majedhk5460 5 лет назад

    Thank You Sir

  • @them4309
    @them4309 5 лет назад +3

    thanks great tut. however this is absolutely ludicrous. there's got to be a better way.
    also, sort folder by file type.
    .exe
    .exe
    .exe
    .exe
    .lib
    .lib
    .lib
    .dll
    .dll
    .dll
    .dll

    • @aditya_asundi
      @aditya_asundi 3 года назад

      open the folder in cmd and type dir *.exe

  • @sanketpetkar8062
    @sanketpetkar8062 3 года назад +1

    unresolved external symbol_main (error in release mode while building solution)

    • @seansullivan3004
      @seansullivan3004 3 года назад

      Same. Did you find a fix?

    • @aditya_asundi
      @aditya_asundi 3 года назад

      set Linker / System / SubSystem to "Windows"
      found it in some other comment.