Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know how to call a DLL from VBA if the DLL uses a 'cdecl' calling
convention? -- Regards, Tommysaurusrex |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tommysaurus,
Tommysaurus wrote: Does anyone know how to call a DLL from VBA if the DLL uses a 'cdecl' calling convention? Here's a KB article that addresses this: http://support.microsoft.com/default...;en-us;Q153586 Sounds like you'll either have to either 1) recreate the DLL using the _stdcall calling convention OR 2) create a wrapper DLL using the _stdcall calling convention. -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling an Add-In | Excel Discussion (Misc queries) | |||
Calling a private sub | Excel Programming | |||
Calling SUB | Excel Programming | |||
Calling certain functions within VBA | Excel Programming | |||
Calling certain functions within VBA | Excel Programming |