Kbase P107566: Can you pass a two dimensional array to a DLL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/11/2005 |
|
Status: Unverified
GOAL:
Can you pass a two dimensional array to a DLL?
FIX:
No, you cannot. Progress does not support multi dimensional arrays. They can be simulated using temp-tables, however, that would still not allow you to pass the data in the form that a DLL would require.