View previous topic :: View next topic |
Author |
Message |
Thomas
Joined: 18 Feb 2005 Posts: 56 Location: Gummersbach, Germany
|
Posted: Thu Feb 10, 2011 6:23 pm Post subject: Problem with SDBG |
|
|
Last Monday I replaced my Version 5.5 installation of FTN95 by Version 6.0.
Now I get difficulties using SDBG:
- I define a breakpoint somewhere within the program (F2).
- I start the program (F6).
- The program interupts at the breakpoint.
- When moving the cursor to the source code window the program resumes.
Is it a known problem?
Preparing this topic for the forums I am just performing some tests:
a) I created a simple program. SDBG works properly
b) I inserted a 'winapp' statement after the program statement. SDBG continues when entering the source code window.
c) I modified 'winapp' to '!winapp'. SDBG still continues when entering the source code window.
d) I modified '!winapp' to '!winxapp'. SDBG still continues when entering the source code window.
e) I modified '!winxapp' to '!wxixnxaxpxpx'. SDBG works properly.
A little bit strange? _________________ Thomas |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Fri Feb 11, 2011 8:46 am Post subject: |
|
|
First make sure that you are using the salflibc.dll that comes with the 6.0 release. If there is an old dll lying around that is getting in the way then this will make a difference.
saldiag.exe in the compiler folder will help you to find the salflibc.dll's on your machine. |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Sat Feb 12, 2011 1:09 am Post subject: |
|
|
I have the same problem with version 6.
I have two salflibc.dll libraries, both version 12.10.30.21 date modified 30/10/2010.
What version should we have with Version 6.0? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Sat Feb 12, 2011 9:35 am Post subject: |
|
|
Sorry, I think you are right. I have probably fixed this regression since the last release. I will check this out and see if we can make a new salflibc.dll available for download. |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Mon Feb 21, 2011 1:58 am Post subject: |
|
|
Any chance of a file being made available since the debugger is unworkable as it is. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Mon Feb 21, 2011 9:24 am Post subject: |
|
|
We are working on this. There will probably be a new release very soon.
The current version should not be "unworkable", however if you can get hold of and use the previous salflibc.dll, this will probably work OK with the latest FTN95.exe. Failing that, use the previous salflibc.dll only when running the debugger. |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Mon Feb 21, 2011 2:51 pm Post subject: Re: |
|
|
PaulLaidler wrote: | We are working on this. There will probably be a new release very soon.
The current version should not be "unworkable", however if you can get hold of and use the previous salflibc.dll, this will probably work OK with the latest FTN95.exe. Failing that, use the previous salflibc.dll only when running the debugger. |
Thanks Paul. I shouldn't have said "unworkable". Its more an irritation. I am using the free version at home and have a full licence at work. Both are on version 6.0
I managed to extract an older salflibc.dll from the install package for FTN 95 express (I have an old copy but last time I looked the download wasn't version 6.0 either) so I will see if that works with my personal copy.
If anyone else wants to do this here are the steps:
1. I ran the install just to unzip everything but quit when it said install, repair remove.
2. Extract files from the MSI file by typing at the command line:
msiexec /a "Silverfrost FTN95 Express.msi" /qb TARGETDIR=c:\Salford_tmp
3. Found the salflibc.dll and copied it to my Silverfrost install folder.
Looking forward to seeing the new release too.
David. |
|
Back to top |
|
 |
ThWill
Joined: 01 Mar 2010 Posts: 1 Location: Gummersbach
|
Posted: Wed Mar 16, 2011 10:15 am Post subject: SDBG Application |
|
|
I would like to come back to the original problem in application of SDBG. Meanwhile I can localise the problem better.
When starting SDBG I get a a menu bar and another bar with icons for usual command below. When moving the mouse pointer from the source code window to the icons above, the corresponding functions are executed immediately. I would expect that functions are executed by mouse clicks on the corresponding icons.
Usually I move the mouse cursor between source code window and menu items. Then I have to pass the icon bar and thereby activate them with unpreditable effects.
Is this problem known or is it specific for my installation?
Today I am aware of the behavior and come along with it. However, it is irritating and inconvinient. _________________ Thomas Will |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Wed Mar 16, 2011 1:34 pm Post subject: |
|
|
This (mouse hover) problem is a regression in the salflibc.dll that goes with FTN95 v6.0.
It will be fixed in 6.05 that is planned to be released very soon. |
|
Back to top |
|
 |
|