[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
RE: [dsdp-tm-dev] Building TCF agent for windows 2000
 | 
Hello Patil,
 
thanks a lot for your contribution!
 
Could you please file a bugzilla bug against TCF holding 
exactly the same text?
For IP reasons, we can only accept contributions 
coming through bugzilla.
Filing the bug is simple, just use this 
link:
 
you should subscribe to if you haven't yet -- it's the 
place for all things TCF now:
 
Thanks,
--
Martin Oberhuber, Senior Member of Technical 
Staff, Wind River
Target Management Project 
Lead, DSDP PMC Member
 
 
  
  
  Hi,
   
  I tried to 
  build TCF agent for windows 2000 with Visual studio 2005 and Microsoft 
  platform SDK 2003 (as this is the highest version of visual studio running on 
  windows 2000). There is problem with winsock API versions and dlls. After 
  troubleshooting I could find out that we need to 
   
   
  Need to 
  remove 
  # 
  define 
  _WSPIAPI_H_
   
  Put top of 
  all
  #define 
  _WIN32_WINNT 0x0500
   
  From mdep.h 
  
   
  Clean and 
  rebuild solution again. Results are confusing if you only build. So lets 
  take no risk.
   
  You can open 
  the same project with older version Visual C++ 2005 by editing project and 
  solution files manually to the previous versions. I think it is good to put 
  the project files to generate using Visual C++ 2005.
   
  Best Regards, 
  Shashikant