Quote:
Change the #ifdef i386 to something obscene like i986.
You're system probably already has i386 defined , so commenting that out isnt going to help..
|
This did it. Thanks.
Quote:
You dont have to be good at C++, just common sense.. You DONT want to compile the assembly... IF DEFINED i386, compile this stuff, ELSE, compile this other thing..
|
I dunno... when you haven't seriiously touched any source code in close to 10 years, this type of association starts to deteriorate. It may seem obvious to you, who still maintains that critical association, but it's hardly a "common sense" observation.
Thanks for the assist, and reminding me of my own days as a snide young coder. ; )