Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - 70N1

#161
Quiero cambiarle el nombre al adaptador de red y solo dispongo del id, osea ROOT\NET\0001.
Como cambio el nombre "Conexion de area local" a "ipoptap"?

Pregunta de examen............ jajjaajaj


#162
No encuentro nada al respecto...
Intento instalar un adaptador de red  y cambiarle el nombre... pero no se.

Instalarlo ya lo tengo listo, el problema seria el listar los adaptadores de red por nombre y cuando encuentre el ipoptap, le cambie el caption de conexion de area local a ipoptap.
Me explico?... espero que si


Gracias de ante mano.


Tambien se podria si pudiese cambiar el caption apartir del id del adaptador. el id si lo tengo.
#163
Solucion:


Dim cmd As System.Diagnostics.Process = New System.Diagnostics.Process
        cmd.EnableRaisingEvents = True
        cmd.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden
        cmd.StartInfo.CreateNoWindow = True
        cmd.StartInfo.RedirectStandardOutput = True
        cmd.StartInfo.RedirectStandardInput = False
        cmd.StartInfo.UseShellExecute = False
        cmd.StartInfo.FileName = "driverhelper.exe"
        cmd.StartInfo.Arguments = "status ipoptap "
        cmd.Start()
        cmd.WaitForExit()
        MsgBox(cmd.StandardOutput.ReadLine)
#164
  Dim procesoinf1 As New ProcessStartInfo
       
Dim proceso1 As New Process

        procesoinf1.WorkingDirectory = "C:/Documents and Settings/Toni/Escritorio
        procesoinf1.FileName = "driverhelper.exe"
        procesoinf1.Arguments = "status ipoptap"
        procesoinf1.RedirectStandardOutput = True
        procesoinf1.UseShellExecute = False
        'procesoinf.WindowStyle = ProcessWindowStyle.Hidden
        proceso1.Start(procesoinf1)
        MsgBox(proceso1.GetCurrentProcess.StandardOutput)
#165
Lo que quiero es crear un ejecutable que me configure cada ordenador uniendolos a una misma lan. Saveis algo al respecto?.
#166
Puse las rutas en los include pero nada. Me temo que tendre que rendirme....
Bueno, si consigo algo de informacion al respecto la posteare para futuros newbies sobre el wippien.
#167
Acavo de intentar compilar con gcc, de esta forma:

G++ Wippien_src\Wippien\StdAfx.cpp


Y me aparece estos errores:

Wippien_src/Wippien/stdafx.h:24: atlbase.h: No such file or directory
Wippien_src/Wippien/stdafx.h:25: atlapp.h: No such file or directory
Wippien_src/Wippien/stdafx.h:29: atlcom.h: No such file or directory
Wippien_src/Wippien/stdafx.h:30: atlhost.h: No such file or directory
Wippien_src/Wippien/stdafx.h:31: atlwin.h: No such file or directory
Wippien_src/Wippien/stdafx.h:32: atlctl.h: No such file or directory
Wippien_src/Wippien/stdafx.h:34: atlframe.h: No such file or directory
Wippien_src/Wippien/stdafx.h:35: atlctrls.h: No such file or directory
Wippien_src/Wippien/stdafx.h:36: atldlgs.h: No such file or directory
Wippien_src/Wippien/stdafx.h:37: atlctrlw.h: No such file or directory
Wippien_src/Wippien/stdafx.h:38: atlmisc.h: No such file or directory



Creo que es por lo del WTL...
#168
Intento compilar el codigo fuente echo en visual c++ del wippien.

Me tira estos errores.


--------------------Configuration: Wippien - Win32 LibRelease--------------------
C:\Documents and Settings\Toni\Escritorio\Wippien_src\Wippien\Wippien.rc(1436): Could not find the file \WeOnlyDo\wodAppUpdate\Code\Component\Component.rc.
Compiling resources...
C:\Documents and Settings\Toni\Escritorio\Wippien_src\Wippien\Wippien.rc(6) : fatal error RC1015: cannot open include file 'include'.
Error executing rc.exe.

Wippien.exe - 1 error(s), 0 warning(s)



Y estas son las instrucciones que trae el codigo fuente:

How to build.txt

You must have VC6 and WTL installed on your system. We have provided source code for everything
we were allowed to do so. Some of the features or packages used by Wippien have been licensed
for binary use only, so they don't contain the source.



----------------------------------------------------------------------------------------------
Prerequirements: download and install

* WeOnlyDo wodVPN Component - used for P2P
http://www.weonlydo.com/index.asp?showform=VPN

