473,796 Members | 2,599 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 1936
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
1006
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
9685
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
9531
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
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10187
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
10018
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...
1
7553
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5446
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...
2
3735
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.