| Author |
Message |
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55762 Location: Earth, Sol, Milky Way
|
Posted: 19 Mar 2012 09:39:36 pm Post subject: |
|
|
What an awesome idea! Would you care for an icon for that, or do you have it under control? Where will it show compilation logs/errors? _________________
 |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
Posted: 19 Mar 2012 09:43:05 pm Post subject: |
|
|
It should display a cmd window containing the compilation output, but I might be able to filter that to separate warnings from errors and to make it look better. I have no idea of what I should use as an icon, so feel free to give me suggestions or post your own icon here.  _________________ CALCnet Tournament-38%
deviantArt
 |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55762 Location: Earth, Sol, Milky Way
|
Posted: 20 Mar 2012 09:24:31 pm Post subject: |
|
|
Great! Out of curiosity and my own sanity, what sort of dependencies/requirements does this have? _________________
 |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
Posted: 20 Mar 2012 09:25:25 pm Post subject: |
|
|
It has no dependencies other than .NET 4.0 and the PrizmSDK 0.3. _________________ CALCnet Tournament-38%
deviantArt
 |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55762 Location: Earth, Sol, Milky Way
|
Posted: 20 Mar 2012 09:36:17 pm Post subject: |
|
|
| souvik1997 wrote: | | It has no dependencies other than .NET 4.0 and the PrizmSDK 0.3. | Excellent! What more do you want to add before you'll consider it ready for a release of some sort here? _________________
 |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
|
| Back to top |
|
|
helder7
Member

Joined: 23 Dec 2011 Posts: 136
|
Posted: 25 Mar 2012 04:05:20 pm Post subject: |
|
|
excellent!  _________________ SiO2 + CaCO3 ----------> CaSiO3 + CO2 |
|
| Back to top |
|
|
Ashbad

... I think redheaded girls are kind of cool

Joined: 01 Dec 2010 Posts: 2418 Location: Stomp Stomp Stomp, The Idiot Convention
|
Posted: 25 Mar 2012 05:16:00 pm Post subject: |
|
|
Great work, Souvik! This will make it a lot easier on PrizmSDK newcomers (I'm sorry to say I won't be using your interface, I've gotten too used to how I setup my toolchain already), and on the more experienced developers who have to constantly help out the newcomers with setting things up. I especially love the new compile and output errors dialog, very spiffy. As for improvements, I noticed that the application goes into an unhandled error sort of thing when you try to Edit Makefile without being the the proper location (PrizmSDK not found). And for cool suggestions, since the Makefile format will likely stay mostly the same in future build toolchains, perhaps have a graphical makefile editor, where you simply fill in fields like the output .g3a name, localized names, icons, etc., as a newbie option? _________________ -Ashbad |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55762 Location: Earth, Sol, Milky Way
|
Posted: 26 Mar 2012 09:45:29 am Post subject: |
|
|
I should also mention that you can now grab the latest version of the GUI Wrapper for the PrizmSDK from the Cemetech archives. How well does this work with arbitrary makefiles, such as the ones I've made myself to deal with the fact that the built-in Makefiles don't work with paths that have spaces? _________________
 |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
Posted: 26 Mar 2012 03:38:55 pm Post subject: |
|
|
It should work, since it just runs make.bat which runs make.exe. I have not tested this, though. _________________ CALCnet Tournament-38%
deviantArt
 |
|
| Back to top |
|
|
yeongJIN_COOL
Member

Joined: 28 Apr 2011 Posts: 161
|
Posted: 17 Apr 2012 10:15:26 pm Post subject: |
|
|
I got the error when I tried to compile something.
| Quote: |
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\PrizmSDK-0.3\projects\example\PrizmSDK-0.3\projects\testing'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.SetCurrentDirectory(String path)
at PrizmSDKGUI.Form1.button2_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.261 (RTMGDR.030319-2600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
PrizmSDKGUI
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/PrizmSDKGUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.235 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.276 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.261 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
|
|
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
Posted: 17 Apr 2012 10:23:43 pm Post subject: |
|
|
You probably didn't put the executable in the right location, or I failed at my directory manipulation code. Put the exe outside the Prizm SDK folde; if you have the PrizmSDK unzipped to C:\PrizmSDK-0.3, put the .exe in C:\. If that doesn't fix the problem, I'll look over my code and see if I'm doing anything wrong.
Edit: Try this version: http://dl.dropbox.com/u/3601919/PrizmSDKGUI.exe
Run it from the command line, and if it still gives the error copy and paste the "Attempting to change directory to" line and post it here. Which OS are you using? _________________ CALCnet Tournament-38%
deviantArt
 |
|
| Back to top |
|
|
PierrotLL

Advanced Newbie

Joined: 29 Nov 2011 Posts: 71 Location: France
|
|
| Back to top |
|
|
flyingfisch

Super-Expert

Joined: 02 Feb 2012 Posts: 896 Location: Akron, OH
|
Posted: 18 Apr 2012 09:18:35 am Post subject: |
|
|
Is there a linux version of this? _________________

 
 |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55762 Location: Earth, Sol, Milky Way
|
Posted: 18 Apr 2012 09:53:28 am Post subject: |
|
|
| flyingfisch wrote: | | Is there a linux version of this? | I believe that since it's written in C#, that it's compatible with Mono? I'd appreciate confirmation from Souvik1997 and/or Merthsoft (or another C# expert), though. _________________
 |
|
| Back to top |
|
|
Tari

Systems Integrator

Joined: 03 Jul 2006 Posts: 2113 Location: Always-winter, Michigan
|
Posted: 18 Apr 2012 09:58:53 am Post subject: |
|
|
| souvik1997 wrote: | | It has no dependencies other than .NET 4.0 and the PrizmSDK 0.3. | Thus, Mono 2.8 or newer. May also need to rename some files (add .exe). _________________
Ask questions the smart way · タリ |
|
| Back to top |
|
|
souvik1997

Guru-in-Training

Joined: 19 Apr 2010 Posts: 2870
|
Posted: 18 Apr 2012 10:15:08 am Post subject: |
|
|
Unless Mono lets you run .bat files, my program will not work under a non-Windows OS. _________________ CALCnet Tournament-38%
deviantArt
 |
|
| Back to top |
|
|
flyingfisch

Super-Expert

Joined: 02 Feb 2012 Posts: 896 Location: Akron, OH
|
Posted: 18 Apr 2012 10:42:41 am Post subject: |
|
|
| souvik1997 wrote: | | Unless Mono lets you run .bat files, my program will not work under a non-Windows OS. |
It would work with wine and dos-box though, right? _________________

 
 |
|
| Back to top |
|
|
|