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?
The issue of naming conflict between ProcedureDLL function and library function.
Re: The issue of naming conflict between ProcedureDLL function and library function.
First of all, please don't shout like that.
Note: Large font = very loud
What do you have in mind? Normally you use the MSIMG32.dll and don't write one.
Here you will have to use a different name. e.g. AlphaBlendingEx
Note: Large font = very loud
What do you have in mind? Normally you use the MSIMG32.dll and don't write one.
Here you will have to use a different name. e.g. AlphaBlendingEx
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: The issue of naming conflict between ProcedureDLL function and library function.
Yes, there is no point writing a new msimg32.dll unless you want to fake it and create a malware. Locked.