No announcements
Found 2874142 threads
-
6 Votes
Calling a Function from a Delphi DLL in VB.NET
I'm still wondering if I'd be able to have enumerations and a delegate sub in my structure and still have success calling the Delphi function ...Answered | 20 Replies | 10563 Views | Created by WaluigiCubed - Tuesday, September 27, 2011 3:23 PM | Last reply by horngsh - Thursday, January 26, 2012 12:35 PM -
1 Votes
Delphi String Marshaling in VB.NET
So can you show an example of your what you call "Delphi" string.Answered | 2 Replies | 2872 Views | Created by WaluigiCubed - Tuesday, January 24, 2012 5:24 PM | Last reply by Mike Feng - Thursday, January 26, 2012 9:11 AM -
0 Votes
Calling VB.NET dll from C++
I therefore cannot use a class for this since the calling applicatoin is not aware of any class but rather expect to directly call the inner functions of my ...Answered | 6 Replies | 10184 Views | Created by Menashe_u - Tuesday, August 3, 2010 10:13 AM | Last reply by Guang-Ming Bian - MSFT - Thursday, August 12, 2010 8:47 AM -
5 Votes
Call DLL function from EXCEL VBA
Sample VB.Net project that creates a DLL with functions callable from Excel VBA can be downloaded fromAnswered | 27 Replies | 25676 Views | Created by Aleksandar_NS - Thursday, June 7, 2018 7:53 PM | Last reply by RLWA32 - Friday, June 15, 2018 2:45 PM -
0 Votes
Calling a function in a .dll from JavaScript
You tried to create "dll file" instead object.Answered | 6 Replies | 26101 Views | Created by silver2gold - Wednesday, December 22, 2010 5:07 PM | Last reply by MuneebAliKiyani - Monday, March 18, 2013 11:29 AM -
0 Votes
is it possible to call a dll from a function?
yeh, its possible to use your DLL with MS SQL Server.Answered | 1 Replies | 2299 Views | Created by v60 - Thursday, August 9, 2012 7:06 AM | Last reply by Hasham Niaz - Thursday, August 9, 2012 7:43 AM -
1 Votes
using functions from a c+ DLL in vb.net
Declare Statement to expose the unmanaged C++ functions in your application.Answered | 3 Replies | 641 Views | Created by wingers - Friday, April 10, 2015 10:56 PM | Last reply by wingers - Saturday, April 11, 2015 12:27 PM -
0 Votes
Call SSRS reports from Delphi XE7
Hi sunnyvsk, If I understand correctly, your requirement is to embed and render SSRS reports in Delphi, like we usually use the Report Viewer Control for a VS environment.Answered | 1 Replies | 1393 Views | Created by sunnyvsk - Thursday, March 16, 2017 8:57 AM | Last reply by Yuliana Gu - Friday, March 17, 2017 2:19 AM -
1 Votes
Using 32bit DLL from Delphi in C# (also 32bit)
Now the 32bit DLL imports successfully.Answered | 2 Replies | 3290 Views | Created by dve83 - Thursday, September 6, 2012 2:37 PM | Last reply by dve83 - Sunday, September 9, 2012 5:42 PM -
1 Votes
how to call a function in Vb.net
Just type the module name and VB.NET would show you all the available objects.Answered | 1 Replies | 2313 Views | Created by JMazorra - Saturday, July 6, 2013 3:12 AM | Last reply by varocarbas - Saturday, July 6, 2013 11:56 AM -
0 Votes
Loading a Delphi DLL into a VC++ windows forms application
I succeeded in calling the DLL by using the LoadLibrary and GetProcAddress functions.Answered | 6 Replies | 4171 Views | Created by Crono7 - Wednesday, December 17, 2008 3:33 PM | Last reply by nobugz - Friday, December 19, 2008 7:16 PM -
0 Votes
Invoking an Exe from a DLL and calling its function
In this case how to access the exported functions of the EXE from the DLL ?Answered | 4 Replies | 3614 Views | Created by Arun KM - Tuesday, March 22, 2016 1:33 PM | Last reply by RLWA32 - Wednesday, March 23, 2016 1:25 PM -
0 Votes
Assistence with unmanaged DLL function calls?
I have a 3rd party DLL and need help building the VB.NET code to call a function in it.Answered | 2 Replies | 7688 Views | Created by William Fields - Wednesday, February 17, 2010 4:13 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, February 24, 2010 4:42 AM -
0 Votes
Passing Char Array to delphi function
The best place to get advice on how to interop with Delphi is at a Delphi forum.Answered | 3 Replies | 3816 Views | Created by Jose Carlos Kismajoros - Saturday, February 28, 2009 4:00 PM | Last reply by nobugz - Saturday, February 28, 2009 7:28 PM -
0 Votes
How to call a function from a .DLL file?
However, when I try to call the function from an .EXE program, I get an error message.Answered | 5 Replies | 800 Views | Created by John Ap - Saturday, August 16, 2014 2:18 PM | Last reply by Kareninstructor - Saturday, August 16, 2014 8:38 PM -
0 Votes
How to use / Call a Function in a DLL file ?
You would need to use C++ or another language to export the functions from the DLL in order to use this calling convention.Answered | 6 Replies | 1663 Views | Created by V.K.S.B.K - Monday, May 16, 2016 11:54 AM | Last reply by Paul P Clement IV - Tuesday, May 17, 2016 12:27 PM -
0 Votes
DLL function call
A DLL should expose only C-style functions that pass POD data types.Answered | 4 Replies | 1487 Views | Created by Dalai - Monday, September 30, 2013 1:03 PM | Last reply by Brian Muth - Monday, September 30, 2013 2:50 PM -
0 Votes
Cannot call helper function in dll from BRE
http://biztalktalk.wordpress.com/2011/08/16/calling-helper-methods-from-the-business-rules-engine/ Thanks, Murugesan M - Please Mark as the Answer, if ...Answered | 2 Replies | 2538 Views | Created by cob999 - Thursday, January 10, 2013 3:04 PM | Last reply by cob999 - Monday, January 14, 2013 1:49 PM -
0 Votes
Calling functions in external DLL from XLL Excel add-in
There's one more little wrinkle that they don't tell you about: the DLL you're trying to call from your XLL must either (a) be sitting right ...Answered | 6 Replies | 2432 Views | Created by AkiraC - Wednesday, May 21, 2014 3:11 PM | Last reply by AkiraC - Sunday, April 19, 2015 4:07 PM -
0 Votes
Error in calling Excel4 functions from XLL using VB.NET
As far as I know, Microsoft Excel enables your DLL to access built-in Excel commands, worksheet functions, and macro sheet functions.Answered | 1 Replies | 2960 Views | Created by Misbah Masood-ul-Hasan - Tuesday, August 14, 2012 4:45 PM | Last reply by Leo_Gao - Thursday, August 16, 2012 2:32 AM - Items 1 to 20 of 2874142 Next ›
No announcements