Re: Embedded EVc dll calls from vb.net



thanks,
now the functions are named OK
File Type: DLL

Section contains the following exports for ProvaDll.dll

00000000 characteristics
4386C6DD time date stamp Fri Nov 25 09:10:05 2005
0.00 version
1 ordinal base
5 number of functions
5 number of names

ordinal hint RVA name

1 0 00001054 COMClose
2 1 00001010 COMOpen
3 2 00001080 Echo
4 3 00001008 fnProvaDll
5 4 00003084 nProvaDll

but not i get a "MissingMethodException" both using "fnProvaDll" and
"#4" in declaration (also using DLLImport)...
What can I do ?

.



Relevant Pages

  • Re: Convert C-Builder program to Delphi?
    ... > quite separate from the function declaration itself. ... >this DLL ... >way the only place anything needs to be changed is in the #define macro. ... Exports SomeDLL_Open Name 'SomeDLL_Open'; ...
    (comp.lang.pascal.delphi.misc)
  • Re: Convert C-Builder program to Delphi?
    ... > quite separate from the function declaration itself. ... >this DLL ... >way the only place anything needs to be changed is in the #define macro. ... Exports SomeDLL_Open Name 'SomeDLL_Open'; ...
    (comp.lang.cpp)
  • Re: Building DLLs with Compaq Visual Fortran and Intel Visual Fortran
    ... > On the face of it your CVF DLL has a .def and more but your IVF DLL ... >> Dump of file ubound.dll ... >> Section contains the following exports for ubound.dll ... >> ordinal hint RVA name ...
    (comp.lang.fortran)
  • Re: calling DLL
    ... File Type: DLL ... Section contains the following exports for RNAVandRPOP.dll ... function declaration being incorrect. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Export C++ class from a Borland DLL and use it in Microsoft VC
    ... Borland uses a different C runtime than Visual Studio. ... Of course, it is not impossible to use a DLL across compilers, even across different languages. ... You still need to use pure extern "C" exports, but the functions themselves can accept and return C++ classes. ... You must either not use enums in your interface, or modify Borland's compiler settings for your particular cpp file. ...
    (microsoft.public.dotnet.languages.vc)