Requesting a copy of gdi32.dll file library

 

Hi everyone,

Does anyone know where I could download a copy of this file

I have been searching this on MQ4 but haven't found any...

Thanks

BEGINNER

 
12BPRO2:

Hi everyone,

Does anyone know where I could download a copy of this file

I have been searching this on MQ4 but haven't found any...

Try searching your operating system folder on your PC.  What does this have to do with mql4 ?
 
RaptorUK:
Try searching your operating system folder on your PC.  What does this have to do with mql4 ?


The script in the source code file used this dll


#import "gdi32.dll"
    int     GetPixel(int hdc, int x, int y);            // COLORREF

Although it is for color reference but I was just interested to learn what it returns...

 

I was looking for gdi32.dll in MQL, not downloading dll from other website... it may caused my PC to be come unstable...

Thanks

 
12BPRO2: I was looking for gdi32.dll in MQL, not downloading dll from other website... it may caused my PC to be come unstable...
That's not what you originally posted
12BPRO2 2013.06.10 10:41:

Hi everyone,

Does anyone know where I could download a copy of this file ...

 
WHRoeder:
That's not what you originally posted


I am very SORRY about that.... don't mean to offend you Sir, 

 
12BPRO2:

I am very SORRY about that.... don't mean to offend you Sir, 

Did you look on your hard drive ?  what Operating System are you using ?

I found it on my Windows 7 Pro x64 

 

 
12BPRO2:

The script in the source code file used this dll


#import "gdi32.dll"
    int     GetPixel(int hdc, int x, int y);            // COLORREF

Although it is for color reference but I was just interested to learn what it returns...


Did you try Google ?

http://msdn.microsoft.com/en-us/library/windows/desktop/dd144909%28v=vs.85%29.aspx 

 

Thank you VERY2 MUCH.....