forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 231 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Better Visual Studio Integration?
Andrew

Replies: 2
Views: 7916

PostForum: Suggestions   Posted: Thu Oct 13, 2011 6:54 am   Subject:
Would it be possible to provide a few more details of the situation you have with VS 2010? What version of Windows, which SP of VS, which CPU etc.? How and when are crashes occurring? Do you have an ...
  Topic: Windows 7 anyone?
Andrew

Replies: 29
Views: 37265

PostForum: Support   Posted: Tue Mar 09, 2010 6:53 pm   Subject:
Make sure you have things in .NET configuration. Then go to 'Linker Options' - its the top option.
  Topic: Windows 7 anyone?
Andrew

Replies: 29
Views: 37265

PostForum: Support   Posted: Tue Mar 09, 2010 2:24 pm   Subject:
There are several points:

- if you are compiling a non-Windows application ('Windows application' set to 'No' in the .NET linker options), then the flags should be correct already.
- if you are co ...
  Topic: Windows 7 anyone?
Andrew

Replies: 29
Views: 37265

PostForum: Support   Posted: Tue Mar 09, 2010 11:12 am   Subject:
1) Support for 2010 will be looked at in the next few months. Depending on the changes that Microsoft have made (which look to be quite large) to the editor, the time taken to integrate with 2010 wil ...
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Tue Feb 09, 2010 4:26 pm   Subject:
I hate to correct on non-programming matters, but... 'Er spricht VB' or 'Er kann VB sprechen' - but then, I do now live in Germany... :-)

(And I hope that is actually correct!)
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Tue Feb 09, 2010 2:37 pm   Subject:
You will not be able to call native code from an FTN95 .NET executable, there is no feature to allow for this. You (or the .NET programmer) will have to call it from Microsoft managed code via PInvok ...
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Tue Feb 09, 2010 2:09 pm   Subject:
There is no syntax for PInvoke from FTN95, it is not an FTN95 feature, but a .NET language feature that is in the Microsoft .NET languages.

You would have to call it using PInvoke from C# for exa ...
  Topic: VISUAL STUDIO 2008 WONT ACCEPT FTN95
Andrew

Replies: 5
Views: 9135

PostForum: Support   Posted: Tue Feb 09, 2010 2:03 pm   Subject:
The plugin that ships with 5.40 now should be fine, that older post was before we released an updated installer.

I would suggest a full uninstall and reinstall, making sure you are logged on with a ...
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Tue Feb 09, 2010 1:54 pm   Subject:
That should be possible. Just export your native routines as you would if calling from native C++ and then from .NET you then use a PInvoke to call the routines.
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Fri Feb 05, 2010 12:31 pm   Subject:
You need to use /R:assembly_name to specify DLLs for dbk_link to link to.
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Fri Feb 05, 2010 12:10 pm   Subject:
The .NET method is not static. You must call it therefore with an object reference. You need to create an instance of the object and pass it as the first argument to the method call. Something like: ...
  Topic: Windows 7 anyone?
Andrew

Replies: 29
Views: 37265

PostForum: Support   Posted: Tue Feb 02, 2010 12:07 pm   Subject:
1) Yes, that will be no problem
2) We are reviewing some other recent changes then will release a new build.
  Topic: User's Examples
Andrew

Replies: 30
Views: 54146

PostForum: Suggestions   Posted: Tue Jan 19, 2010 3:15 pm   Subject:
The biggest problem here is that, when the examples were requested, only a very small number came through. We are looking at a new release soon, and while these new examples may not make that release ...
  Topic: Windows 7 anyone?
Andrew

Replies: 29
Views: 37265

PostForum: Support   Posted: Mon Jan 11, 2010 12:24 pm   Subject:
Another Windows 7 issue has been resolved, which requires a new build of slink.

The issue is seen when compiling on Windows 7 and then running the compiled executable on versions of Windows below W ...
  Topic: Parcing arrays from a Fortran subroutine to and from .NET
Andrew

Replies: 17
Views: 23532

PostForum: Support   Posted: Wed Jan 06, 2010 11:05 am   Subject:
Sorry, I also meant to say - an example can be found in the .NET example MatrixInvert in the FTN95 Examples folder (which is installed to My Documents).
 
Page 1 of 16 Goto page 1, 2, 3 ... 14, 15, 16  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group