Forum > General

[SOLVED] fpc libraries do not work in freeBSD...

<< < (3/3)

BigChimp:
So... have you added a bugtracker entry to give that information to the developers so the patch can be implemented?

marcov:

--- Quote from: BigChimp on August 10, 2014, 08:37:05 am ---So... have you added a bugtracker entry to give that information to the developers so the patch can be implemented?

--- End quote ---

It's not really a solution, it is a workaround.

A patch should be tested against the following cases:

- fpc using fpc dll using normal linking
- C using fpc dll
- the above cases using dynload.

To not confuse the picture, don't use other languages.

In all cases, printing out paramstr and paramcount() and environment variables from inside the library should be verified to work.

Fred vS:

--- Quote ---So... have you added a bugtracker entry to give that information to the developers so the patch can be implemented?
--- End quote ---

Hum, no, because Michal Wallace old patch was not accepted (I dont want to impose something, even if it is better  :-X)


--- Quote ---A patch should be tested against the following cases:

- fpc using fpc dll using normal linking
- C using fpc dll
- the above cases using dynload.
--- End quote ---

Indeed, not yet tested with normal linking (no use of dynlib), nor tested by a fpc application using fpc library.

What tested and works perfectly :

Java using fpc libraries ( with Java-dynload).
Python using fpc librares (witjh Pythn-dynload).

Thanks.

[EDIT]
--- Quote ---In all cases, printing out paramstr and paramcount() and environment variables from inside the library should be verified to work.
--- End quote ---

Yep, it seems they are some problems with paramstr and paramcount(), i will do more test to see what is wrong...




Navigation

[0] Message Index

[*] Previous page

Go to full version