Posts: 40,483
Threads: 491
Joined: Aug 2002
I think I've got all of the pre-open source stuff stripped out now. I'll probably go ahead and set up the new repo on github as private initially, then let Mark have a look at it and try the build procedures. If that goes well I can make it public.
Dean Roddey
Explorans limites defectum
Posts: 440
Threads: 49
Joined: Apr 2007
(12-22-2020, 11:06 AM)Bugman Wrote: Dean: I went from 5.4.0 to 915, back to 5.40. and now to latest 917.
I installed on the Master Server ok, but tried a client and while it contacted the server it failed at the end with a "The Master Server connection validation failed"
Any idea? I used the IP address of the MS in the setup steps perhaps the computer name?
Just an update, I had to reboot all my machines to get this to stick but no issues since.
Posts: 426
Threads: 39
Joined: May 2006
Mark or Dean, what build tools will we need installed on our "build" system to modify and build CQC? Thanks.
Posts: 40,483
Threads: 491
Joined: Aug 2002
That's documented on the Github repository pages. So far only the CIDLib layer is up there since I've not posted the CQC code. You have to build our CIDLib system first since CQC is built on top of that. Then you build CQC, which needs a good bit less setup since it's getting most everything from the CIDLib system.
The primary thing you'll need is Visual Studio 2019. There's a free community edition. Make sure to enable the C++ compiler when installing it since CIDLib/CQC are C++ based.
Beyond that, you'll need a number of standard Windows SDKs, which are listed in the repository Wiki pages.
https://github.com/DeanRoddey/CIDLib
Dean Roddey
Explorans limites defectum
Posts: 426
Threads: 39
Joined: May 2006
Posts: 40,483
Threads: 491
Joined: Aug 2002
The repository is created. I just now have to convince myself to press that 'make public' button. I won't be able to add the build instructions until after it's public since the Wiki thingy isn't available on free repos unless the are public.
Dean Roddey
Explorans limites defectum
Posts: 1,193
Threads: 32
Joined: Dec 2003
Are you planning a 5.5 release prior to going public?
Les
Posts: 40,483
Threads: 491
Joined: Aug 2002
No, the 914 beta will be the last licensed version. 915/916 we don't speak of. 917 will be the first post-licensed version. And then we'll move forward from there and I guess the next release will be 6.0, the first open source one. But until there are some actual changes relative to 917 it's not worth doing.
I just made the repo public:
https://github.com/DeanRoddey/CQC
There is just basic build instructions so far.
Dean Roddey
Explorans limites defectum
Posts: 426
Threads: 39
Joined: May 2006
Dean, it looks like replied in the wrong thread last night. I did run some more tests this morning and it appears that a SetURL is never being sent. I sent you an email with more info. Thanks.
Posts: 1,498
Threads: 142
Joined: May 2007
Bryan,
I had a similar problem back in April with SetURL. Link is here ->
https://www.charmedquark.com/vb_forums/s...?tid=11101
I ended up editing the commands and got it working. Not sure if this is similar to yours, but might be something to check.