I am developing a system in QT4 using data in SQLite. I’ve found that Qt4 assumes a C++ compiler, which XP doesn’t include, apparently. I’ve attempted to download the GNU compiler with cygnet, but I get no response at the command line. (From memory, the compile syntax is g++.) I’ve downloaded Borland’s 5.5 and, again, no result. (From memory, the compile syntax is BCC32.)
I was going to download Bloodshed’s compiler but I think I need to clean out the above. However, they do not present in the control panel’s programs. Maybe I need to alter the path manually?
Can anyone steer me in the right direction?