Page 1 of 1

Wrapper for DarkGDK.NET ?

PostPosted: Mon Aug 03, 2009 4:00 pm
by tscorpio
I'm using VB.NET Express 2008 and DarkGDK.NET.
Is there any way to use Magic Particles from that?

Re: Wrapper for DarkGDK.NET ?

PostPosted: Mon Aug 03, 2009 9:06 pm
by Odin_KG
I am sorry but Magic Particles for Visual Basic is not existing.

Re: Wrapper for DarkGDK.NET ?

PostPosted: Thu Aug 06, 2009 8:37 pm
by tscorpio
Are there any plans for it to exist?

Re: Wrapper for DarkGDK.NET ?

PostPosted: Fri Aug 07, 2009 2:21 am
by Odin_KG
You can use current magic.dll with Visual Basic, but Wrapper exists on C++ only. I do not plan to port Wrapper for Visual Basic in a present time.

Re: Wrapper for DarkGDK.NET ?

PostPosted: Tue Aug 11, 2009 3:59 pm
by tscorpio
I have tried to make a reference to the magic.dll from within my visual basic project.
I do not see magic particles under the .NET or COM tabs. I can browse for the DLL, but whenever I try and add it, it comes back with this: "A reference to c:\program files\Magic Particles (Dev)\magic.dll could not be added. Please make sure that the file is accessible and that it is a valid assembly or COM component"
Am I doing something wrong?

Re: Wrapper for DarkGDK.NET ?

PostPosted: Tue Aug 11, 2009 5:45 pm
by Odin_KG
I think you try to include magic.dll as "managed" library. magic.dll is standard Windows dll and you should include it as standard library. I do not know how to do it on Visual Basic.