News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

How to call functions of this COM DLL

Started by digelo, September 29, 2013, 09:07:40 PM

Previous topic - Next topic

digelo

Hi :D

How can i use shamsi.dll in my masm project ?
this Shamsi.dll contains a function for converting the Gregorian date to Jalali(shamsi) date, this function is in a class named "ClassShamsi".
in vb6 it can be used like this:

Public Function Miladi2Shamsi(mdate as string) as String

dim shms as New ClassShamsi

Miladi2Shamsi= shms.Miladi2Shamsi(mdate)i
End Function

Vortex

Here is a quick example :

http://www.masmforum.com/board/index.php?topic=14289.msg113911#msg113911

jj2007

You can also go to the old forum and search for dllgetclassobject.