Click here to Skip to main content
15,885,767 members

Articles by Ozan Müyesseroğlu (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.25

Programming Languages
Visual Basic
26 Feb 2010   Updated: 28 Mar 2010   Rating: 4.25/5    Votes: 6   Popularity: 3.31
Licence: CPOL    Views: 16,911     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
If you want to export strings in C++ to VB.NET, build your function like this:BSTR __stdcall expfun(void){ char* cp_test = "Hi World!"; CString cs_test; cs_test.AppendFormat(L"%s", cp_test); return cs_test.AllocSysString();}and in VB.NET:Imports...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Junior)
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.