Closed Thread
Results 1 to 5 of 5

Thread: Exported DLL functions in C#

  1. #1
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Exported DLL functions in C#

    I was wondering if it is possible to create a DLL with C# that has Exported Functions,

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    QuackWare is offline Learning Programmer
    Join Date
    Jan 2010
    Posts
    95
    Rep Power
    8

    Re: Exported DLL functions in C#

    According to this post in a thread:

    DLL Development in C# - Exporting functions - C# / C Sharp answers

    "In .NET, you can not create
    assemblies that export functions..."

    If that was what your looking for

  4. #3
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Re: Exported DLL functions in C#

    Thank you, it wasn't the answer i wanted, but it was the information i needed

  5. #4
    lobo521 is offline Learning Programmer
    Join Date
    Jan 2010
    Posts
    57
    Rep Power
    8

    Re: Exported DLL functions in C#

    Post your problem maybe there is other solution.

  6. #5
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Re: Exported DLL functions in C#

    there are no other solutions (other than using a different language)
    the dll houses addons that are accessed through exported functions by the application

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. using functions.
    By apejam in forum Python
    Replies: 2
    Last Post: 10-25-2011, 09:13 PM
  2. Replies: 4
    Last Post: 02-06-2011, 01:37 PM
  3. Exported DLL Function leaving stuff on stack
    By Ewe Loon in forum C and C++
    Replies: 1
    Last Post: 02-18-2010, 05:11 PM
  4. SQL Functions - SQL Encryption Functions
    By chili5 in forum Tutorials
    Replies: 8
    Last Post: 09-04-2009, 09:40 AM
  5. SQL Functions - Math Functions
    By chili5 in forum Tutorials
    Replies: 6
    Last Post: 09-02-2009, 02:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

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