An Obj module approach

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tension
User
User
Posts: 29
Joined: Tue Mar 22, 2005 3:19 pm

Post by Tension »

Thank you. I'll look at that.

Do you have any plans to allow linking .obj and etc files "as is" in the compile process?

Thanks.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Not yet, but why not.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I'm also interested in this, it could be a pretty cool feature !
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Fred wrote: fsw: what negatives comments...
Sorry that you feel that way.
What I said is the status quo of pb.
I see it more like constructive critisism, and actually I hoped that it motivates you and your team to be better than a freeware basic.

But somehow I have a feeling that you can't stand it.
That's why I will shut my mouth from now on.

Wish you the best.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Fred wrote:Basically you can do it by using a PBL (with the DLL importer), which allows work to import any external obj or lib directly in PB by adding them to the linking stage.
Cool idea! :) Never thought about that...
What about further dependencies? Is there any way to specify imports that way?
fsw wrote:That's why I will shut my mouth from now on.
:shock: This may be too late already, but please don't!
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply