Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert exe to dll Pin
Nish Nishant16-Jan-02 16:13
sitebuilderNish Nishant16-Jan-02 16:13 
GeneralRe: Convert exe to dll Pin
16-Jan-02 22:44
suss16-Jan-02 22:44 
GeneralRe: Convert exe to dll Pin
Chris Losinger17-Jan-02 7:27
professionalChris Losinger17-Jan-02 7:27 
QuestionTerminal Type Window???? Pin
Tryhard16-Jan-02 13:40
Tryhard16-Jan-02 13:40 
AnswerRe: Terminal Type Window???? Pin
Mustafa Demirhan16-Jan-02 13:57
Mustafa Demirhan16-Jan-02 13:57 
AnswerRe: Terminal Type Window???? Pin
Fredrik Skog16-Jan-02 21:23
Fredrik Skog16-Jan-02 21:23 
GeneralBitBlt() Pin
The_Server16-Jan-02 11:45
The_Server16-Jan-02 11:45 
GeneralRe: BitBlt() Pin
Christian Graus16-Jan-02 11:54
protectorChristian Graus16-Jan-02 11:54 
Sagiv wrote:
Does anyone now how the BitBlt() function works exactly ?

What do you mean by 'exactly' ??? If you're doing a SRCCOPY I guess it essentially does a memcpy.

Sagiv wrote:
and what do I need to know about SRCCOPY and SRCPAINT and stuff ?

Here's a list from MSDN

BLACKNESS Turns all output black.


DSTINVERT Inverts the destination bitmap.


MERGECOPY Combines the pattern and the source bitmap using the Boolean AND operator.


MERGEPAINT Combines the inverted source bitmap with the destination bitmap using the Boolean OR operator.


NOTSRCCOPY Copies the inverted source bitmap to the destination.


NOTSRCERASE Inverts the result of combining the destination and source bitmaps using the Boolean OR operator.


PATCOPY Copies the pattern to the destination bitmap.


PATINVERT Combines the destination bitmap with the pattern using the Boolean XOR operator.


PATPAINT Combines the inverted source bitmap with the pattern using the Boolean OR operator. Combines the result of this operation with the destination bitmap using the Boolean OR operator.


SRCAND Combines pixels of the destination and source bitmaps using the Boolean AND operator.


SRCCOPY Copies the source bitmap to the destination bitmap.


SRCERASE Inverts the desination bitmap and combines the result with the source bitmap using the Boolean AND operator.


SRCINVERT Combines pixels of the destination and source bitmaps using the Boolean XOR operator.


SRCPAINT Combines pixels of the destination and source bitmaps using the Boolean OR operator.


WHITENESS Turns all output white.



Christian

I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now

GeneralRe: BitBlt() Pin
The_Server16-Jan-02 12:32
The_Server16-Jan-02 12:32 
GeneralRe: BitBlt() Pin
Christian Graus16-Jan-02 12:35
protectorChristian Graus16-Jan-02 12:35 
GeneralRe: BitBlt() Pin
The_Server16-Jan-02 13:17
The_Server16-Jan-02 13:17 
GeneralRe: BitBlt() Pin
Christian Graus16-Jan-02 13:25
protectorChristian Graus16-Jan-02 13:25 
Generalbind() error Pin
Rickard Andersson2016-Jan-02 11:11
Rickard Andersson2016-Jan-02 11:11 
GeneralRe: bind() error Pin
Joaquín M López Muñoz16-Jan-02 11:37
Joaquín M López Muñoz16-Jan-02 11:37 
GeneralRe: bind() error Pin
Rickard Andersson2016-Jan-02 21:11
Rickard Andersson2016-Jan-02 21:11 
GeneralRe: bind() error Pin
Joaquín M López Muñoz16-Jan-02 21:29
Joaquín M López Muñoz16-Jan-02 21:29 
GeneralRe: bind() error Pin
Rickard Andersson2016-Jan-02 22:57
Rickard Andersson2016-Jan-02 22:57 
GeneralRe: bind() error Pin
Joaquín M López Muñoz17-Jan-02 2:04
Joaquín M López Muñoz17-Jan-02 2:04 
QuestionWhy does this crash? Pin
User 665816-Jan-02 10:26
User 665816-Jan-02 10:26 
AnswerRe: Why does this crash? Pin
Michael Dunn16-Jan-02 10:39
sitebuilderMichael Dunn16-Jan-02 10:39 
GeneralRe: Why does this crash? Pin
User 665816-Jan-02 10:53
User 665816-Jan-02 10:53 
GeneralRe: Why does this crash? Pin
Michael Dunn16-Jan-02 11:03
sitebuilderMichael Dunn16-Jan-02 11:03 
GeneralRe: Why does this crash? Pin
User 665816-Jan-02 11:08
User 665816-Jan-02 11:08 
GeneralRe: Why does this crash? Pin
Nish Nishant16-Jan-02 13:15
sitebuilderNish Nishant16-Jan-02 13:15 
GeneralRe: Why does this crash? Pin
Mustafa Demirhan16-Jan-02 13:30
Mustafa Demirhan16-Jan-02 13:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.