View previous topic :: View next topic |
Author |
Message |
sbyates
Joined: 24 Aug 2009 Posts: 6
|
Posted: Sun Nov 22, 2009 11:36 pm Post subject: Calling a Salford FTN95 DLL from Visual Basic |
|
|
I have read the post in the Knowledge Base http://forums.silverfrost.com/viewtopic.php?t=201 in addition to other posts and Salford documentation that cover this subject.
However, I am still having difficulty calling a DLL generated from Salford FTN95 from Visual Basic.
When called by Microsoft Visual Basic 2008 I get the error:
Unable to find an entry point named 'test' in DLL 'c:\testDebugWin32.dll'
When I linked the DLL, I checked the "export all" box. When viewing the generated dll with a utility such as dependency walker, all functions appear to be exported with entry points.
Does anyone have any futher ideas I can pursue?
Thanks in advance. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Mon Nov 23, 2009 9:06 am Post subject: |
|
|
This may just be a case of having to use uppercase letters. |
|
Back to top |
|
 |
sbyates
Joined: 24 Aug 2009 Posts: 6
|
Posted: Mon Dec 07, 2009 9:47 pm Post subject: Yes |
|
|
Paul,
Thanks for the easy fix. That was, in fact, the problem.
Thanks again,
Steve |
|
Back to top |
|
 |
|