Jump to content

MHn

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

LabVIEW Information

  • Version
    LabVIEW 2009
  • Since
    2000

MHn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Some time ago I had a similar problem - i need to call dll-functions with structs containing pointers to strings or other structs. I solved the problem using strcpy-API-functions, which can be used to copy strings to another memory location and then return a pointer to the new memory location. This pointer can be used afterwards as an I32-value within the struct. Please mention, that you will have to control memory-allocation for this manually (allocating and freeing). Martin
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.