473,805 Members | 2,008 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

can vb.net support WINAPI(_stadcal l)?

jg
or would I have to use C# or C++?
Nov 30 '05 #1
7 1938
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?

Nov 30 '05 #2
jg
thank you for your prompt reply.
I should have mentioned that I want the .net dll to support WINAPI(stdcall)
by non managed client.

I did not think of dllimport. Nonetheless I will Google on ddlimport

I was running into a brick wall when it comes to exposing methods and
function with string and /or integer array to the unmanaged client when I
was using the COM interface. I tried a myriad of marshalas, pin, intptr,
varptr. Either I goofed big time or, I just did not get it.

I just found out the unmanaged client supports WINAPI(_stadcal l) as well as
COM, OCX.

So I am looking at the possibility of using WINAPI(_stadcal l) on my .net
class dll.

"Patrice" <no****@nowhere .com> wrote in message
news:OO******** ******@TK2MSFTN GP14.phx.gbl...
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?


Nov 30 '05 #3
AFAIK both VB.NET and C# are unabled to "export" DLL functions as done by
the Windows API (they are able to use existing functions).
If you want to expose functions to COM I would still try to solve the
original problem. AFAIK .NET should likely default to exposing this as safe
arrays. You could post your original problme with the effects you have to
the interop group...

I thought first you wanted to consume Windows API functions (my
understanding is now that you want actually to expose functions to the
unmanaged world).

--
Patrice

"jg" <ju**@mail.pl s> a écrit dans le message de
news:%2******** *******@TK2MSFT NGP11.phx.gbl.. .
thank you for your prompt reply.
I should have mentioned that I want the .net dll to support WINAPI(stdcall) by non managed client.

I did not think of dllimport. Nonetheless I will Google on ddlimport

I was running into a brick wall when it comes to exposing methods and
function with string and /or integer array to the unmanaged client when I
was using the COM interface. I tried a myriad of marshalas, pin, intptr,
varptr. Either I goofed big time or, I just did not get it.

I just found out the unmanaged client supports WINAPI(_stadcal l) as well as COM, OCX.

So I am looking at the possibility of using WINAPI(_stadcal l) on my .net
class dll.

"Patrice" <no****@nowhere .com> wrote in message
news:OO******** ******@TK2MSFTN GP14.phx.gbl...
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?



Nov 30 '05 #4

COM is the way to go if you want to expose a .Net assembly`s methods to the
unmanaged world
regards

Michel
"jg" <ju**@mail.pl s> wrote in message
news:%2******** *******@TK2MSFT NGP11.phx.gbl.. .
thank you for your prompt reply.
I should have mentioned that I want the .net dll to support
WINAPI(stdcall) by non managed client.

I did not think of dllimport. Nonetheless I will Google on ddlimport

I was running into a brick wall when it comes to exposing methods and
function with string and /or integer array to the unmanaged client when I
was using the COM interface. I tried a myriad of marshalas, pin, intptr,
varptr. Either I goofed big time or, I just did not get it.

I just found out the unmanaged client supports WINAPI(_stadcal l) as well
as COM, OCX.

So I am looking at the possibility of using WINAPI(_stadcal l) on my .net
class dll.

"Patrice" <no****@nowhere .com> wrote in message
news:OO******** ******@TK2MSFTN GP14.phx.gbl...
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?



Nov 30 '05 #5
jg
There seem to be a lot more documentation and sample of .net consuming
WINAPI(_stadcal l) than the other way. I look more so for arrays

That is why I am tempted to look into WINAPI(_stadcal l) when I do have some
control over the unmanaged application. I could get the developer to
partition the unmanaged application into two DLLs: data processing and
analytical presentation, let the .net not handle menu, the internet explorer
navigation, parsing.
"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:uW******** *****@TK2MSFTNG P11.phx.gbl...

COM is the way to go if you want to expose a .Net assembly`s methods to
the unmanaged world
regards

Michel
"jg" <ju**@mail.pl s> wrote in message
news:%2******** *******@TK2MSFT NGP11.phx.gbl.. .
thank you for your prompt reply.
I should have mentioned that I want the .net dll to support
WINAPI(stdcall) by non managed client.

