User forums > Help
Updating wxWidgets - Updating projects developed under a previous wx version
stahta01:
So, till you post the build log, I have no more help to give you.
You either did not check the CB Project or you did something else wrong.
I will see how to make the wizard forgot; I never notice the problem because I always use a Global Variable.
Tim S.
stahta01:
I see no problem with the wxWidgets wizard.
It defaults to the prior value; but, why are you not changing it to the new value?
Edit: If you want it to be an global variable enter "$(#wx)" without the double quotes.
Tim S.
charles5577:
Hello again,
Many thanks, Tim S. for your patience.
Concerning the process for a new project: I never meant to say that is is not working. The contary, I think it is just fine. However, to explain, I followed the following procedure to create the project that asks for the 3.1.2 dll when running.
1. File->New->Project->Projects : select wxWidgets project
2. Next Window : info window that can be skipped
3. Newt Window : Select wxWidget version. I selected 3.1.x
4. Next Window : Project Title …
5. Next Window : Project Details ..
6. Next Window : Gui Builder
7. Next Window : This is the origin of my question. It asks for the wxWidgets Folder Location. I entered c:\wxWidgets-3.1.2 (my location). My question was when I entered c:\wxWidgets-3.1.2 does it mean that it will always look for 3.1.2 files, ie. the 3.1.2 dll, even though I updated to 3.1.3. Once the project is created you cannot go back to change this.
I do not think that things sould be changed. I probably just need to learn how to use the global variables better.
As this is my first time to use this forum, I am not really sure how to send you the build log file. Do I copy/paste from the log tab when building into this forum page. Do I create a log file and so how do I create it and how do I send it? I guess that I use the "Attachments" feature below to send it?
As for the global variables: It would probably be better to send you captured bitmaps of the Global Variables using the Windows capture feature. is this OK?
charles5577:
Hi again,
I copied pasted the compile log into a file. I also campured the Global Variables Dialog to show you my setup. I attach both files to this message.
charles5577:
Hi,
I just found the problem! Like alwarys a stupid error of mine!
My frame program loads a library (dll) that I prevoiusly developed. I also recompiled and linked this library with the new wx 3.1.3 configuration before. Still got the same error of missing a wx dll when trying to runn
I just now reopened the dll library a noticed that this library links to another dll library that I developed earlier. I just now recompiled and linked this second library with the new wx 3.1.3 configuration.
Went back to the Frame program and did a rebuild. The program ran.
Lesson learned: Make sure all dependencies are rebuilt and updated.
I would like to thank all who helped with this issue. Finally thanks to the wxWidgets and CodeBlock teams for developing a great IDE that is cross platform. Keep up the good work!
Navigation
[0] Message Index
[*] Previous page
Go to full version