List Info

Thread: Referencing a non-.net, non-com dll




Referencing a non-.net, non-com dll
user name
2006-06-22 21:41:31
I have a dll that I need to use that is not a .net or a com
dll.  The header
is extern "C" __declspec(dllexport) bool WINAPI
InvokeHowardForm(AnsiString
Filename, AnsiString ExeBtns).

I have an example written in Borland Delphi that declares
the function like
this:

function
InvokeHowardForm(Filename,ExecuteButton:AnsiString):boolean
stdcall; external 'HowardIndustries.dll' name
'InvokeHowardForm';

Does anyone know how I can access this from vb.net 2005?

Thanks,
Kelly

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )