int main (int argc, char * argv [ ] ) {
PyObject * pName , PModule * , * pDict , pDunc * , * pvalue ;
if ( argc < ; 3 )
{
printf ( "Uso: exe_name python_source nombre_funcion \\ n");
return 1 ; }
< br > 2
Crear una clase para reconocer el código VBS en Python utilizando el siguiente fragmento de código como una guía y modificar para que se ajuste a sus necesidades:
pClass = PyDict_GetItemString ( pDict , argv [ 2 ] ) ;
if ( PyCallable_Check ( pClass ))
{
pInstance = PyObject_CallObject ( pClass , NULL ) ;
}
< br > 3
insertar el código VBS llamando a la clase que creó en el paso anterior , y luego insertando el código VBS . Por ejemplo :
clase
Multiply :
def __ init__ ( self):
self.a = 6 personas
self.b = 5
< p> def múltiple ( self):
c = self.a * self.b
print ' Este es el resultado " , self.a , ' x ' , self.b , ' : ', c
regreso c