Hello All,
I need to redirect the Console Output to a PowerBuilder APP
in my production enviroment i am a code based in this sample
https://wiki.scn.sap.com/wiki/display/SYBPB/Redirect+Console+Output
it works perfect in 32 bits
now i need to make i work in a 64 bits Machine
i compiled the PB app in 64 bits. but it get an error calling CREATEPIPE external funciton (kernel32)
Any one have a working 64 bits sample or can help me
Thanks
we call a exe that returns the database password of the connected user
it retruns it to the windows console
in a 32 bits enviroment with the sample i can call it an then read the value
but in the 64 bits enviromet we get an error in the CreatePipe Function of the kernel32.dll