Re: WINCE .NET 4.2/Accelent
From: Paul G. Tobey [eMVP] (ptobey_no_spam_at_instrument_no_spam.com)
Date: 06/10/04
- Next message: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Previous message: Rick: "Re: WINCE .NET 4.2/Accelent"
- In reply to: Rick: "Re: WINCE .NET 4.2/Accelent"
- Next in thread: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Reply: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Jun 2004 14:48:12 -0700
I don't recall changing anything else. You might try commenting the
SYSINTR_NETWORK out of nkintr.h and recompiling your platform to see if
someone else is counting on that definition and needs to have oalintr.h
included there. You also have to watch the #include order to make sure
oalintr.h is always after nkintr.h.
Paul T.
"Rick" <Rick.Noriega@Sypris.com> wrote in message
news:rskhc0dm02cgjb1e38g5r0figueicu3i4h@4ax.com...
> I tried this and while it resolved the compiler warning, my ethernet
> connection was working no better. I recently did a side by side
> install of WinCE.NET 4.1 and 4.2. I have another PC with 4.2 alone.
> I am going to build there and see if that makes a difference.
>
> On Thu, 10 Jun 2004 08:59:27 -0700, "Paul G. Tobey [eMVP]"
> <ptobey_no_spam@instrument_no_spam.com> wrote:
>
> >I've done it. The reason you have a redefinition error for
SYSINTR_NETWORK
> >is that Microsoft now defines that in one of *their* header files. Of
> >course, Accelent also defines it. So, you have two choices: edit the MS
> >header file or take other actions to disable the MS version of the
#define,
> >or modify the Accelent source to remove *their* version of the #define
(and
> >correct whatever problems doing those things causes). I disabled the MS
> >define, as I liked the SYSINTR number I was using from Accelent. Here's
> >what I did in oalintr.h:
> >
> >// PGT: One of the QFEs added SYSINTR_NETWORK to nkintr.h. I want to use
> >// *our* value, not the one from nkintr.h, so I undefine it and redefine
it
> >// here.
> >#ifdef SYSINTR_NETWORK
> > #undef SYSINTR_NETWORK
> >#endif
> >
> >// Continue with the Accelent define of SYSINTR_NETWORK...
> >
> >Paul T.
> >
> >"Bruce Eitman (eMVP)" <beitmannospam@nospam.neo.rr.com> wrote in message
> >news:%23HYGajvTEHA.3476@tk2msftngp13.phx.gbl...
> >> Rick:
> >>
> >> The bad news is that I don't think that any other customers did this
work
> >> themselves. I believe that they purchased the upgrade or Schema from
> >> Accelent.
> >>
> >> You may want to contact SMSC to get the source code for that driver.
> >>
> >> --
> >> Bruce Eitman (eMVP)
> >> Senior Engineer
> >>
> >>
> >>
> >
>
- Next message: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Previous message: Rick: "Re: WINCE .NET 4.2/Accelent"
- In reply to: Rick: "Re: WINCE .NET 4.2/Accelent"
- Next in thread: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Reply: Bruce Eitman \(eMVP\): "Re: WINCE .NET 4.2/Accelent"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|