I am trying to run program thru BAT file it goes to PC driver module and it is not able to call the program. and gives return code zero.
Page 1 / 1
I am trying to run program thru BAT file it goes to PC driver module and it is not able to call the program. and gives return code zero.
If you are trying to call an entry point within a module that has a different name than the name in the CALL statement then you need to first load the module before the entry point can be resolved.
01 pp procedure-pointer.
set pp to entry "mydll"
call "myentry"
I am trying to run program thru BAT file it goes to PC driver module and it is not able to call the program. and gives return code zero.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.