Commodore 64 (C64) Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
CBM prg Studio
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 14, 15, 16  Next
 
Post new topic   Reply to topic    Commodore 64 (C64) Forum Index -> New Releases
View previous topic :: View next topic  
Author Message
Mogwai
Über Groupie
Über Groupie


Joined: 20 Oct 2011
Age: 48
Posts: 342
Location: Netherlands

PostPosted: Tue Apr 24, 2012 9:23 am    Post subject: Reply with quote

IIRC that should work. Have you tried it without spaces?
Code:
ldx #<routine
ldy #>routine

instead of
Code:
ldx #< routine
ldy #> routine
Back to top
View user's profile Send private message
TheBarfly
Newbie


Joined: 24 Apr 2012
Age: 45
Posts: 24
Location: Netherlands

PostPosted: Tue Apr 24, 2012 9:41 am    Post subject: Reply with quote

Yes, that worked like a charm. Strange though because i thought that i already tried that syntax. Thanx for the feedback Very Happy
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Tue Apr 24, 2012 8:54 pm    Post subject: Reply with quote

@Mogwai,

Thanks for answering for me. I'm not too lazy to do it myself but I can only get on the PC in the evening!
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Mogwai
Über Groupie
Über Groupie


Joined: 20 Oct 2011
Age: 48
Posts: 342
Location: Netherlands

PostPosted: Tue Apr 24, 2012 9:00 pm    Post subject: Reply with quote

No problem, that's what this forum is all about...
Besides, this way you have more time for more important stuff, like improving the application Wink
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Tue Apr 24, 2012 9:16 pm    Post subject: Reply with quote

Mogwai wrote:
Besides, this way you have more time for more important stuff, like improving the application Wink

and sleep...
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Thu May 24, 2012 9:00 pm    Post subject: Reply with quote

Here's a release of V2.3.0 of CBM prg Studio.

There's a few new features (and bug fixes) for you BASIC and assembly programmers but the main new feature is support for the C16 and Plus/4 machines. Note that these machines are not fully supported as some tools (notably the screen designer) have not been converted to be used fully by them yet, but they will be. You can do the important things though like generating BASIC and assembly code!

As usual, many thanks to the feature requesters, bug hunters and donators who helped with this release!

Enjoy!
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
malcontent
C64 Enthusiast
C64 Enthusiast


Joined: 25 Feb 2010
Age: 29
Posts: 768
Location: :noitacoL

PostPosted: Fri May 25, 2012 3:21 am    Post subject: Reply with quote

The program does not like it when you try and open/save/close a project after you have closed the Project Explorer window.
_________________
Back to top
View user's profile Send private message Visit poster's website
Neo-Rio
C64 Enthusiast
C64 Enthusiast


Joined: 21 Oct 2003
Posts: 703

PostPosted: Fri May 25, 2012 10:39 am    Post subject: Reply with quote

Got a bug report when starting it up:
Note: I have Windows 7 64-bit
I uninstalled 2.2.0 and installed 2.3.0... and got this:-

Code:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   at CBMPrgGen.Project.GetProjectTargetMachine(String szProject)
   at CBMPrgGen.frmStartPage.frmStartPage_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CBMPrgStudio
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/CBMPrgStudio/CBM%20Prg%20Studio/CBMPrgStudio.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5458 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
FastColoredTextBox
    Assembly Version: 2.7.3.0
    Win32 Version: 2.7.3.0
    CodeBase: file:///C:/Program%20Files%20(x86)/CBMPrgStudio/CBM%20Prg%20Studio/FastColoredTextBox.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
    Assembly Version: 2.5.0.15095
    Win32 Version: 2.5.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/CBMPrgStudio/CBM%20Prg%20Studio/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
CodeVendor.Controls
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/CBMPrgStudio/CBM%20Prg%20Studio/CodeVendor.Controls.DLL
----------------------------------------
upm5x0qn
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.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
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Fri May 25, 2012 11:50 am    Post subject: Reply with quote

malcontent wrote:
The program does not like it when you try and open/save/close a project after you have closed the Project Explorer window.

