• 0

A new model for passing strings from C to VB


Question

Let's be honest here.. VB is a great tool for making GUI's, but its ability for backend coding is sometimes lacking in power. So what I like to is write backend functions in C, and export their returns to VB as DLL calls. Passing strings however, tends to be quite complicated. So I wrote a conversion that makes the string into a double that's decoded based on ASCII number values, i.e. 100102103 = abc.

Feedback? Suggestions? easier way to do it?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.