Hi,
When trying to ude Network media devices (NMD) under ce6-R2, I encounterred
something I believe to be a "real" bug.
In av_upnp.h (public/servers/oak/inc) line 1648 there is a for loop.
The variable i is used outside the for loop in the next if-clause.
This does not compile under c++ !!!
To fix this , I had to declare the variable i, before the for-loop.
Another thing I am still busy figuring out is :
MediaQueryEngine_t::Initialize(...) is reported as unresolved.
The UnInitialize() counterpart, is linked OK, these 2 methods are declared
side by side, in the same sourcefile (MediaQueryEngine.cpp in
public\directx\oak\samples\nmd\inc )
So Why can it link the one,. but not the other ?
Please advise....
Greetings,
Rob