Thanks for that. In the mean time, keep the project explorer window open! You can always minimise it.
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Fri May 25, 2012 11:52 am    Post subject: Reply with quote

Neo-Rio wrote:
Got a bug report when starting it up:

Have you edited the project (.cbmprj) files yourself? I've never had this error. If you can get it started, open the configuration and untick the 'show start page' on the 'general' tab.
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Neo-Rio
C64 Enthusiast
C64 Enthusiast


Joined: 21 Oct 2003
Posts: 703

PostPosted: Fri May 25, 2012 12:13 pm    Post subject: Reply with quote

Yep, telling it to not show the start page makes it work OK.
No I have not mucked about by editing the cbmprj files in anyway manually.

(but I don't want to turn that start page off! It's quite useful!)

It lets me continue, but I get that error every time I start up.

I tried to clean up my old projects but even when it couldn't find them anymore it still crashed with the error.

I also managed to get the program to crash by pulling the start page out and plunking it somewhere I shouldn't have. It's a heisen bug though. I only did it once and couldn't repeat it.
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Fri May 25, 2012 12:35 pm    Post subject: Reply with quote

OK here's something else to try. Start prg studio and then go to the 'recent projects' on the file menu and choose 'clear recent items' (answer yes). Turn the start page back on from the config page and restart prg studio. The recent projects willl be empty but you should be able to add them again by opening and saving your projects.

Neo-Rio wrote:
It's a heisen bug though. I only did it once and couldn't repeat it.

What a great term, 'heisen bug'!
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Hidron
C64 Enthusiast
C64 Enthusiast


Joined: 11 Aug 2010
Age: 40
Posts: 730
Location: North Idaho, USA

PostPosted: Fri May 25, 2012 5:14 pm    Post subject: Reply with quote

I was getting the same error on start as Neo-Reo. Your fix of clearing the recent project list worked at first. It is easy to recreate though. I think what caused it for me is that most of my recent projects were missing as far as the program can see. After I complete a project I move it to another folder trying to keep my main project folder a bit less cluttered, and once I do that, the program errors on start the next time.

Also, did you fix the problem with the Commodore key + numbers 1-8 on the Virtual Keyboard? It is still broken on my end.

