| Author |
Message |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Thu Dec 10, 2009 12:19 pm Subject: |
Hello Paul,
I unterstand your descritption of F_STDCAL and so on. But this is if I want to call C++ from FTN95.
My first problem has been that a C++ Programm ( a Tool that I use) written with Vi ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Thu Dec 10, 2009 12:11 pm Subject: |
Hello Robert,
I don't want to nerve, but I am not able to debug.
I try as follow:
I start sdbg from a BAT-File
SET SOURCEPATH = c:\Programme\iba\ibaLogic v4\Server; c:\Programme\iba ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Thu Dec 10, 2009 11:16 am Subject: |
Hello Paul,
yes I have read the help file. But I have also to search a lot in internet to find this solution. In the help file I found only that FNT95 ( and that is Fortran) don't use STDCAL. But ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Wed Dec 09, 2009 11:22 am Subject: |
OK, I climbed over the first little hill.
the code in the right way must be:
#define DLL extern "C"
DLL DWORD GetDllVersion(void)
{
return (DLL_INTERFACE_VER ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Tue Dec 08, 2009 9:12 am Subject: |
Next and maybe the last try before switching back to VisualStudio
The ThirdParty Tool has a frame C++ programm for the user DLL.
An example of a subroutine for VisualStudio C++ is here
#de ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Mon Dec 07, 2009 4:55 pm Subject: |
ok, here next part of the endless story.
I sit together with the programmers of the Tool and we saw that the major problem in the moment is, that the stack is not correctly handled.
I delete all Fo ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Sun Dec 06, 2009 7:28 pm Subject: |
Hello Robert,
thank you for your answer. I think that I have to make tomorrow another try, because I have some new idea. I talked with the programmers of the Tool, and maybe I set my breakpoint to ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Fri Dec 04, 2009 12:09 pm Subject: |
Again still big problems.
I try to explain my problem from the beginning;
I have a programm with no source code. It is a graphical programming tool. For that tool I have a DLL-Frame in C++ to mak ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Fri Nov 20, 2009 5:06 pm Subject: |
Hello!
May problem still exists. Now I have had the time to compile and link all with PLATO. So for the first time the DLLs are compiled without an error. But now I must debugg it with PLATO.
May ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Tue Oct 27, 2009 9:24 am Subject: |
| I will try to use SCC, but I have to look how to do. I just tried to do all with PLATO. But in the moment I have a .DEF file that PLATO don't want. |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Tue Oct 27, 2009 8:07 am Subject: |
In the properties of my FTN95 project I have tried for the debugger type (Compiler options - Debugging)
Salford SDBG and also Visual Studio Integrated.
But both have the same result as descriped ... |
Topic: Debugging a DLL missing the symbols |
Werner
Replies: 21
Views: 28220
|
Forum: General Posted: Mon Oct 26, 2009 1:35 pm Subject: Debugging a DLL missing the symbols |
I try to debugg a FTN95 DLL which is called by a C++ DLL. The C++ DLL is created with VisualStudioExpress and the FTN95 DLL with Silverforst FTN95 Express.
I can debugg with Viusual Studio the C++ p ... |
| |