Author Topic: How to merge two vlx files into one?  (Read 1412 times)

0 Members and 1 Guest are viewing this topic.

baitang36

  • Bull Frog
  • Posts: 213
How to merge two vlx files into one?
« on: December 31, 2020, 11:06:46 PM »
I can merge Fas file, very simple.
Run cmd.exe
copy 1.fas + 2.fas 3.fas /b

But this method is not good for vlx, and can not run after merging

How to merge two vlx files into one?

I succeeded in the experiment. See the attachment for the procedure

Loading this LSP will generate an EXE file in D: \. There is no virus. Please select trust.
« Last Edit: January 04, 2021, 09:04:30 PM by baitang36 »

d2010

  • Bull Frog
  • Posts: 323
Re: How to merge two vlx files into one?
« Reply #1 on: January 01, 2021, 08:08:22 AM »
Other method..you extract all files.fas from both-progn.vlx, and you merge all-files.fas to big-new-project.vlx + big-new-project.prj isInside anyAutoCAd.
Code: [Select]
RE: It is a mature technology to decompile Fas
into LSP. I have decompiler tools in my hand.
« Last Edit: January 10, 2021, 07:00:35 AM by d2010 »

baitang36

  • Bull Frog
  • Posts: 213
Re: How to merge two vlx files into one?
« Reply #2 on: January 01, 2021, 09:42:45 PM »
Other method..you extract all files.fas from both-progn.vlx, and you merge all-files.fas to big-new-project.vlx + big-new-project.prj isInside anyAutoCAd.
Code: [Select]
RE: It is a mature technology to decompile Fas
into LSP. I have decompiler tools in my hand.
Change vlx to LSP and recompile with vlide? It can be done, but it's more troublesome

baitang36

  • Bull Frog
  • Posts: 213
Re: How to merge two vlx files into one?
« Reply #3 on: January 04, 2021, 09:05:01 PM »
I succeeded in the experiment. See the attachment for the procedure