Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 903 Bytes

File metadata and controls

24 lines (15 loc) · 903 Bytes

Arcade

Application for tracking arcade game boards and their associated electronic components, controls, audio, video and display information.

Copyright (C) 2006-2026 Kevin Eshbach

Requirements

  • Microsoft Windows 7, Windows 8, Windows 8.1, Windows 10 or Windows 11
  • Microsoft .NET Framework v4.00
  • Microsoft Access or SQL Server database

Building

  • Install Visual Studio 2022
  • Install Windows 10 SDK, version 10.0.19041.1
  • Install .NET Framework v4.00 Reference Libraries (This is not included with Visual Studio 2022.)
  • Launch a Command Prompt and go to the 'Source' directory
  • Run the command "cscript build.wsf /verbose:+ /binaryType:Release" (without the quotes) to build the release configuration (To build the debug configuration replace "Release" with "Debug".)

Programming Languages

The application is a combination of C, Managed C++ and C#.