Search found 1 match

by Dino R
Fri Oct 25, 2024 12:55 am
Forum: DG Kernel discussions
Topic: LoadFromMemory1 for IGES string buffer in VB6
Replies: 4
Views: 1242

Re: LoadFromMemory1 for IGES string buffer in VB6

Have you tried the other one: LoadFromMemory(IBlob_DG data, ..)?
You can create a blob and use IBlob_DG.Copy() to set its data.

Regards