I cannot make this work.
I have followed the instructions and the VPE component is installed.
I started a new Delphi VCL Form project. I just dropped the VPE component on the form and added the ..\vpe_s32.350\Delphi directory to the search path. It compiled and run as it should.
When doing the same in C++ it does not work. It compiles and links but ends with an access violation at 0x00008fb4 when run.
I have added the ..\vpe_s32.350\Delphi directory to both the compiler path and the library path.
I am supposed to change "#pragma link "VPE_VCL" to "#pragma link "VPEVCL.LIB". There is no such file in the system. There is the file VPEVCL5.LIB in the ..\vpe_s32.350\Delphi directory. Is that the one I shall use?
It does not matter if I exclude the pragma statement or not. I get the same access violation error.