Using CLR's code to create function names for DEF file

Started by TimoVJL, May 14, 2019, 08:12:57 PM

Previous topic - Next topic

TimoVJL

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

Vortex

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...

TimoVJL

Creating a dll stub from headers helps too.
May the source be with you