Quote from: Pumaman on Mon 03/05/2004 16:59:08
Robert Eric: yep, it's different in .net. In VB6, Integer = 2 bytes and Long = 4 bytes; in VB .net, Integer = 4 bytes and Long = 8 bytes.
Anyway, RC1 is now up which supports .net plugins. It's messy though, and I really wouldn't recommend using them. If you have a copy of VB6, use that instead.
Anyway, I've added a note to the bottom of the COM Plugins page on how to make a .net plugin work.
Victory has been acquired with C#. Here's the deal, tho.. I guess the Interop.AGSEditor.dll is compatible with all .NET-based plugins, right?
Basically, my main issue was that I didn't want to program it with visual basic, and it seems that microsoft is giving a big push to C#, which is apparently faster than VB. Now, there's also J#, which has the same syntax as Java, and that's what I know... but I read that it was slower than VB.net. I also don't have Visual Basic 6.. only VC++ 6.0 and VS.net 2002. All in all, now you have 3 options with .net: VB, C#, or J#... and they all have a good level of simplicity compared to programming it with C, specially if you can add forms and so forth.
I have an idea for a plugin, but I could also make some simple example with VB.net, C#, and J#....