This tutorial shows how to:
You can download this video here (1.77 MB).
Введение Уже долгое время не пишу статьи о разработке, хотя сам процесс написания мне очень…
I can see that there is still a lot of topics at wxWidgets forums related…
I've just published the source code of wxToolBox component and a couple of sample apps at…
Microsoft released their Kinect SDK several days ago. So, for those wxWidgets developers who are…
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to…
Вдохновленнный читаемой нынче книгой My Job Went to India: 52 Ways to Save Your Job…
View Comments
Пытаюсь скомпилить 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 ни в какую.
Кто сталкивался?
wxUSE_ODBC в wx/msw/setup.h надо включить, без этого wxODBC библиотека будет пустая а import library не будет создаваться.
Спасибо!
После вашего ответа, я понял, что документацию все-же стОит читать:
> Pleae notice that it's normal that dbgrid project doesn't build if wxUSE_ODBC is set to 0 (default).
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