Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: DataServer Source season 2  (Visto 2414 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Natzugen Posteado: August 11, 2017, 10:54:27 PM | Modificado: August 11, 2017, 10:57:33 PM by Natzugen

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 18511
  • co
Bueno, como dice el titulo este es el source del dataserver de la s4 modificado para funcionar con la season 2 (version 0.65).



Descarga


Contraseña
tuservermu.com.ve

Creditos
Webzen
Th3Ang3l


Offline 日メリーのRu #1 Posteado: June 23, 2018, 05:34:54 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 111
  • Gracias recibida: 556
  • jp
@Natzugen Disculpa que reviva el tema bro, pero necesitaba preguntarte algo: ¿Dejaste el source funcional, solo compilar y listo? porque compilo y manda muchos errores, y estuve revisando toda la fuente y algunos archivos no lo puedes abrir, intente compilarlo en Debug y Release y nada uso Visual Studio 2010 Ultimate y el 2012


Offline Natzugen #2 Posteado: June 23, 2018, 05:51:20 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 18511
  • co
@Natzugen Disculpa que reviva el tema bro, pero necesitaba preguntarte algo: ¿Dejaste el source funcional, solo compilar y listo? porque compilo y manda muchos errores, y estuve revisando toda la fuente y algunos archivos no lo puedes abrir, intente compilarlo en Debug y Release y nada uso Visual Studio 2010 Ultimate y el 2012
yo lo compile con el 2013 ultimate sin problemas


Offline 日メリーのRu #3 Posteado: June 23, 2018, 10:15:33 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 111
  • Gracias recibida: 556
  • jp
@Natzugen Disculpa que reviva el tema bro, pero necesitaba preguntarte algo: ¿Dejaste el source funcional, solo compilar y listo? porque compilo y manda muchos errores, y estuve revisando toda la fuente y algunos archivos no lo puedes abrir, intente compilarlo en Debug y Release y nada uso Visual Studio 2010 Ultimate y el 2012
yo lo compile con el 2013 ultimate sin problemas

Tal cual y como lo publicaste? Me tocara bajarme el 2013 a ver que onda


Offline Natzugen #4 Posteado: June 24, 2018, 05:50:06 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 18511
  • co
@Natzugen Disculpa que reviva el tema bro, pero necesitaba preguntarte algo: ¿Dejaste el source funcional, solo compilar y listo? porque compilo y manda muchos errores, y estuve revisando toda la fuente y algunos archivos no lo puedes abrir, intente compilarlo en Debug y Release y nada uso Visual Studio 2010 Ultimate y el 2012
yo lo compile con el 2013 ultimate sin problemas

Tal cual y como lo publicaste? Me tocara bajarme el 2013 a ver que onda
mostrame los logs que te deja


Offline 日メリーのRu #5 Posteado: June 24, 2018, 07:30:06 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 111
  • Gracias recibida: 556
  • jp
@Natzugen Disculpa que reviva el tema bro, pero necesitaba preguntarte algo: ¿Dejaste el source funcional, solo compilar y listo? porque compilo y manda muchos errores, y estuve revisando toda la fuente y algunos archivos no lo puedes abrir, intente compilarlo en Debug y Release y nada uso Visual Studio 2010 Ultimate y el 2012
yo lo compile con el 2013 ultimate sin problemas

Tal cual y como lo publicaste? Me tocara bajarme el 2013 a ver que onda
mostrame los logs que te deja

Lo basico, que no se puede abrir tal archivo, que no se encuentran variables definidas, tal y cual como lo descargue:
Code: [Select]
1>------ Operación Generar iniciada: proyecto: Dataserver, configuración: Debug Win32 ------
1>Compilación iniciada a las 24/6/2018 7:28:51 a. m..
1>InitializeBuildStatus:
1>  Se creará ".\Debug\Dataserver.unsuccessfulbuild" porque se especificó "AlwaysCreate".
1>ClCompile:
1>  StdAfx.cpp
1>  MapServerManager_DS.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(59): warning C4244: 'argumento' : conversión de 'time_t' a 'unsigned int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(95): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(113): warning C4244: '=' : conversión de 'float' a 'int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(129): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(132): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(135): warning C4244: '=' : conversión de 'float' a 'int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(142): warning C4244: '=' : conversión de 'float' a 'WORD'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(186): warning C4244: '=' : conversión de 'short' a 'BYTE'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(210): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(213): warning C4244: '=' : conversión de 'float' a 'BYTE'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(216): warning C4244: '=' : conversión de 'float' a 'WORD'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(219): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(330): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  protocol.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\protocol.cpp(449): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\protocol.cpp(619): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  ZenEvenDb.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  WarehouseDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  ServerPrc.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\serverprc.cpp(31): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\serverprc.cpp(67): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  QuestMonKillDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\questmonkilldbset.cpp(30): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\questmonkilldbset.cpp(30): error C2065: 'szDbConnectPass' : identificador no declarado
1>  PetDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\petdbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\petdbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  PeriodItemDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  OptionDbSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  ItemExtDbSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  GSDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectPass' : identificador no declarado
1>  DBConBase.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\dbconbase.cpp(31): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\dbconbase.cpp(33): error C2065: 'szDbConnectDsn' : identificador no declarado
1>  CrywolfDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\crywolfdbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\crywolfdbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  CharPreviewDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  CharDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(283): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(284): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(285): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(286): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(287): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(288): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(289): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(317): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(318): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(319): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(320): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(321): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  CastleDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\castledbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\castledbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  AccountCharDBSet.cpp
1>  zzzitem.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(2979): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3029): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3176): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3213): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  WzMemScript.cpp
1>  winutil.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(65): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(69): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(74): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(115): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(123): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(134): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(147): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>  Generando código...
1>  Compilando...
1>  SetItemOption.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(37): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(106): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(134): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  MyWinsockBase.cpp
1>  logproc.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(95): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(109): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(114): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(124): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(145): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(150): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(190): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(209): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(231): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(235): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(241): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.h(153) : vea la declaración de 'asctime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(244): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(247): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(358): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>  classdef.cpp
1>  WZScriptEncode.cpp
1>  WZQueue.cpp
1>  WzItemSerial.cpp
1>  WZIPCheck.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\wzipcheck.cpp(61): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  wsJoinServer.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\wsjoinserver.cpp(344): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  MuNameCheck.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\munamecheck.cpp(77): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  MiniDump.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\minidump.cpp(41): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(363) : vea la declaración de '_snprintf'
1>  MainFrm.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(153): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(155): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(162): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(166): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(171): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(182): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(183): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(191): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(192): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(193): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(198): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(199): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(200): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(205): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(206): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(207): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(212): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(213): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(214): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(219): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(220): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(221): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(226): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(227): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(228): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(233): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(234): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(235): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(240): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(241): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(242): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  LogToFile.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(23): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(27): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(32): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(36): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(62): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  giocp.cpp
1>  DirPath.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(31): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(36): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(37): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  DelayHandler.cpp
1>  Dataserver.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dataserver.cpp(57): warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(5344) : vea la declaración de 'CWinApp::Enable3dControls'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dataserver.cpp(114): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(325) : vea la declaración de 'sscanf'
1>  CQuery.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(50): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(51): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(52): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(241): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(246) : vea la declaración de 'stricmp'
1>  ChildView.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(70): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(71): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(72): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(90): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(188) : vea la declaración de 'strncpy'
1>  BaseDAO.cpp
1>  Generando código...
1>  Compilando...
1>  BadSyntaxChk.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\badsyntaxchk.cpp(33): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  ActiveMng.cpp
1>  Generando código...
1>
1>ERROR al compilar.
1>
1>Tiempo transcurrido 00:00:12.77
========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========


