PureBASIC .lib Import & DGDK DX9

Windows specific forum
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

PureBASIC .lib Import & DGDK DX9

Post by freddix »

Hi.

I managed to make my compiler crash disappear from this post:
http://www.purebasic.fr/english/viewtopic.php?t=28702

I have included many .lib from Windows, DX9 and other externals .lib.
I now have only 3 external links unresolved and, with a huge google search, I wasn't able to fix them.
---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol '?_Xran@_String_base@std@@QBEXXZ'.
POLINK: error: Unresolved external symbol '?_Xlen@_String_base@std@@QBEXXZ'.
POLINK: error: Unresolved external symbol '___ImageBase'.
POLINK: fatal error: 3 unresolved external(s).
---------------------------
OK
---------------------------
If anyone have a solution ...
User avatar
hallodri
Enthusiast
Enthusiast
Posts: 208
Joined: Tue Nov 08, 2005 7:59 am
Location: Germany
Contact:

Post by hallodri »

Here there is a small tool, with which you can search (with wildcards).

http://www.edel.basicguru.net/bin/sil.zip
Image
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

Thank you.
I will get it a try ;)
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

I'm sorry but I don't understand what does this software is supposed to do ...
Post Reply