Re: Linking DLL's across different compilers and languages
- From: "Peter Olcott" <NoSpam@xxxxxxxxxxxxx>
- Date: Sun, 3 Dec 2006 07:10:39 -0600
"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote in message
news:1165123224.626265.322990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
What about VB's inability to handle unsigned integer types? Is there any wayTo what extent can a DLL created with MS Visual C++ be used across different
compiler versions, different compiler vendors, and different computer
languages
be used? Some of the data provided by one of the functions will be unsigned
int,
is there any way to make this work with VB?
A DLL of a specific type is simply a DLL regardless of compiler vendor
or computer languages. These factors have no bearing on the DLL itself.
Not knowing much about VB, it however does allow you to access Win32
DLLs. It will also be able to access MFC Regular DLLs. Any method
exported in these DLLs can be accessed in VB using GetProcAddress. VB
also allows easy access to COM servers, which is its one of its main
selling points.
---
Ajay
around this that you can conceive?
.
- Follow-Ups:
- Re: Linking DLL's across different compilers and languages
- From: Joseph M . Newcomer
- Re: Linking DLL's across different compilers and languages
- From: Ajay Kalra
- Re: Linking DLL's across different compilers and languages
- References:
- Linking DLL's across different compilers and languages
- From: Peter Olcott
- Re: Linking DLL's across different compilers and languages
- From: Ajay Kalra
- Linking DLL's across different compilers and languages
- Prev by Date: Re: Why TCP ECHO Not Work between distant Hosts?
- Next by Date: Re: Function pointers for DLL functions?
- Previous by thread: Re: Linking DLL's across different compilers and languages
- Next by thread: Re: Linking DLL's across different compilers and languages
- Index(es):
Relevant Pages
|
Loading