The issue of naming conflict between ProcedureDLL function and library function.
Posted: Sun May 04, 2025 5:45 am
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 can I resolve this issue?
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 can I resolve this issue?