I did not think of dllimport. Nonetheless I will Google on ddlimport

I was running into a brick wall when it comes to exposing methods and
function with string and /or integer array to the unmanaged client when I
was using the COM interface. I tried a myriad of marshalas, pin, intptr,
varptr. Either I goofed big time or, I just did not get it.

I just found out the unmanaged client supports WINAPI(_stadcal l) as well
as COM, OCX.

So I am looking at the possibility of using WINAPI(_stadcal l) on my .net
class dll.

"Patrice" <no****@nowhere .com> wrote in message
news:OO******** ******@TK2MSFTN GP14.phx.gbl...
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?



Nov 30 '05 #6
jg
just for those who have to deal with legacy application that supports COM,
OCX, and WINAPI(_stadcal l),
I worked out the COM interface fro function out array parametns.
For example
' Caller proto:
' Int32 lSz, lsz2
' String lstrOut[]
' Int32 lPos[]
' lSz = objClass.Parse( sIn, ref lsz2, ref lstrOut, ref lPos)
' the result lsz2 and lSz are same of course due to adj made here

Public Function Parse(ByVal sIn As String, <Out()> ByRef iCnt As Integer, _

<Out()> <MarshalAs(Unma nagedType.LPArr ay, ArraySubType:=U nmanagedType.LP Str,
SizeParamIndex: =1)> ByRef sOut As String(), _

<Out()> <MarshalAs(Unma nagedType.LPArr ay, ArraySubType:=U nmanagedType.LP Str,
SizeParamIndex: =1)> ByRef lPos As Integer()) As Integer

sOut = Split(sIn, vbTab)

Dim sdebugMsg As String = "0, >>", s As String

Dim i As Integer = 0

iCnt = 0

iCnt = sOut.GetUpperBo und(0)

Dim pos(iCnt) As Integer

If iCnt > 0 Then

pos(0) = 1

i = 1

For Each s In sOut

sdebugMsg &= s

If i < iCnt Then

pos(i) = s.Length + 1

sdebugMsg &= vbCrLf & pos(i) & vbTab

End If

Next

lPos = pos

iCnt += 1

Else

End If

' MsgBox("sOut.Ge tUpperBound()=" & sOut.GetUpperBo und(0) & vbCrLf & "values
are" & vbCrLf & sdebugMsg, MsgBoxStyle.OKO nly, "IeStringClass. Parse")

'MsgBox(sOut)

Return iCnt

End Function


Dec 1 '05 #7
jg
I just found the form handle event by itself in the class will let me
initialize but I still get object problem that I will post on another thread

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:uW******** *****@TK2MSFTNG P11.phx.gbl...

COM is the way to go if you want to expose a .Net assembly`s methods to
the unmanaged world
regards

Michel
"jg" <ju**@mail.pl s> wrote in message
news:%2******** *******@TK2MSFT NGP11.phx.gbl.. .
thank you for your prompt reply.
I should have mentioned that I want the .net dll to support
WINAPI(stdcall) by non managed client.

I did not think of dllimport. Nonetheless I will Google on ddlimport

I was running into a brick wall when it comes to exposing methods and
function with string and /or integer array to the unmanaged client when I
was using the COM interface. I tried a myriad of marshalas, pin, intptr,
varptr. Either I goofed big time or, I just did not get it.

I just found out the unmanaged client supports WINAPI(_stadcal l) as well
as COM, OCX.

So I am looking at the possibility of using WINAPI(_stadcal l) on my .net
class dll.

"Patrice" <no****@nowhere .com> wrote in message
news:OO******** ******@TK2MSFTN GP14.phx.gbl...
What have you tried ? See the Declare statement or the DllImport
attribute...

Patrice

--

"jg" <ju**@mail.pl s> a écrit dans le message de
news:OR******** *****@tk2msftng p13.phx.gbl...
or would I have to use C# or C++?



Jan 3 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1010
by: jg | last post by:
just for those who have to deal with legacy application that supports COM, OCX, and WINAPI(_stadcall) - c-style?, I worked out the COM interface for function out array parameters. For example ' Caller proto: ' Int32 lSz, lsz2 ' String lstrOut ' Int32 lPos
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10103
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6874
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.