T
Tomas Andersson
Is it possible to make a DLL file that will be usable in other programs like
Powerbasic
Powerbasic
Is it possible to make a DLL file that will be usable in other programs like
Powerbasic
Tomas Andersson said:Is it possible to make a DLL file that will be usable in other programs
like Powerbasic
Tomas said:Ive created a class in VB9.
What do I need to make it usable from Powerbasic,
Is functions declared public usable as is?
Do I need to enable Register for COM interop
My problem is that I have a program written in VB9.
In a farly short time I need to strip away the forms and turn the
program into a DLL.
This DLL will be used in a program written in Powerbasic.
And as I have a verry low intrest in redoing my program in Powerbasic
I need options.
Can I find examples of code that would work with Powerbasic.
First you should understand what Interop means:
http://msdn.microsoft.com/en-us/library/zsfww439.aspx
If Powerbasic supports COM (as Tom says), you can write a COM dll:
http://msdn.microsoft.com/en-us/library/zsfww439.aspx