COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Just starting out? Need help? Post your questions and find answers here.
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Post by zikitrake »

With the @Chi modifications here: viewtopic.php?f=13&t=77612 I can compile COMATEPLUS in PB6 x64 Alpha5 in "normal" mode and Backend C mode.

But now it works fine in x64 but fails when I compile in 32-bit:
Image

Although the ATL.lib file (needed for COMATE) is not in the PB6-x86 version, in this post Fred indicates that copying the ATL.lib file from version 5.73 to version 6 is sufficient:viewtopic.php?f=4&t=77982

Does anyone have any idea why this is happening?


Thank you in advance!
Fred
Administrator
Administrator
Posts: 16664
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Post by Fred »

As said, it will be fixed for the next alpha.
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Re: COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Post by zikitrake »

Fred wrote: Thu Sep 30, 2021 1:33 pm As said, it will be fixed for the next alpha.
Thank you, Fred... and sorry, I don't saw it since it's posted in "Bugs C Backend" section and this issue is in both PB 6 x86 versions

Regards,
dcr3
Enthusiast
Enthusiast
Posts: 165
Joined: Fri Aug 04, 2017 11:03 pm

Re: COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Post by dcr3 »

Using a fresh install.

I can compile all demos from the comateplus folder.

With.
PureBasic 6.00 Alpha 5(Windows-x86)
Or
PureBasic 6.00 Alpha 5 -C Backend(Windows-x86)

without the atl.lib


But if I try to compile with the atl.lib I get.

Purebasic error linker.
Polink error unresolved external symbol
_atlAxgethost@8 ,_atlAxWinini@0 ,_atlAxGreateControl@16, _atlxgetControl@16


Now this is strange bit. If I remove the atl.lib from. :?

..\PureLibraries\Windows\Libraries\

And I try to compile,I still get the Polink error.


But doing a fresh install.

All demos compile again with out Polink error. :mrgreen:
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Re: COMATEplus v1.2 POLINK error in PB6 x86 Alpha5 (Backend C or Asm versions)

Post by zikitrake »

dcr3 wrote: Fri Oct 01, 2021 9:09 am Using a fresh install....
Nice research work!
Thank you. For now I'll work only in x64 version of my project, until next PB version :)
Post Reply