John Labenski wrote:

> 
> Anyway, with this simple fix you can use static libs if you like. If I
> understand correctly, aren't shared libs faster to compile stuff
> locally since the linker stage takes a little less time? Anyway,
> that's the reason why I make shared libs if I'm only going to use the
> program on my own machine, if this is wrong I'd like to know.

I don't know, i just use static to not have dependencies for users of my 
software. But i can imagine that its quicker to 
link that way.

So in the end the problem which is still strange, is that in shared mode the 
wxstedit sample gave a asserts.
I think this is because the same libraries are linked several times.

All other smaller problems are configure like issues, like how to get static 
build when both static and shared wxWidgets 
are available. Very likeley wx-config is not used correctly in the configure 
scripts.

Klaas


-- 
Unclassified

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to