I ran into another error too. If I try to exit the program with a project open I always get the following error (2.3.0). If I close the project first, no error.

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at CBMPrgGen.frmProgram.UpdateBreakpointList()
   at CBMPrgGen.frmProgram.FastColoredTextBox1_GotFocus(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnGotFocus(EventArgs e)
   at FastColoredTextBoxNS.FastColoredTextBox.OnGotFocus(EventArgs e)
   at System.Windows.Forms.Control.WmSetFocus(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WmSetFocus(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.WmSetFocus(Message& m)
   at System.Windows.Forms.UserControl.WndProc(Message& m)
   at FastColoredTextBoxNS.FastColoredTextBox.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: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CBMPrgStudio
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Games/Commodore/CBM%20Prg%20Studio/CBMPrgStudio.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5458 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
FastColoredTextBox
    Assembly Version: 2.7.3.0
    Win32 Version: 2.7.3.0
    CodeBase: file:///C:/Games/Commodore/CBM%20Prg%20Studio/FastColoredTextBox.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
    Assembly Version: 2.5.0.15095
    Win32 Version: 2.5.0.0
    CodeBase: file:///C:/Games/Commodore/CBM%20Prg%20Studio/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
CodeVendor.Controls
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Games/Commodore/CBM%20Prg%20Studio/CodeVendor.Controls.DLL
----------------------------------------
3cruz4cw
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.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.



Overall, it looks like a really nice update though. Keep up the good work.
_________________
Commodore will live forever!
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Fri May 25, 2012 9:20 pm    Post subject: Reply with quote

Hidron wrote:
Also, did you fix the problem with the Commodore key + numbers 1-8 on the Virtual Keyboard? It is still broken on my end.

Heh it works if you click on the 'keyboard' with the mouse. It's been fixed.

Not sure what's happening with the crash though, I don't see it here.

Cheers.
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Hidron
C64 Enthusiast
C64 Enthusiast


Joined: 11 Aug 2010
Age: 40
Posts: 730
Location: North Idaho, USA

PostPosted: Fri May 25, 2012 9:43 pm    Post subject: Reply with quote

I see now that the virtual keyboard works from the mouse. I was only looking at it visually without actually choosing a key, and seeing the SHIFTed symbols lighting as it did before.

At least I can close the project first and not see the error as a workaround for now.
_________________
Commodore will live forever!
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Fri May 25, 2012 10:48 pm    Post subject: Reply with quote

To be honest, the image used for the virtual keyboard is from a VIC 20, I never got around to updating it to show the extra colours.

As for the crash on exit, are there any files in your project which don't exist, or have been renamed?
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Hidron
C64 Enthusiast
C64 Enthusiast


Joined: 11 Aug 2010
Age: 40
Posts: 730
Location: North Idaho, USA

PostPosted: Fri May 25, 2012 11:22 pm    Post subject: Reply with quote

No changes that I am aware of, but I have only been testing with 2 pre-existing projects, and several test projects created in the new version.

I can create a brand new project, and have it happen. As long as their is currently a ,bas (have only worked with BASIC projects) file open in the project, the error is generated when closing the program. It does let me close the project first & then exit the program with no error messages though.
_________________
Commodore will live forever!
Back to top
View user's profile Send private message
Neo-Rio
C64 Enthusiast
C64 Enthusiast


Joined: 21 Oct 2003
Posts: 703

PostPosted: Sat May 26, 2012 1:02 pm    Post subject: Reply with quote

I've been shuffling a lot of my project folders into new folders, and if the PRG studio remembers old projects and goes looking for them in the old location and can't find them, will it crash?
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Sat May 26, 2012 2:41 pm    Post subject: Reply with quote

I'd like to say no, but try it and see! Clear the recent file list first (from the file menu) before trying.
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Neo-Rio
C64 Enthusiast
C64 Enthusiast


Joined: 21 Oct 2003
Posts: 703

PostPosted: Sun May 27, 2012 12:20 am    Post subject: Reply with quote

Clearing the recent file list stops the bug from appearing.
So that's your smoking gun. Smile

So all you need to do now is to ignore recent files that are no longer where PRG studio thinks they are, to prevent the start page from bombing out
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Sun May 27, 2012 7:19 am    Post subject: Reply with quote

That's the change I was going to make. Thanks for confirming it. Very Happy
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Neo-Rio
C64 Enthusiast
C64 Enthusiast


Joined: 21 Oct 2003
Posts: 703

PostPosted: Tue May 29, 2012 11:07 am    Post subject: Reply with quote

how come PI gets rendered as the pi symbol?

10 PI=0

becomes a mathematically impossible statement and syntax error after generation into a PRG.

10 {pi symbol} =0

PI isn't a keyword in commodore basic (it is on the spectrum, however!)

PI is treated as a variable on our commies, in any version of BASIC!
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Tue May 29, 2012 8:48 pm    Post subject: Reply with quote

Neo-Rio wrote:
PI isn't a keyword in commodore basic (it is on the spectrum, however!)

PI is treated as a variable on our commies, in any version of BASIC!

PI is a variable and a keyword, it has a token value of 255, which is why it gets rendered on the machine as the PI symbol.
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Algarbian
Lemon64 Donator!
Lemon64 Donator!


Joined: 14 Feb 2004
Posts: 78

PostPosted: Wed May 30, 2012 9:26 am    Post subject: Reply with quote

I am using windoes server 2008 r2 64 bit

I had no problems with previous versions but when I installed version 2.3.0, I got an error when starting it but it didn't happen again, next when I tried to open a saved project I got an error also but it is gone also, but one remains and happens always, it is when I create a sprite file and try to open it, I always get this error:

( I don't get an error when opening the sprite editor from the tool bar)

I am sorry that this is partially in portuguese.

Code:
Consulte o fim desta mensagem para obter detalhes sobre como invocar a depuração
JIT (just-in-time) em vez desta caixa de diálogo.

************** Texto da excepção **************
System.IndexOutOfRangeException: O índice Collection tem de estar no intervalo 1 até ao tamanho da colecção.
   em Microsoft.VisualBasic.Collection.IndexCheck(Int32 Index)
   em Microsoft.VisualBasic.Collection.get_Item(Int32 Index)
   em CBMPrgGen.dlgSpriteEdit.CommitChange()
   em CBMPrgGen.dlgSpriteEdit..ctor(String szSpriteDataFile)
   em CBMPrgGen.ToolsEventHandler.SpriteEditorFromTreeView()
   em CBMPrgGen.FileEventHandler.OpenFile(String szFilename, String szFullName, sourceFileType nFileType, List`1 lRegions, Collection cBreakpoints)
   em CBMPrgGen.Project.OpenFile(String szFilename)
   em CBMPrgGen.frmMain.OpenFileFromProjectView(String filename)
   em CBMPrgGen.frmProjectExplorer.tvProject_MouseDoubleClick(Object sender, MouseEventArgs e)
   em System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
   em System.Windows.Forms.TreeView.WndProc(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblagens carregadas **************
mscorlib
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CBMPrgStudio
    Versão da assemblagem: 1.0.0.0
    Versão Win32: 1.0.0.0
    CodeBase: file:///F:/programs/CBMPrgStudio/CBMPrgStudio/CBMPrgStudio.exe
----------------------------------------
Microsoft.VisualBasic
    Versão da assemblagem: 8.0.0.0
    Versão Win32: 8.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5458 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
FastColoredTextBox
    Versão da assemblagem: 2.7.3.0
    Versão Win32: 2.7.3.0
    CodeBase: file:///F:/programs/CBMPrgStudio/CBMPrgStudio/FastColoredTextBox.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
    Versão da assemblagem: 2.5.0.15095
    Versão Win32: 2.5.0.0
    CodeBase: file:///F:/programs/CBMPrgStudio/CBMPrgStudio/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Windows.Forms.resources
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Core
    Versão da assemblagem: 3.5.0.0
    Versão Win32: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
mscorlib.resources
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CodeVendor.Controls
    Versão da assemblagem: 1.0.0.0
    Versão Win32: 1.0.0.0
    CodeBase: file:///F:/programs/CBMPrgStudio/CBMPrgStudio/CodeVendor.Controls.DLL
----------------------------------------
e8fzqjyk
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.VisualBasic.resources
    Versão da assemblagem: 8.0.0.0
    Versão Win32: 8.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/8.0.0.0_pt_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------

************** Depuração JIT **************
Para activar a depuração just-in-time (JIT), o ficheiro .config para esta
aplicação ou computador (machine.config) tem de ter o
valor jitDebugging definido na secção system.windows.forms.
A aplicação também tem de ser compilada com a depuração
activada.

Por exemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Quando a depuração JIT está activada, qualquer excepção não processada
será enviada para o depurador JIT registado no computador
em vez de ser processada por esta caixa de diálogo.

_________________
Viva o Commodore 64!
Back to top
View user's profile Send private message
ajordison
Über Groupie
Über Groupie


Joined: 09 Apr 2008
Posts: 341
Location: Hartlepool, UK

PostPosted: Wed May 30, 2012 8:29 pm    Post subject: Reply with quote

Algarbian wrote:
( I don't get an error when opening the sprite editor from the tool bar)

Have you moved the sprite file from the project directory, or renamed it? The crash is because prg studio is trying to load the file when you double click it in the project explorer. Prg studio warns you if it can't find a file when you load a project but you can ignore the warning.

Check the files in your project. You can open the .cbmprj file in notepad and check it with that.

Hope that helps!
_________________
Try out CBM prg Studio over at www.ajordison.co.uk
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Commodore 64 (C64) Forum Index -> New Releases All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 14, 15, 16  Next
Page 8 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Tip: Get C64 Forever for super-comfy C64 emulation with pre-installed games, demos and other goodies!


Powered by phpBB © 2001, 2005 phpBB Group