Search:

Type: Posts; User: pode

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: DEF files?

    by pode
    Replies
    14
    Views
    5,208

    aaha! :eek: so i would add the def file to...

    aaha! :eek:

    so i would add the def file to the DLL project rather than the main program project?

    thx bithub for pointing that out
    i that fixed the problem heh :D

    and thanks everyone else...
  2. Thread: DEF files?

    by pode
    Replies
    14
    Views
    5,208

    ok i've been up all night + morning thinking...

    ok i've been up all night + morning thinking about the problem and i think i've tried everything, and still i cant get it to work
    ill post the code, maybe someone knows about this problem.

    note:...
  3. Thread: DEF files?

    by pode
    Replies
    14
    Views
    5,208

    ok thx but i got some questions. should i...

    ok thx
    but i got some questions.
    should i create the function prototypes there only
    or the final function, do i put this in the exe folder?
    should i change anything in the dll now?
  4. Thread: DEF files?

    by pode
    Replies
    14
    Views
    5,208

    i dont have that in my file>new>files> is it...

    i dont have that in my file>new>files>
    is it really called def file?

    see my attached picture.
  5. Thread: DEF files?

    by pode
    Replies
    14
    Views
    5,208

    DEF files?

    how do you create them? i read somewhere that you need them in dlls sometimes


    //edit
    i am using msv6

    //edit 2

    i have this in my DLL header
  6. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    my compilers cannot use LOWORD i have both msvc6...

    my compilers cannot use LOWORD i have both msvc6 and dev++
    can i set the words manually?
    maybe with MAKEWORD();
  7. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    what does this mean? case WM_SIZE:...

    what does this mean?


    case WM_SIZE:
    cxClient = LOWORD(lParam);
    cyClient = HIWORD(lParam);
  8. Replies
    8
    Views
    3,076

    ok i think i got it now but how do i do something...

    ok i think i got it now but how do i do something like
    if the user pressed a key only then will the message be sent i tried making a boolean true when user hits key enter(also in winproc) then in
    ...
  9. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    thx alot all of you ,hey the autoscroll is so...

    thx alot all of you ,hey the autoscroll is so easy why dont you use that?
  10. Replies
    8
    Views
    3,076

    but do all of these go in the winproc()? what...

    but do all of these go in the winproc()?

    what do i do in case of listen() and bind()
    are'nt these calls blocking?

    if i do it like this then will it be ok?:
  11. Replies
    8
    Views
    3,076

    question about asynchronous sockets

    do you have to use the WSAAsyncSelect() in the winprocedure in order to create an asynchronous socket?
  12. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    what du i need to be able to scroll?

    what du i need to be able to scroll?
  13. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    i know of that but it's not gonna scroll for me i...

    i know of that but it's not gonna scroll for me i need to add some extra stuff which i know some of like scrollwindow() function and so
    but i dont know how this works, i need an explaining on some...
  14. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    no MFC just straight API and a simple scrollbar...

    no MFC just straight API and a simple scrollbar for a simple window
  15. Thread: scrollbar

    by pode
    Replies
    15
    Views
    2,355

    scrollbar

    ive looked everywhere for a good explanation on scrollbars
    the one at www.gametutorials.com isnt that impressive, and i've read the info at MSDN

    can you tell me what i need to do to scroll a...
  16. Replies
    4
    Views
    1,642

    oh you're making something like windows "on...

    oh you're making something like windows "on screen keyboard" program?
    it should be possible sending it with sendmessage() to the receiving applications handle.
  17. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    nope its not like that cause u only can add...

    nope its not like that cause u only can add folders not entire headerfiles
  18. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    i went to tools\options\directories and added...

    i went to tools\options\directories
    and added what you said
    it says the directory doesnt exist if i try to do that

    edit\\ and yes i had included it before too
  19. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    they are: ompiling... tester.cpp...

    they are:


    ompiling...
    tester.cpp
    c:\program files\microsoft platform sdk for windows xp sp2\include\ntsecpkg.h(200) : error C2059: syntax error : '__stdcall'
    c:\program files\microsoft...
  20. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    ok i've changed my compiler to vc 6.0 but i...

    ok i've changed my compiler to vc 6.0 but i included the sdk header now i got 40 errors then, even if i turn of precompiled headers.
    have you tried it out?
  21. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    where did you look? i searched for the header it...

    where did you look? i searched for the header it turned out i got 2.

    1 "ntsecpkg.h" in dev\include
    2 "NTSecPkg.h" in sdk\include

    the first one dont have any prototypes at all its full of...
  22. Replies
    4
    Views
    1,642

    do you mean your aplication is sending keystrokes...

    do you mean your aplication is sending keystrokes or is it receiving keystrokes?

    i'm not sure but dont the applications need to have the same parent or
    acces rights for that?
  23. Thread: Question..

    by pode
    Replies
    12
    Views
    13,943

    Question..

    hi,
    i'm having a problem with a structure i found at MSDN.
    the problem is that the complielr doesnt seem recognize this structure.
    im using devc++ right now, and i have the platform sdk...
  24. Thread: process IDīs

    by pode
    Replies
    9
    Views
    1,845

    thx m8 thats probably what i was looking for!

    thx m8 thats probably what i was looking for!
  25. Thread: process IDīs

    by pode
    Replies
    9
    Views
    1,845

    i want a way to get any process ID MSN for...

    i want a way to get any process ID
    MSN for example
Results 1 to 25 of 487
Page 1 of 20 1 2 3 4