View previous topic :: View next topic |
Author |
Message |
dmcc_ies
Joined: 09 Dec 2011 Posts: 4
|
Posted: Wed Mar 07, 2012 4:38 pm Post subject: ftn95 static lib calls a c++ dll |
|
|
Hi,
I have a ftn95.exe which uses an ftn95.dll.
This ftn95.dll uses an ftn95 static lib.
This ftn95 static lib uses a cpp.dll
I seem to be unable to link the above.
Everything links and runs perfectly if I import the cpp.dll in the ftn95.dll
instead.
I am using vs2010 and I have added references by editing the project files with a text editor.
Please could somebody tell me if there are any known issues with using static libs between .dlls like this?
cheers |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8208 Location: Salford, UK
|
Posted: Wed Mar 07, 2012 9:11 pm Post subject: |
|
|
Not much to go on here.
Are these DLLs your own or Silverfrost DLLs?
Are you using a Win32 platform or a .NET platform? |
|
Back to top |
|
 |
LitusSaxonicum
Joined: 23 Aug 2005 Posts: 2402 Location: Yateley, Hants, UK
|
Posted: Wed Mar 07, 2012 11:42 pm Post subject: |
|
|
Paul,
I think you missed that he said he was using vs2010. Doesn't this mean it has to be .NET? What he is doing is already out of my league!
Eddie |
|
Back to top |
|
 |
|