Page 1 of 1

Posted: Thu Sep 12, 2002 1:04 pm
by BackupUser
Restored from previous forum. Originally posted by Bernard.

I have a DLL write from VB and I must to set the properties before to call the function.

I'am sorry but I didn't found how to do, if someone can help me I would be glad.

Thanks

BDu

Posted: Thu Sep 12, 2002 2:38 pm
by BackupUser
Restored from previous forum. Originally posted by Rings.

you have written a dll in VB and want use them in Purebasic , is that right ?

well if , you have to note that VB only generates ActiveX-DLLS, not standard-native DLL's as Purebasic generates.
To call them you have to do a bit more.There are a example how to call an activeX in the tips-section....

viewtopic.php?t=1971)