Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
114 user(s) are online (76 user(s) are browsing Forums)

Members: 2
Guests: 112

VooDoo, Georg, more...

Headlines

Forum Index


Board index » All Posts (afxgroup)




Re: Newscoaster Ver 1.64 (OS4) Crashing.
Amigans Defender
Amigans Defender


i've made a new version and is being tested by some beta testers... if all is ok i'll release it on os4depot as usual

i'm really tired...
Go to top


Re: Newscoaster Ver 1.64 (OS4) Crashing.
Amigans Defender
Amigans Defender


@VooDoo

no.. not at moment.. i have no time.. really..

i'm really tired...
Go to top


Re: OpenAmiga Ideas (Voice Recognition?)
Amigans Defender
Amigans Defender


@my_pc_is_amiga

why not a voice speaking system like macos one?

i'm really tired...
Go to top


Re: Still not happy you know...
Amigans Defender
Amigans Defender


@magic

give me the sources..

i'm really tired...
Go to top


Re: Develop (with) shared objects
Amigans Defender
Amigans Defender


@corto

Quote:

Right but .so will be used only if .a is not found before on the path.


IIRC if you use dynld it will use always .so file *except* if you specify the library with -L, but if you use -ltest it will find first for libtest.so and then libtest.a

i'm really tired...
Go to top


Re: Develop (with) shared objects
Amigans Defender
Amigans Defender


@broadblues

eheh.. i was posting an example.. but i'm usually a lazy man..

So,

if you have
libtest.so linked with libtest2.a
libtest2.so

and then you use in the same program libtest.so and libtest2.so (the .so version of libtest2.a) you will have a lot of problems..

yes. it is a bit weird..

i'm really tired...
Go to top


Re: Develop (with) shared objects
Amigans Defender
Amigans Defender


@broadblues

you will use .so only if you add -use-dynld otherwise the linker will use .a
BTW it is sure that if you mix .so that are linked statically with .a, and same .a library in .so format you will get a crash for sure.
The correct way is create shared libraries that are linked with other .so libraries instead of .a

i'm really tired...
Go to top


Re: Develop (with) shared objects
Amigans Defender
Amigans Defender


@corto

Quote:

1. What are the difference between -rpath et -rpath-link ? What do they do exactly ?

http://en.wikipedia.org/wiki/Rpath_%28linking%29

Quote:

2. Is it planned to add the version tag in shared objects provided in the system ? It would be easier for updates and version control.

yes. is planned

Quote:

3. Should we check the availability of shared objects in SOBJS: at the beginning of our programs ? Does it crash if the shared object is missing ? I did not tried yet.

The new elf.library will tell you if a (and which) shared object is missing and will print a "file is not executable" when you click on ok

Quote:

4. To avoid links in the SDK lib directory, would it be possible for the compiler to check the path SOBJS: first ? In the article, it is told that "-lSOBJS:" can be added in order to find shared objects in SOBJS:, is it really the case ? It does not seem to work here.

IIRC it will first check the PROGDIR: and then SOBJS: (or the countrary). Snoopy will tell you
I prefer to put my .so in SOBJS: because actually there are a lot of differents .so files. we need a good repository

Quote:

5. For the provided shared objects, could you also put the includes in the SDK ? I think about freetype, I am confused with 2 old libs from os4depot and a shared object without includes (maybe I overwrote them ...).

The include files are same of the staic version one

Quote:

6. Could someone document more about shared objects, options (like syntax about -rpath, etc.) ?

I think google will help you alot.. :D

Quote:

7. I wonder how versions will be managed because we have already started to create links concerning libSDL / libSDL-1.2, libpng / libpng12, ...

Usually .so files came with a version number, so you can have multiple version libraries and usually the one without number is a link to the last version.

i'm really tired...
Go to top


Re: Gnash Donations.
Amigans Defender
Amigans Defender


thank you all.. i'm spending all my free time with gnash developer trying to optimize Gnash a lot.. and AmigaOS is the best platform to optimize and check the code..

i'm really tired...
Go to top


Re: Troica, Athena project
Amigans Defender
Amigans Defender


@ice2642

only God knows..

i'm really tired...
Go to top


Re: HIS HD4350 PCI card
Amigans Defender
Amigans Defender


@orgin

Quote:
Let us know if you need financial help in purchasing card for developing your driver(s), I'm sure there's plenty of folks who would be glad to support you. Myself included.


indeed.
i think we can also add a "Donate button" in the main page

[edit]
BTW.. they are hard to find.. in Germany there are a lot of sellers.. but no one seeems to have the PCI version..
[/edit]


Edited by afxgroup on 2009/6/25 13:19:57
i'm really tired...
Go to top


Re: cppunit
Amigans Defender
Amigans Defender


@abalaban

there is an example in the source code that works.. i think cppunit adds some code to the project code and it is useful to test specific cases. For example wxWidgets test suite will be linked against cppunit and every exe will tell you the expected result and the result itself

i'm really tired...
Go to top


Re: cppunit
Amigans Defender
Amigans Defender


@abalaban

i'll take a look at it and i'll tell you

Edit:

Download

Tell me if you have troubles, maybe it needs libsysvipc library.
By the way i don't think it will be needed for wxWidget port since it is only a way to test if all is ok

P.S.
it should be simply to port by you. it doesn't use nothing special. The only thing to check is the Dll test.. i'm sure that load dynamic .so file will throw some problems..


Edited by afxgroup on 2009/6/8 12:56:53
i'm really tired...
Go to top


Re: Alignment Exception
Amigans Defender
Amigans Defender


@MagicSN

as Steven (ssolie) said and as I said you on AW, try #pragma pack() directive and try also __align() attribute:

Link

i'm really tired...
Go to top


Re: A great day !
Amigans Defender
Amigans Defender


@kas1e

from OWB far light years old.. but today i've re-compiled the original IBrowse flash plugin with newlib instead of clib2 that doesn't have a single gnash line code.. but is a good step...
regards OWB plugin.. well.. Hope Joerg can help me something even if i know very well that he is busy on a project..

i'm really tired...
Go to top


Re: A great day !
Amigans Defender
Amigans Defender



i'm really tired...
Go to top


Re: A great day !
Amigans Defender
Amigans Defender


@AmigaBlitter

AGG is fast. is Gnash that needs some optimizations and we are in the right way..

i'm really tired...
Go to top


Re: A great day !
Amigans Defender
Amigans Defender


@CountRaven

thank you.

i've just add a GUI for the GNASH preferences

Screenshots

i'm really tired...
Go to top


Re: hi all
Amigans Defender
Amigans Defender


@demusse

why don't you but OS4 directly?

i'm really tired...
Go to top


Re: New Mame for OS 4
Amigans Defender
Amigans Defender


@MagicSN

use

chmod -R 777 *

in your directory

i'm really tired...
Go to top



TopTop
« 1 ... 40 41 42 (43) 44 45 46 ... 55 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project