You are here

TrollTech Registry Entry Help ( Need Some Info )

2 posts / 0 new
Last post
David Dixon II
David Dixon II's picture
Offline
Last seen: 2 years 2 months ago
Developer
Joined: 2007-06-11 22:54
TrollTech Registry Entry Help ( Need Some Info )

Ok When lightscreen runs, it makes a entry in the registry called TrollTech, to find where the .dll picture file is. This is suppose to be deleted after lightscreen is finished.

But i need to know, there is another app that uses that trolltech entry but i forgot its name (its an app that shows a pictures info & its in beta testing right now) whats that apps name and what are the other apps names that you can list that use this registry entry? thanks for the help all Biggrin

Travis Carrico
Offline
Last seen: 15 years 4 months ago
Developer
Joined: 2006-10-22 00:30
QT

it is not just one app. Trolltech is the company who does the QT toolkit. Every program that uses QT may have the Trolltech registry entries. I know ConvertAll has Trolltech keys come up for custom colors. Look at my source of ConvertAll Portable and maybe InfraRecorder for some help. They check if the keys are there at the start and at the end delete them if they weren't there. Also just in case something made values while your program is running, i use ${registry::DeleteKeyEmpty} where it only deletes the keys if they're empty if they're supposed to be

Log in or register to post comments