Processing .APP files

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
JohnBonnett88
Posts: 45
Joined: Mon Mar 07, 2022 12:34 am

Processing .APP files

Post by JohnBonnett88 »

Hi All,

I am working on a large VO application created by someone else and have no real experience with VO myself, but I have successfully used the XPorter program to process .AEF files into X#. I have discovered that in one part of the system I do not have .AEF files for the latest version to work on, but I do have some .APP files which seem a bit similar when I had a look inside them.

What are .APP files? They look like they may be and "executable" version of the application and are larger than the equivalent AEF.
I understand you cannot use the XPorter with .APP files but I can see source code inside of them that I could possibly tediously copy out and compare with the older version to bring my X# source up to date.

Any advice on what I might do to get the latest source if I have no .AEF files?
I will also try to find AEF files as well.

Thanks,
John
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Processing .APP files

Post by robert »

John,
.APP files are binary files that contain source code, object code and dependency information.
If you have the whole folder of the project then you may be able to open that project in VO and export the project into AEF files.
If you are not sure which version of VO to use, then you may send the files to me.
I can fairly quickly see with which version of VO the files were created.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
JohnBonnett88
Posts: 45
Joined: Mon Mar 07, 2022 12:34 am

Processing .APP files

Post by JohnBonnett88 »

Robert,

Thank you for your reply. Now that we understand how it works, we have prodded someone locally who has done the conversion for us.

Thanks again,
John
Post Reply