It's a 64 bit Qt so I had to use the x64 Native Tools Command Prompt (the Developer command prompt gave me an error saying I was trying to compile, something about x86 and x64 incompatibility. It seems to compile now, now all I have to do is figure out where it is and how to use itThanks for the help. I was trying to do it from administrator command line and I guess that's why it wasn't working. My only excuse is that I never use command line to compile, but with Qt there's no choice. Edited: It seems to have compiled looking at the command prompt, at least I don't see any fatal errors, but I can't find where it compiled it to. I've done a search on the Qt folder and the qtserver folder, and can't find the dll. I did compile it with the -library option so there should be a dll. The only qtservice files I can find are the ones it uses to compile. The examples are there, but I can't find the library or include file so that I can use it in my program. Now what did I do wrong?




Thanks for the help. I was trying to do it from administrator command line and I guess that's why it wasn't working. My only excuse is that I never use command line to compile, but with Qt there's no choice. Edited: It seems to have compiled looking at the command prompt, at least I don't see any fatal errors, but I can't find where it compiled it to. I've done a search on the Qt folder and the qtserver folder, and can't find the dll. I did compile it with the -library option so there should be a dll. The only qtservice files I can find are the ones it uses to compile. The examples are there, but I can't find the library or include file so that I can use it in my program. Now what did I do wrong?
Reply With Quote

Bookmarks