Euphoria DLLs and *ugh* Visual Basic
- Posted by "Greg Haberek" <g.haberek at comcast.net> Oct 25, 2003
- 370 views
I hate to ask this, but I'd like to use a few Euphoria DLL files with Visual Basic. Question is, can a routine in my DLL accept strings passed throug Visual Basic as sequences? or would VB pass a pointer to the routine, and my routine peek to it? I ask this mainly because some of my friends want 'proof' that Euphoria is better than VB, and they'd like me to port a chat program I wrote to VB, and the chat program uses euLibnet and some parameters in euLibnet are sequences (strings). I don't want to attempt this port until I'm sure it will work, otherwise I'll just write a wrapper DLL in Euphoria first. ~Greg