set<int> in Qt creator and debugger
-
I doubt that creator 3.6 can load plugins of version 4.2.1.
I had wasted a while ago my time with enhancing the doxygen plugin. My rational was that at least I can use while doing a complete compilation of creator with all plugins. However, I had found out that another plugin, which I was relying on, changed interface. Adding the mostly non-existing documentation for feaures and interfaces completes in my opinion the nightmare.
Do you know if you can use plugins the other way around (e.g. 3.6 plugins in 4.2)?
Respectively, can you mix MinGW plugins with VS plugins?
The latter one is probably killed by incompatibility of different compilers, or is that assumption wrong? -
@koahnig
yes i assume only minor version will work.
I have 2 creators installed currently. seems to work.
Im not sure how compatible the plugins are but going to try an older creator:)We cannot use mingw plugins unless creator is compiled with mingw. I made such version to make
testing Designer plugins easier. but to run in the normal creator it must be compiled with vs 2013 or 2015 for 5.8 -
Here are the links first pciture
Second picture
Is my handling wrong or is it a general issue with the upload? -
@koahnig
Its general issue. The image is in fact uploaded to cloud server but sadly that area is only
available to the users on that Host. So it remains visible for some time to the poster and "some"
and then its gone. -
If I undertand you correctly I would need to install a previous version of Qt creator separately through creator install.exe. Are you aware of any downsides when you are downgrading from the buggy version?
E.g. are there conflicts through the various files holding settings?As noted before, I am not really happy to downgrade of potential version conflicts, but as it looks to me, it might be the best alternative. I need to debug structures based on std::map now. The same problem there. Probably not surprising I guess.
-
@koahnig said in set<int> in Qt creator and debugger:
E.g. are there conflicts through the various files holding settings?
There might be, you will probably at least need to reconfigure the project's kits (i.e. deleting the *.pro.user files). I'd try to load them directly first though, it might work fine.
@koahnig said in set<int> in Qt creator and debugger:
The same problem there.
It's the same data structure, so no surprise at all, indeed.