by: PHil Coveney |
last post by:
Hello,
I am having difficulty marshalling structures when calling DeviceIoControl.
I am importing this Win32 function as
static extern int DeviceIoControl (int hDevice,
int...
|
by: Animesh |
last post by:
Hi All,
I don't know whethher this is possible or not. This is the result of a
bad design problem.
Here I go; I have a structure like this:
typedef struct _s_index_entry {
char *doc_id;...
|
by: MuZZy |
last post by:
Hello,
I am probably facing a sort of language barrier, but i can't really get what
'marshalling' is in terms of .NET
Is it a kind of type casting? And when do you use it?
Thank you,
Andrey
|
by: swartzbill2000 |
last post by:
I am familiar with the VB6/VC6/ATL way of marshalling an incoming
interface via New (VB), and then marshalling an outgoing interface with
some form of Advise. To me it looks like .Net has...
|
by: bonk |
last post by:
I am currently trying to write a longer article about Marshalling when
using . Does anyone know books, articles, or websites that
cover Marshalling in Platform Invocation Services ()?
|
by: RJ Lohan |
last post by:
Howdy,
I have a legacy DLL for which I have a problem marshalling a parameter type
of char**.
The function header (C++) is as so;
extern "C" __declspec(dllexport) int __stdcall...
|
by: calenlas |
last post by:
Hi all,
I'm taking my first steps into C# <--C++ DLL Interop and
unfortunately I've run into (what seems to be) a very complicated case
as my first task. Perhaps someone here can help me.
I...
|
by: d-42 |
last post by:
Hi,
I'm pretty sure I've just got a Marshalling problem, but I'm
completely stumped. If there is a better newsgroup to post this in,
please point me towards it.
First I'm trying to use...
|
by: d-42 |
last post by:
Hi,
I'm pretty sure I've just got a Marshalling problem, but I'm
completely stumped. If there is a better newsgroup to post this in,
please point me towards it.
First I'm trying to use...
|
by: santoshdarekar |
last post by:
HI,
I have some code which I am reverse engineering. Here is one module which is used as calculation madule and marshalling is used in it. But, still there is performance issue as the CPU time the...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|