Compiling a Desktop Application?

Started by
20 comments, last by Servant of the Lord 11 years, 7 months ago
Wow thanks for all this knoledge! I'll definitely be checking back here if I ever have trouble again hahaha Also as just a tip, how hard was it to line SFML up with QT and have it run properly? I tried to do it before but it didn't work out at all':/ but as you probably know already, I have no idea what I'm doing when I'm trying to connect stuff together hahahaha

~Saint Squireen
Advertisement
It wasn't too hard to get them working together - the hard part that they both have different programming styles and paradigms that don't line up too well with each other, so I find myself constantly having to switch between two distinct styles of architecture in the same project - one style must dominate, and unfortunately the one I didn't want was the one that exerted the most influence on my code. If I was to do it again (or refactor what I currently have), I could probably make it work alot better, but it's just something to be aware of.

This topic is closed to new replies.

Advertisement