this works fine
ipy.exe pyc.py /main:ABMBancosPYDLL.py /target:library
now this
ipy.exe pyc.py /main:ABMBancosPYDLL.py /r:funciones.dll /target:library
gives me the following error
File pyc.py line 161 in pyc.py File pyc.py line 153 in Main
SystemError:"the provided route format isnt allowed" (well sort of, I translated it from spanish)