Hello forum, my colleague is producing a User Interface with Visual Basic in a .NET environment (win 7) and, sofar, I suplied Fortran exes, which he called (I'm using Plato). On the long run it is impeding to use exe, dlls would be more elegant.
I saw many threads about this topic and searched the FTN95 help pages, but we did not come to a good solution. Finally VB always complains about a 'missing entry point'.
Who can give some cookbook how to compile and link a simple f(x,y) for a VB application. Should I use DBK_LINK2? What about F_STDCALL? What about ASSEMBLY_INTERFACE (name='Process')? All this together or 'depends on'?
Who has a simple ready-to-go f95 and VB piece of code, together with a .bat compile and link sequence?
Thanks in advance!