Search found 20 matches

by dskiller1
09 Nov 2018, 10:53
Forum: Coding
Topic: vs compile warnings causing errors?
Replies: 10
Views: 15615

Re: vs compile warnings causing errors?

Just didnt have enough time to write down changes and list them ,when it was ported over to the windows store in May,which is the last build that was able to compile correctly.
but did list links to the Github source.
by dskiller1
19 Oct 2018, 07:01
Forum: Coding
Topic: vs compile warnings causing errors?
Replies: 10
Views: 15615

Re: vs compile warnings causing errors?

I do eventually get it to compile through CMD . but it doesnt package it. so I have to copy the needed files together , but it doesnt run on windows 10 1809. gives (initialize_physicsFS:571,there was a problem trying to init Physfs. Error was no error). and doesnt make a log how ever it works on win...
by dskiller1
16 Aug 2018, 08:00
Forum: Coding
Topic: vs compile warnings causing errors?
Replies: 10
Views: 15615

Re: vs compile warnings causing errors?

edit: I been trouble shooting with cmd compiling. but should apply to using vs IDE with this option in cmakelist.txt OPTION(WZ_ENABLE_WARNINGS_AS_ERRORS "Enable compiler flags that treat (most) warnings as errors" ON) is capturing all warnings as errors and wont build anything. turning the...
by dskiller1
15 Aug 2018, 18:48
Forum: Coding
Topic: vs compile warnings causing errors?
Replies: 10
Views: 15615

Re: vs compile warnings causing errors?

cmake -H. -DCMAKE_TOOLCHAIN_FILE=F:\warzone2100\vcpkg\scripts\buildsystems\vcpkg.cmake -Bbuild -G "Visual Studio 15 2017 Win64" -- The C compiler identification is MSVC 19.14.26433.0 -- The CXX compiler identification is MSVC 19.14.26433.0 -- Check for working C compiler: C:/Program Files ...
by dskiller1
15 Aug 2018, 18:38
Forum: Coding
Topic: vs compile warnings causing errors?
Replies: 10
Views: 15615

vs compile warnings causing errors?

trying to compile cmd and visualstudio it self but run into build errors everytime. warnings... "F:\warzone2100\build\ALL_BUILD.vcxproj" (default target) (1) -> "F:\warzone2100\build\lib\exceptionhandler\exception-handler.vcxproj" (default target) (5) -> "F:\warzone2100\buil...
by dskiller1
02 Aug 2018, 16:49
Forum: Coding
Topic: missing .cmake error
Replies: 2
Views: 3892

Re: missing .cmake error

edit: with the newest visual studio update 15.8, it wont auto generate the json file. I had to tell visual studio which windows platform I was working with. and now json will only list that platform your working with. but then later breaks. and wont work again. yeah... dont update visual studio 15.8...
by dskiller1
02 Aug 2018, 14:10
Forum: Coding
Topic: missing .cmake error
Replies: 2
Views: 3892

missing .cmake error

following the directions on github cmake -DCMAKE_TOOLCHAIN_FILE=vcpkg\scripts\buildsystem\vcpkg.cmake -Bbuild -G "Visual Studio 15 2017 CMake Error: The source directory "C:/warzone2100/.cmake" does not exist am I missing something or instructions need to be updated. I removed the cur...
by dskiller1
12 May 2018, 17:28
Forum: Coding
Topic: config file location in code?
Replies: 2
Views: 4923

Re: config file location in code?

ok thankyou
by dskiller1
12 May 2018, 16:42
Forum: Coding
Topic: config file location in code?
Replies: 2
Views: 4923

config file location in code?

where is in source that tells the portable version to put the warzone config folder?
like if I want it to go to documents folder or the user/appdata/roaming folder
thankyou
by dskiller1
28 Sep 2017, 08:08
Forum: Coding
Topic: visual studio 2017 build issues
Replies: 12
Views: 9346

Re: visual studio 2017 build issues

I have only the one qt installed.

I found out the debug version builds and runs.

but the release version doesnt.

qt paths

Path=C:\Qt\5.9.1\msvc2015\bin
QT5DIR=C:\Qt\5.9.1\msvc2015
by dskiller1
22 Sep 2017, 05:30
Forum: Coding
Topic: visual studio 2017 build issues
Replies: 12
Views: 9346

Re: visual studio 2017 build issues

well..

I got cmake working.

and it builds the exe and .dll files but when starting it shows cmd type screen and then error box stating the procdure entry point ?istransactionstarted@QJODevice@@QBE_NZ could not be located in the dynamic link library c:\qt\qt5.9.1\msvc2015\bin\qt5script.dll
by dskiller1
21 Sep 2017, 15:39
Forum: Coding
Topic: visual studio 2017 build issues
Replies: 12
Views: 9346

visual studio 2017 build issues

I didnt see anything wrong with using the nuget, at lest it was working. with the new way I run into problems. for some reason the project doesnt have the third party folder including in the sln, so it doesnt find glew and the other files. I follow the direction for cmake. and still run into the pro...
by dskiller1
07 Apr 2017, 03:11
Forum: Ideas and suggestions
Topic: An honest attempt to get Warzone 2100 Greenlite
Replies: 13
Views: 12220

Re: An honest attempt to get Warzone 2100 Greenlite

while its not steam..... I do have it listed through the windows 10 store..... https://www.microsoft.com/en-us/store/p/warzone-2100/9nblggh554br also waiting for newly compiled version to be certified and listed.. performance wise.. the are delays when loading levels, but I blame the Universal Windo...
by dskiller1
31 Oct 2016, 13:46
Forum: Coding
Topic: missing files on master
Replies: 15
Views: 11969

Re: missing files on master

there was some other problems but I managed to fix them. Would be nice to here from your fixes. I startet yesterday with the visualstudio build and it worked all great ( https://github.com/Warzone2100/warzone2100/blob/master/win32/README.md ; thank you https://github.com/vlj ) I wanted to know why ...
by dskiller1
27 Oct 2016, 21:12
Forum: Coding
Topic: missing files on master
Replies: 15
Views: 11969

Re: missing files on master

there was some other problems but I managed to fix them.