Page 1 of 1

POLINK Internal Error Including Binary files

Posted: Fri Jan 28, 2022 9:15 pm
by zapadepowday
Hi,
Am having a problem with the Polink:Fatel error: write executable image.
When I am trying to include a few Wav Files (see below)
I am purely trying to create an exe file, no dll etc.
Just to add in another few includes causes the error when compiling.
These are not big files, but it seems to be running out of memory ??
This is on a large disk, and 64 gig ram. Any help greatly appreciated.

FT:
IncludeBinary "C:\Users\david\Desktop\New Mix Runoffs\Everyone we Told Remix With Vox (2).wav"
IGV:
IncludeBinary "C:\Users\david\Desktop\New Mix Runoffs\Hey Lets Stay (2).wav"
Ig:
IncludeBinary "C:\Users\david\Desktop\New Mix Runoffs\two bars acoustic (2).wav"
FTNV:
IncludeBinary "C:\Users\david\Desktop\New Mix Runoffs\Everyone we Told Remix No Vox.wav"
C1FV1:
IncludeBinary "C:\Users\david\Desktop\New Mix Runoffs\Chorus One (2).wav"
ENN:

Re: POLINK Internal Error Including Binary files

Posted: Fri Jan 28, 2022 9:56 pm
by mk-soft
Check your Viren scanner (Add exception project folder) and create executable inside source folder (PB Option)

Re: POLINK Internal Error Including Binary files

Posted: Sat Jan 29, 2022 9:05 pm
by zapadepowday
Thankyou for the reply, but I have no idea what.. Check your Viren scanner (Add exception project folder) means.
Excuse my thickness,

Re: POLINK Internal Error Including Binary files

Posted: Sat Jan 29, 2022 9:10 pm
by zapadepowday
ahh, just suddenly fell in, My Virus Scanner, ok thankyou.
But I think I do not have one installed, maybe its the windows one, I'll Check.. Thanks

Re: POLINK Internal Error Including Binary files

Posted: Sat Jan 29, 2022 11:57 pm
by zapadepowday
mmm, No Luck, All the Virus Stuff off, still Linker error when Compiling

Re: POLINK Internal Error Including Binary files

Posted: Sun Jan 30, 2022 8:41 am
by Caronte3D
You wrapped that includes with a "DataSection"?
Maybe a workink example helps to understand...

Re: POLINK Internal Error Including Binary files

Posted: Sun Jan 30, 2022 10:14 am
by zapadepowday
Hi, Yes all includes are in the Data Section. I guess Ill have to load everything into an allocate memory and store the address offsets in array, I assume that way there will be no Label addresses.

Re: POLINK Internal Error Including Binary files

Posted: Sun Jan 30, 2022 11:18 pm
by zapadepowday
Have really tried everything now, can only assume its a bug.
X64 Paid version, Very disappointing.

Re: POLINK Internal Error Including Binary files

Posted: Mon Jan 31, 2022 12:15 am
by Caronte3D
Post an example, so we can help you