Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
734 Discussions

Do DPC++ compiler support stdcall convention

NickVilson
Beginner
1,480 Views

标准 dll 入口点函数的调用约定为stdcall,这样,dll才能为第三方程序调用,如labview 应用,但DPC++ 编译器不能支持stdcall,用它编译的dll不能被第三方程序和C++应用调用,怎么解决这个问题呢?

0 Kudos
3 Replies
VaishnaviV_Intel
Employee
1,430 Views

Hi,

 

Thank you for posting your question. We only provide support in English. I have translated your question. “The standard DLL entry point function is called by stdcall, so that the DLL can be called by a third-party program, such as a Labview application, but the dpc++ compiler cannot support stdcall, and the DLL compiled with it cannot be called by a third-party program and a C++ application, how to solve this problem?”

Does this reflect your question correctly? 

 

Thanks & Regards,

Vankudothu Vaishnavi.

 

0 Kudos
VaishnaviV_Intel
Employee
1,324 Views

Hi,


We haven't heard back from you, Could you please let us know if the above translation reflects your query correctly?


Thanks & Regards,

Vankudothu Vaishnavi.


0 Kudos
VaishnaviV_Intel
Employee
1,279 Views

Hi,


We haven't heard back from you. If you have any issues, please post a new question as this thread will no longer be monitored by Intel.


Thanks & Regards,

Vankudothu Vaishnavi.


0 Kudos
Reply