Offline Natzugen #6 Posteado: June 24, 2018, 07:03:00 PM | Modificado: June 24, 2018, 07:06:20 PM by Natzugen

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 18511
  • co

Lo basico, que no se puede abrir tal archivo, que no se encuentran variables definidas, tal y cual como lo descargue:
Code: [Select]
1>------ Operación Generar iniciada: proyecto: Dataserver, configuración: Debug Win32 ------
1>Compilación iniciada a las 24/6/2018 7:28:51 a. m..
1>InitializeBuildStatus:
1>  Se creará ".\Debug\Dataserver.unsuccessfulbuild" porque se especificó "AlwaysCreate".
1>ClCompile:
1>  StdAfx.cpp
1>  MapServerManager_DS.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(59): warning C4244: 'argumento' : conversión de 'time_t' a 'unsigned int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(95): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(113): warning C4244: '=' : conversión de 'float' a 'int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(129): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(132): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(135): warning C4244: '=' : conversión de 'float' a 'int'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(142): warning C4244: '=' : conversión de 'float' a 'WORD'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(186): warning C4244: '=' : conversión de 'short' a 'BYTE'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(210): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(213): warning C4244: '=' : conversión de 'float' a 'BYTE'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(216): warning C4244: '=' : conversión de 'float' a 'WORD'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(219): warning C4244: '=' : conversión de 'float' a 'short'; posible pérdida de datos
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mapservermanager_ds.cpp(330): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  protocol.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\protocol.cpp(449): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\protocol.cpp(619): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  ZenEvenDb.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\zenevendb.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  WarehouseDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\warehousedbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  ServerPrc.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\serverprc.cpp(31): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\serverprc.cpp(67): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  QuestMonKillDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\questmonkilldbset.cpp(30): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\questmonkilldbset.cpp(30): error C2065: 'szDbConnectPass' : identificador no declarado
1>  PetDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\petdbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\petdbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  PeriodItemDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\perioditemdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  OptionDbSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\optiondbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  ItemExtDbSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\itemextdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  GSDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\gsdbset.cpp(33): error C2065: 'szDbConnectPass' : identificador no declarado
1>  DBConBase.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\dbconbase.cpp(31): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\dbconbase.cpp(33): error C2065: 'szDbConnectDsn' : identificador no declarado
1>  CrywolfDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\crywolfdbset.cpp(24): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\crywolfdbset.cpp(24): error C2065: 'szDbConnectPass' : identificador no declarado
1>  CharPreviewDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectDsn' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\charpreviewdbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  CharDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(283): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(284): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(285): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(286): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(287): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(288): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(289): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(317): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(318): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(319): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(320): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\chardbset.cpp(321): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  CastleDBSet.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\castledbset.cpp(25): error C2065: 'szDbConnectID' : identificador no declarado
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dbset\castledbset.cpp(25): error C2065: 'szDbConnectPass' : identificador no declarado
1>  AccountCharDBSet.cpp
1>  zzzitem.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(2979): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3029): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3176): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\zzzitem.cpp(3213): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  WzMemScript.cpp
1>  winutil.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(65): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(69): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(74): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(115): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(123): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(134): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\winutil.cpp(147): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>  Generando código...
1>  Compilando...
1>  SetItemOption.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(37): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(106): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\setitemoption.cpp(134): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  MyWinsockBase.cpp
1>  logproc.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(95): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(109): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(114): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(124): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(145): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(150): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(190): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(209): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(231): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : vea la declaración de 'localtime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(235): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(241): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.h(153) : vea la declaración de 'asctime'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(244): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(247): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logproc.cpp(358): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>  classdef.cpp
1>  WZScriptEncode.cpp
1>  WZQueue.cpp
1>  WzItemSerial.cpp
1>  WZIPCheck.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\wzipcheck.cpp(61): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  wsJoinServer.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\wsjoinserver.cpp(344): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>  MuNameCheck.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\munamecheck.cpp(77): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  MiniDump.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\minidump.cpp(41): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(363) : vea la declaración de '_snprintf'
1>  MainFrm.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(153): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(155): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(162): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(166): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(171): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(182): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(183): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(191): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(192): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(193): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(198): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(199): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(200): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(205): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(206): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(207): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(212): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(213): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(214): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(219): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(220): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(221): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(226): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(227): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(228): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(233): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(234): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(235): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(240): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(241): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\mainfrm.cpp(242): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  LogToFile.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(23): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(27): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(32): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(36): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(62): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : vea la declaración de 'vsprintf'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\logtofile.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  giocp.cpp
1>  DirPath.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(31): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(36): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dirpath.cpp(37): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>  DelayHandler.cpp
1>  Dataserver.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dataserver.cpp(57): warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afxwin.h(5344) : vea la declaración de 'CWinApp::Enable3dControls'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\dataserver.cpp(114): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(325) : vea la declaración de 'sscanf'
1>  CQuery.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(50): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(51): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(52): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : vea la declaración de 'strcpy'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\cquery.cpp(241): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(246) : vea la declaración de 'stricmp'
1>  ChildView.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(70): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(71): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(72): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(110) : vea la declaración de 'strcat'
1>c:\users\bypro\downloads\dataserver 0.65\source_db\childview.cpp(90): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(188) : vea la declaración de 'strncpy'
1>  BaseDAO.cpp
1>  Generando código...
1>  Compilando...
1>  BadSyntaxChk.cpp
1>c:\users\bypro\downloads\dataserver 0.65\source_db\badsyntaxchk.cpp(33): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(234) : vea la declaración de 'fopen'
1>  ActiveMng.cpp
1>  Generando código...
1>
1>ERROR al compilar.
1>
1>Tiempo transcurrido 00:00:12.77
========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========
- desactiva las funciones deprecadas o actualizalas (_CRT_SECURE_NO_WARNINGS)
- Corrige el directorio del stdafx.h en algunos de los archivos.
Mi consejo si queres evitarte problemas intente reemplazar todo lo que use char con string. De esa manera tenes mas manejo con las tiras de caracteres y no tenes que usar las funciones deprecadas como strcmp, strncpy, etc.


Offline shangxin #7 Posteado: July 16, 2018, 01:00:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 65
  • Gracias recibida: 29
  • cn

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
0 Replies
2262 Views
Last post December 07, 2016, 12:36:45 PM
by malon2k
14 Replies
5263 Views
Last post August 26, 2023, 12:13:15 PM
by KhongGianOL
53 Replies
16737 Views
Last post October 19, 2019, 12:29:03 AM
by Dexign
5 Replies
4184 Views
Last post July 08, 2020, 09:22:29 PM
by xxmenonxx
7 Replies
3991 Views
Last post December 21, 2017, 06:34:02 AM
by fukpim