Skip to content Skip to footer

wxWidgets and Visual Studio 2005 (Windows)

This tutorial shows how to:

  • Build wxWidgets with Visual Studio 2005
  • Configure the IDE
  • Create, configure and build small wxWidgets project

You can download this video here (1.77 MB).

4 Comments

  • Kela
    Posted March 4, 2009 at 17:25

    Пытаюсь скомпилить wxWidgets 2.8.9 на MS VS 2008. Все хорошо, но никак не компилиться один проект из солюшина, а именно: dbgrid (конфигурации DLL Unicode Debug и DLL Unicode Release). Ошибка следующая:

    LINK : fatal error LNK1104: cannot open file ‘..\..\lib\vc_dll\wxbase28ud_odbc.lib’

    Посмотрел настройки проекта odbc. В настройках компоновщика есть команда на генерацию библиотеки:

    /IMPLIB:”..\..\lib\vc_dll\wxbase28ud_odbc.lib”

    Но вот дело в том, что после компиляции odbc, библиотека wxbase28ud_odbc.lib не создается.

    Проект net из солюшина имеет аналогичные настройки и либа создается. В odbc ни в какую.

    Кто сталкивался?

    • Post Author
      T-Rex
      Posted March 5, 2009 at 19:10

      wxUSE_ODBC в wx/msw/setup.h надо включить, без этого wxODBC библиотека будет пустая а import library не будет создаваться.

  • Kela
    Posted March 6, 2009 at 00:22

    Спасибо!

    После вашего ответа, я понял, что документацию все-же стОит читать:

    > Pleae notice that it’s normal that dbgrid project doesn’t build if wxUSE_ODBC is set to 0 (default).

  • Hossein
    Posted December 11, 2009 at 19:45

    Hello dear t-rex , do you remember me ?
    almost a year ago i emailed you to help me of my final project in wxwidgets and you kindly and patiently helped me .
    first of all im here to Thank you very much . i really bothered you with my silly questions .
    God bless you , you are a great help to me and also those newbies out there .

    secondly i have a favor to ask . can you add a section to your blog which contains videos of your tutorials ?
    specially for working with wxsmith ( a free open source rad tools) , because i saw a post of yours , that you actually did it . this will be a great help to us the newbies .

    and i have another favor to ask . can you post a tutorial on Form relations in wxWidgets ( and C++ of course)
    i mean for example how to make a setting form and change the values in our main form . it is a huge help to us .
    i know how to do it in c# but in c++ im stuck . (making a working constructor and how to send the form object as parameter)

    and again would you add a subscribe to blog updates ?

    again Thankyou a billion times .
    Regards
    Hossein

Leave a comment

0.0/5