I use both U++ and code::block in my project.
- U++ because it is a RAD mainly for all my dialogs
- code::block because my old codes are always usefull and are in native win32 (a simple video application programme).
Now my question is, it is possible to produce a dll or a library .a usign U++ (instead of executable). So I can call juste some dlls with my code:block!!