Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: C# dll and SF7

  1. #1
    Join Date
    Sep 2006
    Posts
    1

    C# dll and SF7

    Hi,

    I would like to ask if it is possible to write a dll in C# and then call it's methods from SF7, or the dlls must be written in C++ in order to be useable by SF7?

    Regards,
    Luka

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    The problem with .NET DLLs is that they are not callable in the usual DLL way by non-.NET applications. I think that they do (or can) generally expose a COM interface so you might be able to use the LuaCOM plugin to communicate with it in that way.

    The bigger issue, in my opionion, is that the .NET runtime must be installed on the end user's system before you can call a .NET DLL anyhow. This would be a risky assumption during an installation.

Similar Threads

  1. Problem Calling Dll Function
    By gustavoAUDACES in forum Setup Factory 7.0
    Replies: 0
    Last Post: 05-05-2006, 11:22 AM
  2. dll function problem (please)
    By gustavoAUDACES in forum Setup Factory 7.0
    Replies: 10
    Last Post: 05-04-2006, 08:18 AM
  3. Call Dll Function
    By gustavoAUDACES in forum Setup Factory 7.0
    Replies: 1
    Last Post: 04-18-2006, 09:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts