Issue while creating Framemaker session in 64 bit
Hi All,
I am trying to open 64 bit Framemaker file which is located on my local system through a 64 bit C++ app. I am having FrameFDK libraries on my local system as well.
I am able to open Framemaker application from the code.
One of the file in the library “Fapi.h” has a method “F_ApiWinConnectSession” which actually create a Framemaker session for the file to open up inside the Framemaker app.
The above method will return “0” as return value if the session has been created successfully and the file will open up. But I get a return value as “-20” and the file is not opening within Framemaker app.
