Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

32-bit or 64-bit?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> The Operational Art of War IV >> 32-bit or 64-bit? Page: [1]
Login
Message << Older Topic   Newer Topic >>
32-bit or 64-bit? - 6/23/2017 1:52:02 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline
Is the game compiled as 32-bit or 64-bit?
Is it written in C++, C#, or something else?
Does it use some sort of game engine or is it built from scratch?

Thanks.
Post #: 1
RE: 32-bit or 64-bit? - 6/23/2017 2:23:13 PM   
Curtis Lemay


Posts: 12969
Joined: 9/17/2004
From: Houston, TX
Status: offline

quote:

ORIGINAL: RogerBacon

Is the game compiled as 32-bit or 64-bit?
Is it written in C++, C#, or something else?
Does it use some sort of game engine or is it built from scratch?

Thanks.

32-bit.
C++ w/o MFC.
From scratch.

_____________________________

My TOAW web site:

Bob Cross's TOAW Site

(in reply to RogerBacon)
Post #: 2
RE: 32-bit or 64-bit? - 6/23/2017 2:32:00 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Curtis Lemay


quote:

ORIGINAL: RogerBacon

Is the game compiled as 32-bit or 64-bit?
Is it written in C++, C#, or something else?
Does it use some sort of game engine or is it built from scratch?

Thanks.

32-bit.
C++ w/o MFC.
From scratch.


Thank you for the fast response.

(in reply to Curtis Lemay)
Post #: 3
RE: 32-bit or 64-bit? - 6/23/2017 2:43:24 PM   
X.ray

 

Posts: 35
Joined: 4/18/2009
Status: offline
Why it's not 64-bit? It's been the era of 64-bit system for years...

(in reply to RogerBacon)
Post #: 4
RE: 32-bit or 64-bit? - 6/23/2017 3:31:06 PM   
Curtis Lemay


Posts: 12969
Joined: 9/17/2004
From: Houston, TX
Status: offline

quote:

ORIGINAL: X.ray

Why it's not 64-bit? It's been the era of 64-bit system for years...


For what purpose? What parameter in a wargame would require 64 bits? Most variables in the game are 16-bits. 32-bit ones are hard to come by. A 32-bit variable has a range of over 4-billion.

_____________________________

My TOAW web site:

Bob Cross's TOAW Site

(in reply to X.ray)
Post #: 5
RE: 32-bit or 64-bit? - 6/26/2017 6:17:24 PM   
ncc1701e


Posts: 7380
Joined: 10/29/2013
From: Utopia Planitia Fleet Yards
Status: offline

quote:

ORIGINAL: Curtis Lemay

For what purpose? What parameter in a wargame would require 64 bits?


For TOAW, perhaps to calculate the trajectory of each shell when two divisions meet.

(in reply to Curtis Lemay)
Post #: 6
RE: 32-bit or 64-bit? - 6/26/2017 8:09:42 PM   
Lobster


Posts: 5104
Joined: 8/8/2013
From: Third rock from the Sun.
Status: offline
quote:

ORIGINAL: X.ray

Why it's not 64-bit? It's been the era of 64-bit system for years...


The vast majority of games available on Steam, GOG and any other game retail site are 32 bit. Where do you get your 64 bit game information? The reason they are 32 bit is to reach the maximum number of buyers possible instead of reducing the number of potential buyers to only those who have 64 bit machines and operating systems.

< Message edited by Lobster -- 6/26/2017 8:11:20 PM >


_____________________________

http://www.operationbarbarossa.net/

Two things are infinite: the universe and human stupidity and I’m not sure about the universe-Einstein

Q: What do you call a boomerang that doesn’t come back?
A: A stick.

(in reply to X.ray)
Post #: 7
RE: 32-bit or 64-bit? - 6/26/2017 11:59:35 PM   
woos1981

 

Posts: 83
Joined: 7/13/2014
Status: offline
Win7-64-bit system could run the game?

(in reply to Curtis Lemay)
Post #: 8
RE: 32-bit or 64-bit? - 6/27/2017 2:17:26 AM   
Curtis Lemay


Posts: 12969
Joined: 9/17/2004
From: Houston, TX
Status: offline

quote:

ORIGINAL: wwwws

Win7-64-bit system could run the game?


Running just fine on my Win7-64-bit system.

_____________________________

My TOAW web site:

Bob Cross's TOAW Site

(in reply to woos1981)
Post #: 9
RE: 32-bit or 64-bit? - 6/27/2017 2:25:15 AM   
woos1981

 

Posts: 83
Joined: 7/13/2014
Status: offline
Great! thanks Lemay!

(in reply to Curtis Lemay)
Post #: 10
RE: 32-bit or 64-bit? - 6/27/2017 7:49:19 PM   
Tim McBride

 

Posts: 586
Joined: 12/24/2000
From: Nebraska
Status: offline

quote:

ORIGINAL: Curtis Lemay

From scratch.


Scratch or uses existing code from previous TOAW versions?

_____________________________

"Stand your ground. Don't fire unless fired upon. But if they mean to have a war, let it begin here."-John Parker

(in reply to Curtis Lemay)
Post #: 11
RE: 32-bit or 64-bit? - 6/27/2017 9:04:20 PM   
Curtis Lemay


Posts: 12969
Joined: 9/17/2004
From: Houston, TX
Status: offline

quote:

ORIGINAL: Tim McBride


quote:

ORIGINAL: Curtis Lemay

From scratch.


Scratch or uses existing code from previous TOAW versions?


Uses existing code from previous TOAW versions. (And probably from pre-TOAW stuff Norm had as well).

_____________________________

My TOAW web site:

Bob Cross's TOAW Site

(in reply to Tim McBride)
Post #: 12
RE: 32-bit or 64-bit? - 6/27/2017 10:26:51 PM   
Tim McBride

 

Posts: 586
Joined: 12/24/2000
From: Nebraska
Status: offline

quote:

ORIGINAL: Curtis Lemay


quote:

ORIGINAL: Tim McBride


quote:

ORIGINAL: Curtis Lemay

From scratch.


Scratch or uses existing code from previous TOAW versions?


Uses existing code from previous TOAW versions. (And probably from pre-TOAW stuff Norm had as well).


Sounds good. Looking forward to it.


_____________________________

"Stand your ground. Don't fire unless fired upon. But if they mean to have a war, let it begin here."-John Parker

(in reply to Curtis Lemay)
Post #: 13
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> The Operational Art of War IV >> 32-bit or 64-bit? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

3.406