Messages - SkyIDE [ switch to compact view ]

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 50next
76
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 08, 2007, 10:56 PM »
By the way, yes, the DLL section will be a separate section. I may need to let the user tell SkyIDE what each file should be, a DLL or an EXE but I will do that later, after Beta 14. May be for Beta 15.

77
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 08, 2007, 10:49 PM »
Thanks Gothic,

I will definately consider it. That is the exact reason why I have "Compiling Command" tab in the project options. The user will be able to choose to either let SkyIDE compile the project files or let the SkyIDE read user's command and when "Compile" or "Run" is pressed, the command the user typed will run instead of mine. But I know what you mean with all these make files. I haven't used any of them. I will be better of invoking them to do the job, I can just create a nice GUI for it to make things easier.

Once I complete this, what I am doing now, for the next beta after Beta 14 , I may add a third option where I let the user deal with makefiles. I will HAVE to write a help file as this is getting a bit complicated. Here is a screenshot of what happens when the second option is selected: (Considering there are no errors in code)

http://www.skyide.net/images/testing/multiprocess.png

I deliberately created some errors to demonstrate the error writing procedure in the output pane and I just launched the prev EXEs manually but if there were no errors, the EXEs will start by themselves.

Notice how the errors for each file are listed at once. You have main2.cpp, main3.cpp etc.

78
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 08, 2007, 07:09 PM »
Here it is:


http://www.skyide.net/images/testing/projectprop2.png




Update: I re-worded that second option to:

"Compile the above files in multiple processes - With this option each file can have its own main() function and each file will generate its own EXE"

79
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 08, 2007, 06:39 PM »
By the way, I am also adding an option now for the C++ compilers:

(*) Compile ALL of the above files in a single process
( )  Compile ALL of the above files in separate processes

Choosing the single process option, when compiling the files, only one file may have a main() function

Choosing the separate processes option, each file may have multiple main() functions and each file will generate its own exe


Regarding the separate cores, hmmm, I haven't dealt win anything like that before. Manipulating cores? Now that would be cool :)

80
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: June 08, 2007, 06:24 PM »
being able to configure a specific amount of simultanious jobs, maybe that would be a good feature to ad

You mean something like this? :D

http://www.skyide.net/images/testing/projectoptions.png

That's an earlier screenshot.

Well it at least tells you how many files you want to compile...

It would really be AWESOME if SkyIDE would let you build a compile farm out of the box btw 
That would probably even be a feature that would attract businesses if SkyIDE were to mature. And if it ever gets famous you could make money off of it by selling support


:) hehehe sounds good! :D

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 50next
Go to full version