DebugDesktop library now posted integrates the Watcher, Caller, Runner and Tracer of the Debug library into a single Form to make using the debugger on the desktop more convenient. This library only works on Basic4ppc version 6.90 or later.
As with the Debug library this desktop only library is functional both in the IDE and when compiled. For help see the DebugTutorial and Debug help file contained in the archive for the Debug library version 2.0 or later.
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Tzor>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /o /noco
nfig /nostdlib /nologo /target:winexe /out:"C:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc
\Tzor\1.exe" /define:DEVICE @"C:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\1.rsp" /
define:AUTOSCALE /warn:1
Other.cs(310,18): error CS0535: 'Dbasic.CStreamReader' does not implement interface member 'Dbasic.IStream.Flush()'
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(32,8): (Location of symbol
related to previous error)
Press any key to continue . . .
Recompile what? The demo? I'm afraid that I see no problem having inserted "Iterator = localvar" in both modules to keep the compiler happy.The when I tried to recompile (this is with debug.dll V2 and Basic4ppc version 6.90
Recompile what? The demo? I'm afraid that I see no problem having inserted "Iterator = localvar" in both modules to keep the compiler happy.
That error would occur with the wrong version of Other.cs. Have you got more than one installed version of Basic4ppc? If so what are the paths to each installation?
Yes, if your 6.90 is not a default installation but an earlier version is then DebugRecompiler will see the earlier version and try to use that. The Background topic in the help file tells you about a DebugRecompiler.inf file you can make to direct it to the installation you want to use.And read the help file that you have added for the recompiler!)
Yes, if your 6.90 is not a default installation but an earlier version is then DebugRecompiler will see the earlier version and try to use that. The Background topic in the help file tells you about a DebugRecompiler.inf file you can make to direct it to the installation you want to use.
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Tzor>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /unsafe
/o /noconfig /nostdlib /nologo /target:winexe /out:"C:\Documents and Settings\Owner\Application Data\Anywhere Software\B
asic4ppc\Tzor\1.exe" /define:DEVICE @"C:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\
1.rsp" /define:SIP /define:AUTOSCALE /warn:1
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(6871,3): error CS1513: }
expected
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12446,1): error CS1519:
Invalid token 'catch' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12446,20): error CS1002: ;
expected
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,21): error CS1519:
Invalid token '=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,30): error CS1519:
Invalid token ')' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,41): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,44): error CS1519:
Invalid token '+' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,57): error CS1519:
Invalid token ')' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,68): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,70): error CS1519:
Invalid token ')' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12448,72): error CS1520:
Class, struct, or interface method must have a return type
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12449,25): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12449,28): error CS1519:
Invalid token '=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12449,40): error CS1519:
Invalid token ';' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12450,22): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12450,25): error CS1519:
Invalid token '=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12450,37): error CS1519:
Invalid token '(' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12450,44): error CS1519:
Invalid token ';' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12451,22): error CS1519:
Invalid token '!=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12452,28): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12452,31): error CS1519:
Invalid token '=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12452,58): error CS1519:
Invalid token ';' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12453,22): error CS0270:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12453,25): error CS1519:
Invalid token '=' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12453,52): error CS1519:
Invalid token '(' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12453,59): error CS1519:
Invalid token ';' in class, struct, or interface member declaration
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12455,5): error CS0116: A
namespace does not directly contain members such as fields or methods
c:\Documents and Settings\Owner\Application Data\Anywhere Software\Basic4ppc\Tzor\Class1.cs(12458,2): error CS1022: Type
or namespace definition, or end-of-file expected
Press any key to continue . . .
It may be something in your source file upsetting the DebugRecompiler. Can you post the source, or a cut down version that shows the same problem, so I can try it.
I need the pngs as it won't compile without them.
Try this and post if it's OK (or not!) and I will update the archive.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?