NO

Author Topic: Using CLR's code to create function names for DEF file  (Read 2739 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Using CLR's code to create function names for DEF file
« on: May 14, 2019, 08:12:57 PM »
Example of using CLR's code to create function names for DEF file.
Without knowing of parameter sizes in 32-bit header leads wrong results :(
64-bit import libraries don't have a that problem.

CFuncFileDef was created for a OpenCL def file for import library.
It create a template to check actual parameters.
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: Using CLR's code to create function names for DEF file
« Reply #1 on: May 16, 2019, 08:26:40 PM »
Hi Timo,

Is it possible to obtain an import library? Maybe, we can create a def file from this library.
Code it... That's all...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Using CLR's code to create function names for DEF file
« Reply #2 on: May 22, 2019, 03:41:19 PM »
Creating a dll stub from headers helps too.
« Last Edit: May 23, 2019, 03:36:32 PM by TimoVJL »
May the source be with you