Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Changing datatype from VB.NET to VC++ 6.0

Changing datatype from VB.NET to VC++ 6.0

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++helptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ctlqt12
    wrote on last edited by
    #1

    Hi all, I have created a dll file in VC++ 6 and use that dll file in VB.Net. But unfortunately, in VC++, I'm using some datatype that aren't supported in VB.Net. So i couldn't use that dll file. Please show me what datatype i should use in VB.NET appropriate with following datatype in VC++ 6 : BSTR -> what datatype in VB.NET i should use LPCTSTR -> what datatype in VB.NET i should use LPSTR -> what datatype in VB.NET i should use unsigned int -> what datatype in VB.NET i should use DWORD -> what datatype in VB.NET i should use Please show me some guide. Any help will be welcome. Best Regards

    F 1 Reply Last reply
    0
    • C ctlqt12

      Hi all, I have created a dll file in VC++ 6 and use that dll file in VB.Net. But unfortunately, in VC++, I'm using some datatype that aren't supported in VB.Net. So i couldn't use that dll file. Please show me what datatype i should use in VB.NET appropriate with following datatype in VC++ 6 : BSTR -> what datatype in VB.NET i should use LPCTSTR -> what datatype in VB.NET i should use LPSTR -> what datatype in VB.NET i should use unsigned int -> what datatype in VB.NET i should use DWORD -> what datatype in VB.NET i should use Please show me some guide. Any help will be welcome. Best Regards

      F Offline
      F Offline
      fang_eric
      wrote on last edited by
      #2

      BSTR->string LPCTSTR->const string LPSTR -> string unsigned int->UInt32 DWORD -> long

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups