Search found 5 matches

by Behdadsoft
Wed May 11, 2022 2:54 pm
Forum: Basic
Topic: External Data
Replies: 8
Views: 16624

Re: External Data

Thank you.
by Behdadsoft
Wed May 11, 2022 1:24 pm
Forum: Basic
Topic: External Data
Replies: 8
Views: 16624

Re: External Data

I used Enigma 7 demo version.

I sent my app to your mail.
by Behdadsoft
Wed May 11, 2022 10:34 am
Forum: Basic
Topic: External Data
Replies: 8
Views: 16624

Re: External Data

Yes, I copied images.dat in the bin folder. Also I tried many way to fix this problem with change in package file name but Nothing changed.

bin/images.dat
bin\images.dat
%DEFAULT FOLDER%\bin/images.dat
%DEFAULT FOLDER%\bin\images.dat

NOTE: My Application is made with Delphi. But I do not think it ...
by Behdadsoft
Tue May 10, 2022 4:44 pm
Forum: Basic
Topic: External Data
Replies: 8
Views: 16624

Re: External Data

Thank you for reply.

I tried your way but it doesn't work.

This is package file name picture:

https://s6.uupload.ir/files/03_9egf.jpg

This is package builder picture:

https://s6.uupload.ir/files/01_zb21.jpg

After run protected exe file, I receive this error:

https://s6.uupload.ir/files ...
by Behdadsoft
Mon May 09, 2022 2:29 pm
Forum: Basic
Topic: External Data
Replies: 8
Views: 16624

External Data

Hi.

I have a Program.exe and a Bin folder that contain many images and the program.exe call images from this folder and Uses them. Now I want to prevent others from accessing the images inside Bin folder . I don't want embed them inside program.exe . I want to have a packed file like images.dat ...