POLINK Internal Error Including Binary files

Just starting out? Need help? Post your questions and find answers here.
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

POLINK Internal Error Including Binary files

Post 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:
User avatar
mk-soft
Always Here
Always Here
Posts: 5398
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: POLINK Internal Error Including Binary files

Post by mk-soft »

Check your Viren scanner (Add exception project folder) and create executable inside source folder (PB Option)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

Re: POLINK Internal Error Including Binary files

Post by zapadepowday »

Thankyou for the reply, but I have no idea what.. Check your Viren scanner (Add exception project folder) means.
Excuse my thickness,
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

Re: POLINK Internal Error Including Binary files

Post 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
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

Re: POLINK Internal Error Including Binary files

Post by zapadepowday »

mmm, No Luck, All the Virus Stuff off, still Linker error when Compiling
User avatar
Caronte3D
Addict
Addict
Posts: 1053
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: POLINK Internal Error Including Binary files

Post by Caronte3D »

You wrapped that includes with a "DataSection"?
Maybe a workink example helps to understand...
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

Re: POLINK Internal Error Including Binary files

Post 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.
zapadepowday
User
User
Posts: 14
Joined: Tue Jan 05, 2010 5:43 pm

Re: POLINK Internal Error Including Binary files

Post by zapadepowday »

Have really tried everything now, can only assume its a bug.
X64 Paid version, Very disappointing.
User avatar
Caronte3D
Addict
Addict
Posts: 1053
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: POLINK Internal Error Including Binary files

Post by Caronte3D »

Post an example, so we can help you
Post Reply