octareenroon91 / analog-box

Automatically exported from code.google.com/p/analog-box
0 stars 0 forks source link

ABox won't build with newer MASM,LINK and NMAKE #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: Building 2.41 source tree with newer tools 
-- VS2008 -- emits numerous errors.

Recommend: Get and investigate newer tools.

Original issue reported on code.google.com by andyt7...@gmail.com on 1 Jul 2011 at 7:26

GoogleCodeExporter commented 9 years ago
SOLVED ABOX242. 
Verified on command line with Visual Studio Express versions of tools.
  NMAKE.exe 9.00
  ML.exe    9.00
  LINK.exe  9.00
  RC.exe    6.1
Fixes involved: adding command parameters, setting a few asm 
operand types, and rewritting an import function table.

Original comment by andyt7...@gmail.com on 1 Jul 2011 at 7:34

GoogleCodeExporter commented 9 years ago
3rd party build verification is needed before this issue can be closed.

Original comment by andyt7...@gmail.com on 9 Jul 2011 at 7:27