Search found 1 match

by pbc
Sun May 04, 2025 5:45 am
Forum: Coding Questions
Topic: The issue of naming conflict between ProcedureDLL function and library function.
Replies: 2
Views: 304

The issue of naming conflict between ProcedureDLL function and library function.

I'm writing msimg32.dll and need to export the function name "AlphaBlend" using ProcedureDLL.
I must use this exact function name, but PureBasic reports an error: "Invalid name: same as a command (from library '2DDrawing')."
The 2DDrawing library cannot be removed since I use it frequently. How ...