Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/06/2010, 13:42
REHome
 
Fecha de Ingreso: mayo-2007
Ubicación: PIC-16F84A
Mensajes: 729
Antigüedad: 17 años, 3 meses
Puntos: 8
Respuesta: Código a C++

Gracias.

No me guio mucho. Sólo quiero pasar este código que es de C# a C++.

Código:
[DllImport("inpout32.dll", EntryPoint = "Out32")]
        public static extern void Output(int adress, int value);
        [DllImport("inpout32.dll", EntryPoint = "Inp32")]
        public static extern int Input(int adress);
Saludo.
__________________
Meta Shell, VERSIÓN 1.2.2
Descargar