Welcome, Guest. Please login or register.

Author Topic: Need help from the developers out there for PFS3  (Read 4029 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline GulliverTopic starter

Need help from the developers out there for PFS3
« on: February 15, 2011, 10:29:52 PM »
Hi I just received an email from the author of PFS3 and he is having some issues. Could someone please help, so that I send him a good answer

Thanks in advance
____________________________________________________________________________
Re: PFS3
Tuesday, February 15, 2011 7:08 PM
From:
"Michiel Pelt"
Add sender to Contacts
To:
"Ignacio"
Hi Ignacio,

So finally I got it rolling again. I do have a problem someone in the community may be able to help me with. When compiling with SAS C 6.58 I get the link error that
@LibFreePooled
@LibAllocPooled
@LibCreatePool
and
@LibDeletePool

are undefined. These functions are supposed to be in the amiga.lib. Perhaps I got the wrong version. What I have is amiga.lib 40.14, 11-8-93. Should be ok, but isn't. Does anyone have something newer?

Michiel
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #1 on: February 16, 2011, 12:04:07 AM »
Thank you NovaCoder.

Thank you Piru, I will pass him the message :)
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #2 on: February 16, 2011, 12:27:45 AM »
@VingTrois

I know the same as you do. So maybe you are right...
Lets keep our fingers crossed ;)
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #3 on: February 16, 2011, 02:03:16 AM »
Yes, the entire point is to have PFS3 free and open source.
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #4 on: February 17, 2011, 04:41:05 PM »
Follow up email from Michiel Pelt
____________________________________________________________________________

Re: PFS3 - amiga.lib
Thursday, February 17, 2011 9:39 AM
From:
"Michiel Pelt"
Add sender to Contacts
To:
"Ignacio"

The compiler didn't like the includefiles of the NDK39. I did find the problem: PFS uses register arguments and apparently it expected the same of the amiga.lib calls. Adding the __stdargs keyword to the prototype definition did the trick. Of course it is not very nice to change the include file. It is better to switch to AsmAllocPooled and define that in the pfs headers. Better for performance too!
____________________________________________________________________________