The System.Runtime.InteropServices.DllImportAttribute class allows managed .NET code to reference a Windows DLL through the magic of Platform Invocation (P/Invoke for short). The System.Runtime.InteropServices namespace contains a wealth of tools to allow .NET to efficiently and effectively use ...

learn more… | top users | synonyms

0
votes
1answer
9 views

The way to grand unmanaged dll with WRITE permission on files using fopen in ASP.NET web service?

I wrote a XML Web Service that run with unmanaged dll which create a file for writing. But when my unmanaged dll try to use _wfopen to WRITE something into an exist file, it causes a security issue : ...
2
votes
3answers
42 views

Attempted to read or write protected memory with dllimport in c#

I have a problem with my project: In dll c++: extern "C" __declspec(dllexport) int results(char* imgInput, void* tree) { struct kd_node* nodeTree = new(tree)kd_node ; // new kd_tree with ...
0
votes
0answers
26 views

C# - mciSendString, any solution to get the buffer (array)?

I'm creating a reader / recorder using MCI through the DllImport of winmm.dll: mciSendString see here. It works for many things, recording, playing, that's pretty cool. I would like to do some ...
0
votes
1answer
53 views

C# : DLLImport - DLL Not Found exception

Suppose i want to call c++ functions from a c# code , i am having the following problem : case 1 : class abc { private : int a ; public : int getValue() { return 100; } }; ...
2
votes
2answers
66 views

C unsigned `char ** out` to C# `byte[]`

This is the function from libeay32.dll (openssl project): int i2o_ECPublicKey (EC_KEY * key, unsigned char ** out) How to describe it in C# (if I want to get a byte [])? Code: [DllImport(DLLNAME, ...
-2
votes
1answer
65 views

Must declare a body because it is not marked abstract, extern, or partial

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ...
0
votes
1answer
38 views

microsoft.office.interop.word dll (2007/2010)issues/ c#.net

issue: populating values for word document is not happening.object reference error in production server. development server( working fine) i am trying to populate the values for the word document ...
2
votes
1answer
47 views

Problems calling a DLL library from C# on iOS because of encoding

I have special problem. I use Xamarin.iOS and try to call a function of a DLL library. The original function is defined as LUALIB_API int luaL_loadbuffer (lua_State *L, ...
-2
votes
0answers
29 views

DllImport at c# [closed]

i was using Libeay32.dll and debug the source code from c# visual studio with out any problem but after i using Libeay34.dll every time i debug the program i get this error PInvokeStackImbalance ...
0
votes
2answers
52 views

Passing string from c++ to c#

I'm trying to pass string from c++ to c#. C++: extern "C" __declspec(dllexport) void GetSurfaceName(wchar_t* o_name); void GetSurfaceName(wchar_t* o_name) { swprintf(o_name, 20, L"Surface name"); ...
-1
votes
1answer
86 views

Calling C/C++ dll functions from C#

I am trying to call some functions from a compiled C/C++ dll in a C# program. I have successfully called several of the functions but am having trouble with a couple. Compliled c/c++ function call: ...
0
votes
0answers
33 views

C# PInvoke flushall not giving any output, return value is 2

I was trying to follow a simple tutorial on C# PInvoke, and created the following program that should output the Test string. [DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl)] ...
1
vote
2answers
35 views

How to call winapi function via pointer to this fuction?

I get functions from ntdll.dll dynamically, using GetProcAddress winapi function like this: HMODULE ntdllh = LoadLibrary(L"ntdll.dll"); unsigned char* ptrToNtLoadDriver = ...
3
votes
2answers
60 views

Using 32-bit dll on 64-bit system shows 0x8007000B Error

I have to use a third party dll in my application. The dll is an 32-bit and the system iam using is 64-bit OS. I have Imported the 32-bit dll in my DotNet application (framework-4.5) as below ...
-1
votes
3answers
70 views

DllImport or LoadLibrary for best performance

I have external .DLL file with fast assembler code inside. What is the best way to call functions in this .DLL file to get best performance?
0
votes
0answers
33 views

Issue with the GetProcAddress() while importing a DLL(Built using VS2010) into an EXE (Built using VS2008)

My set up is as follows:: Os used: Win8. I have a DLL "MyDLL.dll" which has exposed many functions. This DLL is compiled in VS2010. Say the name of 1 of these functions exposed by DLL is : " Func ...
1
vote
1answer
64 views

Self-Hosted WCF Service for 32 bit dll access

I have a Visual Studio Solution for a Windows Forms application with some Class Libraries that are my Application Modules. My application run under "Any CPU" and can't be changed to "x86" because it ...
0
votes
0answers
11 views

How to check if given Windows XP SP2 dll library is proper one? [migrated]

How to check if given Windows XP SP2 dll library is proper one ? I have to fix some problem with Windows XP SP2 system, where two dll was manualy replaced (not by me): comctl32.dll and wmploc.dll, are ...
0
votes
1answer
16 views

Unable to load DLL The specified module could not be found

When using [DllImport("my.cool.library")] with .NET you get an error similar to the following: "Unable to load DLL... The specified module could not be found..." ...even though all the required ...
0
votes
1answer
68 views

How to convert the returned interface variable by a method to object?

I am using a c# wrapper, in the c++ library, the called function returns a pointer to the class object. In the c# wrapper, if I call that method it returns an interface variable. That interface ...
-2
votes
0answers
25 views

how to use dll generated by VS2008(c++) in VS2010(C#)?

I have a dll that has been generated in visual studio 2008 and I have no access to its source code.I want to use this dll in my C# project in visual studio 2010. The problem is I getting the ...
0
votes
1answer
60 views

How to invoke dll method on a different machine?

Let's say I have a C dll with functions like: void beep(); char* foo(char** whatever); Now I want to be able to put this dll on one machine (server) and call it from a different machine (client). ...
1
vote
2answers
74 views

Unable to load 64-bit dll Error in C#

I have 64-bit c++ ddl, which I have to use in my c# application. I used it like [DllImport("sampleDll.dll", EntryPoint = "sampleFunction", CharSet = CharSet.Ansi, CallingConvention = ...
0
votes
1answer
45 views

How to Specify Correct Marshaling for DLL Import in C#

I am using DLL Import to use some functionality in a C dll. The signature of the function is int dllfunction(myfile **fptr, const char *filename, int *status); What marshalling code goes into the ...
0
votes
0answers
37 views

What is the Interop prototype for LocalDBGetInstances in C#?

I cannot get the following code to return an array of localdb instances using InteropServices in C#. The numberofinstances however return properly (6) so I know the call is working. using System; ...
2
votes
1answer
74 views

C# calling c dll functions whose return type is struct* (I don't have the struct c code/definition)

I have a library called MT7Trace.dll and its header MT7Trace.h. I would like to be able to use the functions included in this dll in c# code but I am not capable of importing them properly. Taking as ...
0
votes
0answers
29 views

PInvokeStackImbalance caused when calling C++ function from VB.Net

I'm trying to call a C++ function in VB.Net, and it raises a PInvokeStackImbalance. Here is the C++ function signature : int e1v151(char *NoUsager, char *SequentielSDU, char *code_sys, int code_for, ...
0
votes
0answers
34 views

Windows Form - Missing dll error after running program?

I used DevComponents.DotNetBar dll (version 11.1) to import to my project. At the first time import, dll works fine but if I run program and Visual Studio 2010 displays error The type or namespace ...
1
vote
3answers
71 views

C# GUI on top of C++ Application [closed]

I have a C++ console application which queries a server for data, parses the data, and does some computationally intensive processing of the data and stores the result in an object. I currently have a ...
0
votes
1answer
51 views

Junk characters in Marshal.PtrToStringAnsi

In below code, pcp_Out is supposed to return system date in ANSI format. system date is returned but it has some junk characters in front? Is AllocHGlobal right way to initialize out IntPtr? ...
0
votes
0answers
113 views

C# and unmanaged DLL: avoiding NullReferenceException caused by multiple threads

I am attempting to create a C# application to host automated word games in an ancient social MMO called VZones. Many similar existing applications use a DLL file called wadapi.dll, whose code is ...
0
votes
0answers
94 views

GNU Assembler for Windows (MinGW). DLL Import functions

I try to use GNU assembler in windows, because I like AT&T syntax more than Intel. But I have problem with using DLL in my program. I created simple MessageBox program with GAS (MinGW) but with ...
0
votes
0answers
85 views

C DllImport error System.AccessViolationException Attempted to read or write protected memory

I have one C DLL which I am using into C# code (.net 4.0) When I access the C method, it raises below exception System.AccessViolationException {"Attempted to read or write protected memory. This is ...
3
votes
2answers
84 views

How can I use a dll compiled with .Net Framework 4.0in a Windows Metro App

I am new to Windows 8 app development and professional C# dev. I have run into a problem where a client wants me to interface with a printer (DYMO 450 Turbo) and the SDK only comes with a dll that has ...
0
votes
0answers
19 views

LNK1104, while trying to build a solution to test a DLL library that I have made

Ok, here is what I am trying to do: I have some C code and librares that I want to add to a Vb.Net project. To do so, I am thinking of creating a .DLL from the .c and .h sources and add them to the ...
0
votes
1answer
100 views

string array when c# dllimport from c/c++

[C/C++ Code] extern "C" __declspec(dllexport) int Analyze_input_text(char* input_text, char *ppArray){ int size; // code... return size; } [C# Code] ...
1
vote
1answer
84 views

How can I call SHExtractIconsW from C#?

how to use SHExtractIconsW dll function in C#, I managed to do this in AutoIt, Local $arResult = DllCall('shell32.dll', 'int', 'SHExtractIconsW', _ 'wstr', $sIcon, _ 'int', ...
1
vote
2answers
77 views

.Net webservice could not find my DLL-file

I have a .NET c# web service. In the implementation of this web service, I call a function of a my .dll library, which I am loading in the following way: [DllImport("myLibrary.dll")] extern static ...
0
votes
3answers
104 views

AccessViolationExceptiond: Attempted to read/write protected memory

I have a DLL file that is written in C. I am try to use in C DLL (ImportDLL) in my C# code. My method return out parameter. C method is called correctly but it crashed after process and gives error ...
0
votes
0answers
47 views

How to import a dll from Previous Directory in C# DllImport?

I have written a application 'MyApp'for some operations, which uses functions from a C++ dll Logic.dll. Now, I want to run my application from C:\Program Files\MyApp\EXP But my C++ dll will be in ...
2
votes
1answer
92 views

DLLImport fails to find the DLL file

I have a C# application which needs to import a function from a C++ dll. I use DLLImport to load the function. It works fine in English and Chinese environment, but it always raise 'Module not found' ...
0
votes
2answers
144 views

Importing DLL functions in c# code

I have a DLL, whose functions i want to use in my c# code Here are the functions of that DLL : extern "C" { __declspec(dllimport) const char* __stdcall ZAJsonRequestA(const char *szReq); ...
-2
votes
1answer
99 views

C# web service and dll library

I have this doubt .. I have a C++ library dll and I am writing in my c# web service. I should call my web service a method of this dll. for example using: [DllImport ("mydll.dll")] .... but how ...
3
votes
1answer
267 views

Passing byte array between C++ and C# ByRef raises AccessViolationException

I am trying to create a Win32 DLL exposes some functions which are called in C# as follows __declspec(dllexport) int GetData(unsigned char* *data, int* size) { try { int tlen = 3; ...
0
votes
0answers
15 views

Exporting pointer to function from .dll file

need help with dll exporting. There is a problem with exporting pointer to function. Here is the code: 1-> hdrs.h #include <iostream> #include <Windows.h> #include <conio.h> ...
0
votes
1answer
65 views

c# mashal const std::list<object> from c++ dll

I have to use a c++ DLL in c# and I have to import in my c# program this function defined in the c++ DLL: void rtdGetSkillsetListResult(bool success, const std::list <skillset_info> ...
0
votes
1answer
117 views

arrays struct in c#

I'm trying to do this: public static class GlobalVar { [DllImport("Export.dll")] public static extern sentences Export(); public unsafe struct sentence_node { public ...
0
votes
1answer
96 views

Difference between MarshalAs(UnmanagedType.LPWStr) and Marshal.PtrToStringUni()

I would like to import a function like this: [return: MarshalAs(UnmanagedType.LPWStr)] [DllImport("DLL.dll", EntryPoint="FuncUtf16", ExactSpelling=true, PreserveSig=true, CharSet=CharSet.Unicode)] ...
1
vote
1answer
62 views

C#: One attribute for multiple declarations (DLLImport)

I'm using the [DLLImport] attribute to access a bunch of C++ functions in my .NET code. For now, I have all the functions in the following way: const string DLL_Path = "path\\to\\my\\dll.dll"; ...
0
votes
2answers
116 views

implement c function and parameter pointer struct to c#?

I Have a problem about implementint of C++ DLL to C# My Header File code is this : typedef struct{ uchar Command[4]; ushort Lc; uchar DataIn[512]; ushort Le; }CON_SEND; ...

1 2 3 4 5 17