Search:

Type: Posts; User: Hermisky

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    4,523

    but i am not using directdraw, it is d3d9 i am...

    but i am not using directdraw, it is d3d9 i am using here.
  2. Replies
    10
    Views
    4,523

    and? you got solution ?

    and? you got solution ?
  3. Replies
    10
    Views
    4,523

    no, it didn't work out yet.... the ugly pink (or...

    no, it didn't work out yet.... the ugly pink (or opaque black if i use 0xffff00ff) is still on my screen, it's killing me~

    missing you, DirectDraw~~
  4. Replies
    10
    Views
    4,523

    it dosen't work, and why do you suggest...

    it dosen't work, and why do you suggest 0xff00ff00 ? i don't understand~~

    the funny thing is , if i set the colorkey to 0xffff00ff, all my pink color turned to be black. It totally confused me,...
  5. Replies
    10
    Views
    4,523

    thanks for reply, dwks. but i never mean RGBA,...

    thanks for reply, dwks.

    but i never mean RGBA, the value i used "0x00ff00ff" means ARGB(0,255,0,255), transparent pink.
  6. Replies
    10
    Views
    4,523

    Help! something about transparency

    I am using directx9 to do a little 2d program.

    Much like the way in direct draw, i use "CreateOffscreenPlainSurface()" to create an offsceen surface, then call "D3DXLoadSurfaceFromFile()" to load...
  7. Replies
    5
    Views
    3,105

    problem solved. the DrawDib functions is capable...

    problem solved. the DrawDib functions is capable to paint yuv bitmap.
  8. Replies
    5
    Views
    3,105

    it's great, i will send you a mail right away.:D

    it's great, i will send you a mail right away.:D
  9. Replies
    5
    Views
    3,105

    Thanks, kryptkat. this site contains lots of...

    Thanks, kryptkat. this site contains lots of useful information.
  10. Replies
    5
    Views
    3,105

    How to paint YUV bitmaps ?

    i use 'video for windows' to capture videostream from camera in i420 format. i set the callback function on videostream, so i can get each frame in memory.

    the problem is i cannot figure out how...
  11. thanks, Dave_Sinkula. the code from CuteCom is...

    thanks, Dave_Sinkula.

    the code from CuteCom is really helpful.
  12. [Need Help] serial port programming on freeBSD

    I have never do serial port development on freeBSD before. it is hard to find code/info about this on net() and the code write on Linux cannot works correctly on freeBSD. :(

    Can anyone show me a...
  13. Replies
    4
    Views
    1,231

    You are doing assignment on pointers, not on...

    You are doing assignment on pointers, not on strings.
  14. and here is the exe file. change the file type...

    and here is the exe file.
    change the file type to exe.
  15. There are the three files in my program...

    There are the three files in my program ,winman.cpp ,resource.h and resource.rc

    My compiler is CBuilderX 1.0

    The resource.rc file is this

    ...
  16. Need help with my program, please take a look

    I am working on a program that is supposed to get the result from a script(based on PL/0).

    For example:
    if the script below is enterd into my program


    program main;
    var id1,id2,id3;
    begin...
Results 1 to 16 of 16