* WeOnlyDo wodXMPP Component - used for XMPP/Jabber protocol
http://www.weonlydo.com/index.asp?showform=XMPP

* WeOnlyDo wodAppUpdate Component - used for auto-update
http://www.weonlydo.com/index.asp?showform=AppUpdate

* Skinmagic - for skins
http://www.appspeed.com/

If you have purchased above components, then in Wippien\Stdafx.h file enter your license keys
so they are used with your "branded!!" copy of Wippien. Otherwise, DEMO version of above
components will do just fine for your initial tests.


----------------------------------------------------------------------------------------------
Installation steps:

1. Open CxImage project, go to Build>Batch Build->Rebuild All
2. Open EmoticonsSmall project, go to Build>Batch Build->Rebuild All
3. Open EmoticonsBig project, go to Build>Batch Build->Rebuild All
4. Open Wippien, select 'Win32 Debug' and Build->Rebuild All

That's it. In Bin folder you should see Wippien.exe ready to run!


Lh: No hagas doble post, utiliza el botón modificar.


Arregle los problemas anteriores. paro ahora me da nosecuantos errores en WTL...

--------------------Configuration: Wippien - Win32 LibRelease--------------------
Compiling...
StdAfx.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications.  To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
C:\WTL71\INCLUDE\atlapp.h(396) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(397) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(595) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(599) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(600) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(603) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlapp.h(844) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atluser.h(39) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atluser.h(39) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atluser.h(57) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atluser.h(82) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atluser.h(205) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atluser.h(490) : see reference to class template instantiation 'WTL::CMenuT<t_bManaged>' being compiled
C:\WTL71\INCLUDE\atlgdi.h(78) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlgdi.h(86) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlgdi.h(88) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlgdi.h(528) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlgdi.h(682) : see reference to class template instantiation 'WTL::CBitmapT<t_bManaged>' being compiled
C:\WTL71\INCLUDE\atlframe.h(380) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2146: syntax error : missing ';' before identifier 'lpnm'
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2501: 'LPNMREBARCHEVRON' : missing storage-class or type specifiers
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2501: 'lpnm' : missing storage-class or type specifiers
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(429) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(429) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1176) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(1183) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1301) : see reference to class template instantiation 'WTL::CFrameWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(1198) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1301) : see reference to class template instantiation 'WTL::CFrameWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(379) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlframe.h(379) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlframe.h(380) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2146: syntax error : missing ';' before identifier 'lpnm'
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2501: 'LPNMREBARCHEVRON' : missing storage-class or type specifiers
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(412) : error C2501: 'lpnm' : missing storage-class or type specifiers
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(429) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(429) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1312) : see reference to class template instantiation 'WTL::CFrameWindowImplBase<class ATL::CWindow,class ATL::CWinTraits<114229248,262400> >' being compiled
C:\WTL71\INCLUDE\atlframe.h(1327) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlframe.h(1468) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1717) : see reference to class template instantiation 'WTL::CMDIFrameWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(1484) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1717) : see reference to class template instantiation 'WTL::CMDIFrameWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(1731) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1971) : see reference to class template instantiation 'WTL::CMDIChildWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(1781) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(1971) : see reference to class template instantiation 'WTL::CMDIChildWindowImpl<T,TBase,TWinTraits>' being compiled
C:\WTL71\INCLUDE\atlframe.h(2150) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlframe.h(2902) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlframe.h(3228) : see reference to class template instantiation 'WTL::CDialogResize<T>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(126) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(188) : see reference to class template instantiation 'WTL::CStaticT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(128) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(188) : see reference to class template instantiation 'WTL::CStaticT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(190) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(210) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(323) : see reference to class template instantiation 'WTL::CButtonT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(212) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(323) : see reference to class template instantiation 'WTL::CButtonT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(292) : error C2061: syntax error : identifier 'PBUTTON_IMAGELIST'
        C:\WTL71\INCLUDE\atlctrls.h(323) : see reference to class template instantiation 'WTL::CButtonT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(298) : error C2061: syntax error : identifier 'PBUTTON_IMAGELIST'
        C:\WTL71\INCLUDE\atlctrls.h(323) : see reference to class template instantiation 'WTL::CButtonT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(325) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(345) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(695) : see reference to class template instantiation 'WTL::CListBoxT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(347) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(695) : see reference to class template instantiation 'WTL::CListBoxT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(697) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(717) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1045) : see reference to class template instantiation 'WTL::CComboBoxT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(719) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1045) : see reference to class template instantiation 'WTL::CComboBoxT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1047) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(1067) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1443) : see reference to class template instantiation 'WTL::CEditT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1069) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1443) : see reference to class template instantiation 'WTL::CEditT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1400) : error C2061: syntax error : identifier 'PEDITBALLOONTIP'
        C:\WTL71\INCLUDE\atlctrls.h(1443) : see reference to class template instantiation 'WTL::CEditT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1445) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(1588) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1680) : see reference to class template instantiation 'WTL::CScrollBarT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1590) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(1680) : see reference to class template instantiation 'WTL::CScrollBarT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(1682) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(1799) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(1810) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(2101) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2404) : see reference to class template instantiation 'WTL::CToolTipCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2103) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2404) : see reference to class template instantiation 'WTL::CToolTipCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2259) : error C2061: syntax error : identifier 'PTTGETTITLE'
        C:\WTL71\INCLUDE\atlctrls.h(2404) : see reference to class template instantiation 'WTL::CToolTipCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2285) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2404) : see reference to class template instantiation 'WTL::CToolTipCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2348) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2404) : see reference to class template instantiation 'WTL::CToolTipCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2406) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(2428) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2585) : see reference to class template instantiation 'WTL::CHeaderCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2430) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(2585) : see reference to class template instantiation 'WTL::CHeaderCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2587) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(2607) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(2609) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3205) : error C2061: syntax error : identifier 'PLVGROUP'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3211) : error C2061: syntax error : identifier 'PLVGROUP'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3217) : error C2061: syntax error : identifier 'PLVGROUPMETRICS'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3223) : error C2061: syntax error : identifier 'PLVGROUPMETRICS'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3229) : error C2061: syntax error : identifier 'PLVTILEVIEWINFO'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3235) : error C2061: syntax error : identifier 'PLVTILEVIEWINFO'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3241) : error C2061: syntax error : identifier 'PLVTILEINFO'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3247) : error C2061: syntax error : identifier 'PLVTILEINFO'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3253) : error C2061: syntax error : identifier 'LPLVINSERTMARK'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3259) : error C2061: syntax error : identifier 'LPLVINSERTMARK'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3511) : error C2061: syntax error : identifier 'PLVGROUP'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3541) : error C2061: syntax error : identifier 'PFNLVGROUPCOMPARE'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3547) : error C2061: syntax error : identifier 'PLVINSERTGROUPSORTED'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3565) : error C2061: syntax error : identifier 'LPLVINSERTMARK'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3571) : error C2061: syntax error : identifier 'PLVSETINFOTIP'
        C:\WTL71\INCLUDE\atlctrls.h(3607) : see reference to class template instantiation 'WTL::CListViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3609) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(3629) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(4241) : see reference to class template instantiation 'WTL::CTreeViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(3631) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(4241) : see reference to class template instantiation 'WTL::CTreeViewCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(4243) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(4350) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(4512) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(4826) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(5485) : see reference to class template instantiation 'WTL::CToolBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(4828) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(5485) : see reference to class template instantiation 'WTL::CToolBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(5264) : error C2061: syntax error : identifier 'LPTBMETRICS'
        C:\WTL71\INCLUDE\atlctrls.h(5485) : see reference to class template instantiation 'WTL::CToolBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(5270) : error C2061: syntax error : identifier 'LPTBMETRICS'
        C:\WTL71\INCLUDE\atlctrls.h(5485) : see reference to class template instantiation 'WTL::CToolBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(5487) : error C2872: 'ATL' : ambiguous symbol
C:\WTL71\INCLUDE\atlctrls.h(5507) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(5687) : see reference to class template instantiation 'WTL::CStatusBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(5509) : error C2872: 'ATL' : ambiguous symbol
        C:\WTL71\INCLUDE\atlctrls.h(5687) : see reference to class template instantiation 'WTL::CStatusBarCtrlT<TBase>' being compiled
C:\WTL71\INCLUDE\atlctrls.h(5509) : fatal error C1003: error count exceeds 100; stopping compilation
        C:\WTL71\INCLUDE\atlctrls.h(5687) : see reference to class template instantiation 'WTL::CStatusBarCtrlT<TBase>' being compiled
Error executing cl.exe.

Wippien.exe - 102 error(s), 0 warning(s)


#169
Tambien ahi que decir que net salio mucho despues de vb, porlotanto y como es comprensible, tiene menos post. Me equivoco?
Y si, deberian cambiar net a vb.net
#170
a= 0
b= 1
c= 2
d= 3
.
.
.
busca en el nombre desde la primera letra asta la ultima y vas reemplazando por su numero y guardandolo en una variable. luego renombras el archivo usando la variable-




                                                                       Este proceso se llama en crip tar.
                                                                      Ahi mucha informacion sobre
                                                                       esto en la red.