Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: Doug Mitton <doug_mitton@xxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 14:09:05 -0500
rg.jones@xxxxxxxxxx wrote:
Fixed
.\source\Debug.cpp(3748) : error C2065: 'iByte' : undeclared identifier
(moved this out of the for loop)
.\source\Video.cpp(463) : error C2065: 'pixel' : undeclared identifier
(add int to pixel)
.\source\Mockingboard.cpp(1253) : error C2065: 'i' : undeclared
identifier (added int to i)
.\source\Video.cpp(507) : error C2065: 'pixel' : undeclared identifier
(added int to pixel)
Now I get a clean compile.
I also removed any files I dragged over from a previous version of
AppleWin.
It works fine now - it turns out the problem was with a 65c02p.dll file
I dragged over from a previous verison of AppleWin
:O)
Glenn
Thank you, this resolved most of my issues. I am still getting (at
this point) 2/3 additional problems:
1) I get 300 "macro redefinition warnings" similar to:
c:\program files\microsoft visual studio
8\vc\platformsdk\include\specstrings.h(359) : warning C4005:
'__out_bcount' : macro redefinition
c:\program files\microsoft visual studio
8\vc\include\sal.h(510) : see previous definition of '__out_bcount'
(Sorry about the line wrap!)
2) Resource compile error:
Compiling resources...
..\RESOURCE\Applewin.rc(10) : fatal error RC1015: cannot open include
file 'winres.h'.
This file that it is looking for is actually in the PlatformSDK
samples directory.
3) If I copy it over to the active include directory I get (similar
to):
Compiling resources...
..\RESOURCE\Applewin.rc (20): error RC2144 : PRIMARY LANGUAGE ID not a
number
..\RESOURCE\Applewin.rc (55): error RC2135 : file not found:
FULLSCR_BUTTON
..\RESOURCE\Applewin.rc (56): error RC2135 : file not found: RUN_BUTTON
..\RESOURCE\Applewin.rc (57): error RC2135 : file not found:
DEBUG_BUTTON
(etc ...)
Note:
I am trying to compile AppleWin source 1.12.7.2 so I can (attempt to)
discover why Linux support stopped working.
Any pointers, suggestions or assistance? Thanks in advance.
--
------------------------------------------------
http://www3.sympatico.ca/dmitton
SPAM Reduction: Remove "x." from my domain.
------------------------------------------------
.
- Follow-Ups:
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: sicklittlemonkey
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- References:
- Building AppleWin using Visual C++ 2005 Express Edition
- From: rg . jones
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: rg . jones
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: sicklittlemonkey
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: sicklittlemonkey
- Re: Building AppleWin using Visual C++ 2005 Express Edition
- From: rg . jones
- Building AppleWin using Visual C++ 2005 Express Edition
- Prev by Date: Re: Building AppleWin using Visual C++ 2005 Express Edition
- Next by Date: Re: Robotron
- Previous by thread: Re: Building AppleWin using Visual C++ 2005 Express Edition
- Next by thread: Re: Building AppleWin using Visual C++ 2005 Express Edition
- Index(es):
Loading