Search results for query: *

  1. D

    Resolved DLL import

    After installing VS2017 community, to have v141, i was able to compile the dot net DLL from the example folder... but after all the trouble i could not start the application because the DotNet DLL requests another DLL "dcomp.dll" to work. DCOMP.dll is part of Windows 8, and i have Windows 7...
  2. D

    Resolved DLL import

    How to use them? i don't have much experience with this kind of programing. I usually write microcontroler software...:giggle:
  3. D

    Resolved DLL import

    My aplication runs on 32 bit, the DLL file comes in two variants, 32 and 64 bit, i used the 32 bit version of the DLL. How to Add the DLL file to Solution Explorer? Add reference does not work, i tried to drag and drop it, it doesn't seem to appear any ware and i have the same error. In the...
  4. D

    Resolved DLL import

    Hi, i want to make a program to control an electronic board. The producer of the electronic board supply a DLL to acces some special functions of the board. But i cant use it, it gives me an error. Here is how a try to use it. using System; using System.Collections.Generic; using...
Back
Top Bottom