Results 1 to 3 of 3

Thread: c# for dll

  1. #1
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    c# for dll

    I came across this and wondered if it would work for making a dll for thinBasic via C#

    http://snippets.dzone.com/posts/show/3861
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  2. #2

    Re: c# for dll

    Kent,

    if you want make a managed DLL with C# (class library???) and then use it from ThinBASIC you should before understand the .NET Delegates and InteropServices.

    Ciao,
    Roberto
    http://www.thinbasic.com

  3. #3
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: c# for dll

    I was informed that C# DLLs are special specie, which does not need headers for example. At least colleague on C# project said something like that. But I am afraid it means breaking compatibility to Win32 DLL as a such.

    Maybe it is possible, but I presume there are easier ways to produce Win32 DLL than C#.


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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