F64 Library don't work!

For everything that's not in any way related to PureBasic. General chat etc...
Chris
User
User
Posts: 60
Joined: Wed Jun 11, 2003 4:54 pm
Location: Somewhere... But i can see you!

F64 Library don't work!

Post by Chris »

Hi all ! :)

F64 library don't work with PB 3.91b

When i try to use it, i obtain this message:

---------------------------
jaPBe - Erreur à l'edition de liens !
---------------------------
< no message >
---------------------------
OK
--------------------------- :cry:

Chris :)
My english is bad !!!... It's normal, i'm french :lol:
My english is not really the English.
It's the FrogLish (Froggy's English) ;)
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

freedimension was kind enough to send me the source code for the F64 lib, since he's too busy with other projects.
i am doing the final touches, should have it ready soon. :)

BTW had not noticed this post, don't frequent the off topic too often.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

jack wrote:freedimension was kind enough to send me the source code for the F64 lib, since he's too busy with other projects.
i am doing the final touches, should have it ready soon. :)

BTW had not noticed this post, don't frequent the off topic too often.
yeah, mine says it's missing the crt.lib ..?

- np
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

polink expects the crt.lib for console applications, do the follwing:
1: do a search on your main harddrive for crt.lib, write down the complete path of the lib.
2: if you don't have the crt.lib, then download the Pelles C runtime libs and extract to c:\
3: right-click on MyComputer->properties
click on the advanced tab then click on Environment Variables
if there's no lib variable in the 'User Variables for NoahPhense', click on New
4: variable name: lib
5: variable value: C:\PellesC\Lib
6: click OK, OK, Ok
reboot your computer. everything should work now. :)
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

bottom line, you need the environment variable lib to be defined with the path of PellesC libs.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

jack wrote:bottom line, you need the environment variable lib to be defined with the path of PellesC libs.
10-4.. thx
Post Reply