IonicWind Software

Aurora Compiler => General Discussion => Topic started by: lviklund on January 11, 2006, 08:04:21 AM

Title: The Open source
Post by: lviklund on January 11, 2006, 08:04:21 AM
Paul
Maybe you should open a new main topic where we can put questions, comments and so on regarding that.

I must say this is fun and I believe I can learn a lot from this.

But...
Please give a clue to a newbee the steps needed to get the changed src into the lib so that it can be used from my code.
I managed to create an .o file and replace the one in the lib file but nothing happens when I recompile my prog.
I have made a test that change the default behaviour of str$. Simpel I thought. But nah....

Just brief how to do it.
/Lasse
Title: Re: The Open source
Post by: Ionic Wind Support Team on January 11, 2006, 08:13:52 AM
Each library is a project.  Open the project file (for example in the gui directory is the project file gui.awp).  The IDE will notify you that the project has been moved and ask if you want to update the project.  Click yes.

When you "Rebuild all" the library will be created in that project directory.  You need to copy that file to your installations "libs" directory for the compiler to use it.

Paul.
Title: Re: The Open source
Post by: lviklund on January 11, 2006, 08:22:00 AM
Thank's
Goosh....
For once things was much easier then I thought.
Brilliant.

/Lasse