Author |
Message |
Topic: src crashes |
clint
Replies: 1
Views: 4533
|
Forum: Support Posted: Thu Nov 09, 2006 11:28 am Subject: src crashes |
My colleague has found that his SRC (the Salford resource compiler) crashes with the following error
03753088 __chain_memory#24 [+003b]
0375271d __get_memory [+00ea]
03754082 operator�new(un ... |
Topic: Salford debugger does not start. |
clint
Replies: 1
Views: 4832
|
Forum: Support Posted: Wed Nov 01, 2006 4:25 am Subject: Salford debugger does not start. |
Unfortunately the Plato3 IDE and Salford debugger do not start.
I can compile software using Visual Studio, but cannot debug them with either the visual studio integrated debugger or SDBG (it just ha ... |
Topic: C_EXTERNAL slink bug |
clint
Replies: 2
Views: 5242
|
Forum: Support Posted: Tue Oct 03, 2006 4:41 am Subject: C_EXTERNAL slink bug |
I had forgotten to say that I'm linking to a static lib (used in other C++ modules) that contains the following:
(Is the linker confused by polymorphism, or calls to (static) class methods?)
c ... |
Topic: C_EXTERNAL slink bug |
clint
Replies: 2
Views: 5242
|
Forum: Support Posted: Mon Oct 02, 2006 9:11 am Subject: C_EXTERNAL slink bug |
The slink.exe crashes
00410530 chainSectionNameExact(<ptr>char,long�unsigned�int) extern "C"
{
void *createShM(char *name, unsigned int &size);
void destroyShM(void * shm);
... |
Topic: Resource files again.... |
clint
Replies: 3
Views: 6254
|
Forum: Support Posted: Wed Aug 02, 2006 10:25 am Subject: Resource files again.... |
I had tried several methods without success:
1. Added WINAPP 0,0,'../../MYPROG.RC' in the source file containing the program block. (ne there are many source files in the development tree.. ... |
Topic: Resource files again.... |
clint
Replies: 3
Views: 6254
|
Forum: Support Posted: Tue Aug 01, 2006 8:05 am Subject: Resource files again.... |
How are resource files added to a FTN95 project?
(The problem is that I have several scattered throughout the project tree.)
WINAPP 0,0,�....myprog.rc�
PROGRAM
DO something��
END DO
END PROG ... |
Topic: WINIO@ |
clint
Replies: 3
Views: 6695
|
Forum: Support Posted: Mon Jul 31, 2006 4:14 am Subject: WINIO@ |
I already have some recource files (e.g.) "myprog.rc"
How do I place .rc files into a .ftn595p project file?
(I can alter a source file and put in a resource block..... but is there a ... |
Topic: WINIO@ |
clint
Replies: 3
Views: 6695
|
Forum: Support Posted: Wed Jul 26, 2006 9:06 am Subject: WINIO@ |
Under the debugger in Visual Studio
I = WINIO@('%mi
gives the following error:
MYLOGO is not available as an icon resource.
Where should MYLOGO.ICO be placed to avoi ... |
Topic: INQR@@ |
clint
Replies: 4
Views: 7552
|
Forum: Support Posted: Fri Jul 07, 2006 8:05 am Subject: INQR@@ |
I'm afraid I still need to know about the INQR@@ function.
I need to know the meaning of the arguments.
Do you have a function that can be used to derive a handle for READFA@ from a unit from OP ... |
Topic: INQR@@ |
clint
Replies: 4
Views: 7552
|
Forum: Support Posted: Thu Jul 06, 2006 3:44 am Subject: INQR@@ |
I'd be grateful for a reference to the following function, as it isn't in the help files
INQR@@
!!!Example code
N1 = LEN(buffer)
N2 = 0
iunit=14
OPEN(UNIT=iunit,FILE= ... |
Topic: DEBUG |
clint
Replies: 1
Views: 4294
|
Forum: Support Posted: Fri Jun 30, 2006 10:12 am Subject: DEBUG |
When debugging the code using Visual Studio:
how do you set:
1 the path variable to load DLLs?
2 the command line args? (The values in Configuration Properties/Compiler Options/Launch argumen ... |
Topic: possible bug in FTN95? |
clint
Replies: 2
Views: 5768
|
Forum: Support Posted: Wed Jun 28, 2006 2:31 am Subject: possible bug in FTN95? |
ooops! |
Topic: DOSCOM@ |
clint
Replies: 4
Views: 7072
|
Forum: Support Posted: Wed Jun 28, 2006 2:31 am Subject: DOSCOM@ |
Unfortunately, neither are relevant.
DOSCOM@ is used to get DOSCOM buffers for interrupt handlers.
see page 140 of the FTN77 Library reference.
What is the work around?
PS: what should be us ... |
Topic: possible bug in FTN95? |
clint
Replies: 2
Views: 5768
|
Forum: Support Posted: Tue Jun 27, 2006 7:16 am Subject: possible bug in FTN95? |
The following code:
MODULE SystemUtilities
IMPLICIT NONE
!
CONTAINS
INTEGER FUNCTION GetEnvStr(key,val)
CHARACTER(LEN=*), INTENT(IN) :: key
CHARACTER(LEN=*), INTENT(OUT) :: val
... |
Topic: DOSCOM@ |
clint
Replies: 4
Views: 7072
|
Forum: Support Posted: Mon Jun 26, 2006 10:15 am Subject: DOSCOM@ |
DOSCOM@ does not appear to be in FTN95. What should be used instead?
thanks
Clint |
|