Tagged Questions
P/Invoke is a implementation specification of the Common Language Infrastructure (CLI) for invocation of native code libraries from managed code.
35
votes
4answers
32k views
“An attempt was made to load a program with an incorrect format” even when the platforms are the same
I'm calling functions from a 32-bit unmanaged DLL on a 64-bit system. What I get is:
BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from ...
30
votes
10answers
19k views
Bring a window to the front in WPF
How can I bring my WPF application to the front of the desktop? So far I've tried:
SwitchToThisWindow(new WindowInteropHelper(Application.Current.MainWindow).Handle, true);
SetWindowPos(new ...
18
votes
5answers
5k views
CUDA for .net?
I know that there are a lot of CUDA language bindings, such as PyCUDA, but are there any good bindings for .Net? The only one I've seen is this one, but I'd like to know if there are any others.
16
votes
4answers
662 views
Get StartAddress of win32 thread from another process
Background:
I've written a multi-threaded application in Win32, which I start from C# code using Process class from System.Diagnostics namespace.
Now, in the C# code, I want to get the name/symbol ...
15
votes
4answers
10k views
Win32 API function to programatically enable/disable device
I am writing a small C# app to disable a device (my laptop touchpad) whenever another mouse device is detected, and enable the touchpad again if a mouse is not detected. I am not even able to disable ...
15
votes
5answers
8k views
How do I remove minimize and maximize from a resizable window in WPF?
WPF doesn't provide the ability to have a window that allows resize but doesn't have maximize or minimize buttons. I'd like to able to make such a window so I can have resizable dialog boxes.
I'm ...
14
votes
3answers
965 views
Detect laptop lid closure and opening
Is it possible to detect when a laptop's lid is open or closed? From what I've read, this isn't possible, but SO has helped me with the impossible before.
The only thing I've found that might be in ...
14
votes
1answer
2k views
P/Invoke in Mono
What's the current status of Mono's Platform Invoke implementation on Linux? And on Solaris?
12
votes
2answers
284 views
Is there a tool that generates P/Invoke signatures for arbitrary unmanaged DLL?
I stumbled upon a tool that generates P/Invoke signatures for Microsoft's own unmanaged DLLs: PInvoke Interop Assistant
Is there a similar tool that will generate P/Invoke signatures for third-party ...
12
votes
2answers
3k views
pinvokestackimbalance — how can I fix this or turn it off?
I just switched to vs2010 from vs2008. Exact same solution, except now every single call to a C++ dll yields a 'pinvokestackimbalance' exception.
This exception does not get fired in 2008. I have ...
12
votes
5answers
5k views
PInvokeStackImbalance C# call to unmanaged C++ function
After switching to VS2010, the managed debug assistant is displaying an error about an unbalanced stack from a call to an unmanaged C++ function from a C# application.
The usuals suspects don't seem ...
11
votes
4answers
551 views
Did P/Invoke environment change in .NET 4.0?
I've started upgrading a .NET 2.0 WinForms application to .NET 4.0. Well, OK, the upgrade process was just a matter of switching platform target, but making it actually work. I assumed that's all ...
11
votes
4answers
10k views
How to get parent process in .NET in managed way
I was looking a lot for method to get parent process in .NET, but found only P/Invoke way.
10
votes
1answer
391 views
P/Invoke, c#: unsigned char loosing a byte
Im working towards a dll file for a software's SDK and i'm trying to call a function to get information about the host of the software.
there are two unsigned char variables(HostMachineAddress, ...
10
votes
3answers
3k views
C# P/Invoke: Marshalling structures containing function pointers
Sorry for the verbose introduction that follows. I need insight from someone knowing P/Invoke internals better than I do.
Here is how I'm marshalling structures containing function pointers from C to ...
10
votes
4answers
4k views
PInvoke for C function that returns char *
I'm trying to write some C# code that calls a method from an unmanaged DLL. The prototype for the function in the dll is:
extern "C" __declspec(dllexport) char *foo(void);
In C#, I first used:
...
9
votes
1answer
111 views
Feature detection when P/Invoking in C# and .NET
i'm trying to find a good way to detect if a feature exists before P/Invoking. For example calling the native StrCmpLogicalW function:
[SuppressUnmanagedCodeSecurity]
internal static class ...
9
votes
1answer
112 views
Crash with a x64 .NET 4.0 application in Release mode outside of the IDE only
So, I'm experiencing a very weird issue with my little test application. And by issue, I mean it crashes... hard. No exception (at least, nothing that I could catch) is thrown, just the "Blah Blah has ...
9
votes
2answers
342 views
Marshalling a char** in C#
I am interfacing with code that takes a char** (that is, a pointer to a string):
int DoSomething(Whatever* handle, char** error);
Basically, it takes a handle to its state, and if something goes ...
9
votes
6answers
1k views
P/Invoke or C++/CLI for wrapping a C library
Have a moderate size (40-odd function) C API that needs to be called from a C# project. The functions logically break up to form a few classes that will be API presented to the rest of the project.
...
9
votes
2answers
2k views
Hide another app's taskbar button
I would like to be able to hide another application's window from the taskbar, without hiding the window itself. Specifically, I want to have several different Web browsers running, visible, available ...
9
votes
5answers
3k views
new IntPtr(0) vs. IntPtr.Zero
Is there any difference between the two statements:
IntPtr myPtr = new IntPtr(0);
IntPtr myPtr2 = IntPtr.Zero;
I have seen many samples that use PInvoke that prefer the first syntax if the myPtr ...
9
votes
6answers
6k views
using a class defined in a c++ dll in c# code
I have a dll that was written in c++, I need to use this dll in my c# code. After searching I found that using P/Invoke would give me access to the function I need, but these functions are defined ...
8
votes
4answers
435 views
Why can't I return a char* string from C++ to C# in a Release build?
I'm attempting to call the following trivial C function from C#:
SIMPLEDLL_API const char* ReturnString()
{
return "Returning a static string!";
}
With the following P/Invoke declaration (with ...
8
votes
7answers
2k views
How to find that Mutex in C# is acquired?
How can I find from mutex handle in C# that a mutex is acquired?
When mutex.WaitOne(timeout) timeouts, it returns false. However, how can I find that from the mutex handle? (Maybe using p/invoke.)
...
8
votes
2answers
1k views
Automatically creating C# wrappers from c headers?
Is there a way to automatically create p/invoke wrappers for .net from a c header?
Of course I could create them by hand, but maintaining them would be painful, and I'd probably make a mistake ...
8
votes
2answers
4k views
C# PInvoking user32.dll on a 64 bit system
Is it wrong to pinvoke user32.dll on 64 bit Windows, from a 64 bit app? I've done this successfully a number of times and never had an error, but it seems contradictory. Should I look for user64.dll ...
8
votes
2answers
5k views
Moving mouse cursor programmatically
To start out I found this code at http://swigartconsulting.blogs.com/tech_blender/2005/08/how_to_move_the.html:
public class Win32
{
[DllImport("User32.Dll")]
public static extern long ...
8
votes
2answers
13k views
Marshal “char *” in C#
Given the following C function in a DLL:
char * GetDir(char* path );
How would you P/Invoke this function into C# and marshal the char * properly.
.NET seems to know how to do LPCTSTR but when I ...
7
votes
1answer
150 views
Calling a delphi DLL function from C# Code
I have a DLL compiled in Delphi 2007 and an example using it in other Delphi project. Here is a part of code:
TErrorCallback = function(Msg:PChar):byte of object;
TSaveEventCallback = function ...
7
votes
3answers
186 views
C# Hiding an application from the taskbar
I have been struggling to hide another application from the taskbar from my application.
I have been using the SetWindowLong function in order to set/remove WS_EX_APPWINDOW on the extended style.
I ...
7
votes
4answers
301 views
pinvoke: How to free a malloc'd string?
In a C dll, I have a function like this:
char* GetSomeText(char* szInputText)
{
char* ptrReturnValue = (char*) malloc(strlen(szInputText) * 1000); // Actually done after parsemarkup with the ...
7
votes
1answer
197 views
Looks this PInvoke correct and reliable
In this question I have searched for a simple solution to unblock files.
Thanks to all the comments and answer, I have found a simple solution by PInvoking DeleteFile.
It works, but because I never ...
7
votes
2answers
292 views
Unblock File from within .net 4 c#
Is there a possibility to unblock a file that is downloaded from the internet from within a c# program.
Surfing the internet I have learned, that the information is written in an alternative stream ...
7
votes
1answer
454 views
Hooking into Windows message loop in WPF window adds white border on the inside
I am trying to create a WPF window with WindowStyle="None" (for custom buttons and no title) that cannot be resized. Setting ResizeMode to NoResize removes the aero border, which I want to keep.
I ...
7
votes
3answers
1k views
How to return text from Native (C++) code
I am using Pinvoke for Interoperability between Native(C++) code and Managed(C#) code. What i want to achieve is get some text from native code into my managed code. For this i try lot lot of ...
7
votes
4answers
242 views
Big C# source file with Windows API method signatures, structures, constants: will they all be included in the final .exe?
I want to put all the signatures of Windows API functions I'm using in programs in one class, such as WinAPI, and in a file WinAPI.cs I will include in my projects. The class will be internal static ...
7
votes
2answers
150 views
Optimize managed to native calls
What can be done to speed up calling native methods from managed code?
I'm writing a program which needs to be able to manage arbitrarily-sized lists of objects and retrieve information from them at ...
7
votes
6answers
189 views
P/Invoke: How to know which type to marshall from?
Is there a one-stop shop for determining which .Net types/attributes to use, given a native type?
Example would look something like this:
Native Type | .Net Type
...
7
votes
2answers
1k views
Easiest way to generate P/Invoke code?
I am an experienced .Net programer, but have not compiled a C/C++ program in my life. Now I have this C-dll, headers and documentation (3rd party, not from Win API), from which I need to call about ...
7
votes
5answers
1k views
Add offset to IntPtr
I'm looking for a way to perform pointer operations in C# or .NET in particular.
I want to do something very simple
Having a pointer IntPtr I want to get IntPtr object which points to 2 bytes ...
7
votes
3answers
449 views
What is the difference between a delegate instance and a method pointer?
I thought that a delegate instance was interchangeable with a function instance.
Take the following code:
delegate int AddDelegate(int a, int b);
AddDelegate DelegateInstance;
public void ...
7
votes
5answers
8k views
Exporting functions from C++ dll to C# P/Invoke
I have built a C++ dll that I would like to call from C# code. I'm able to call one function, but the other throws an exception when the C# code tries to load the dll.
The header looks like this:
...
6
votes
1answer
125 views
Sending letter 'i' with SendKeys
I made an on screen keyboard with c# Windows Forms. I use Sendkeys.Send() function to send the keystrokes. All letters but the letter "i" works fine. When I press the letter "i" on the keyboard when ...
6
votes
2answers
118 views
Marshalling C structures to C#
Suppose I have a structure:
typedef struct {
float x;
float y;
float z;
int ID;
} Vertex;
and a C++ function:
float first(Vertex* ptr, int length){ //really silly function, just an example
...
6
votes
2answers
91 views
Can I force MSTest to use a new process for each test run?
We're using the VS 2010 test runner (MSTest) for automated functional testing. When we run tests from Visual Studio, VS creates a process called QTAgent32.exe, and it runs the tests in that process.
...
6
votes
3answers
128 views
How to convert native C++ memory into C# structure?
I have the following native function interface in C++:
int func1(void* param, int sizeOfParam).
In documentation the following example of call is provided:
typedef struct
{
int x;
int y;
...
6
votes
2answers
223 views
Allocation and deallocation of memory in unmanaged code using platform Invoke (C#)
I want to allocate and deallocate memory in unmanaged code (C++) and we call them functions from managed code (C#).
Iam not sure whether the following code is fine without memory leaks or not?
C# ...
6
votes
1answer
216 views
NullReferenceException, no stack trace… where to start?
I have a WPF audio application.
Occasionally (and even in the debugger) I'm seeing a NullReferenceException which carries no stack trace information with it.
How can one start debugging such an ...
6
votes
3answers
289 views
C# calling native C++ all functions: what types to use?
I want to make a native C++ all that can be used from a C# project.
If I want to pass a string from C# to the function in the C++ all, what parameter should I use?
I know that C# strings use ...