Search:

Type: Posts; User: GUI_XP

Search: Search took 0.00 seconds.

  1. Thread: Project problem

    by GUI_XP
    Replies
    3
    Views
    1,418

    Project problem

    hi..
    ive been stuck on the same problem for 2 months now :/
    and its something very very simple i believe

    but ive posted on help boards during this time
    but no joy

    im wondering could any...
  2. Replies
    2
    Views
    1,358

    the datatypes i want to store in the array have...

    the datatypes i want to store in the array
    have to be unicode chars

    so use whatever datatypes u want..
    i was told TCHAR but

    couldnt get it to work
  3. Replies
    2
    Views
    1,358

    Dual Scripted Array to hold chars

    char AdapterList[10][1024]

    How do i write chars into this array..

    so later i can
    easily reference them via
    just there array script later?

    eg.below
  4. Replies
    3
    Views
    3,368

    WinPcap Sniffer App Prob

    /*
    Hi..
    this little app gets the network cards installed on a pc using WinpCap http://winpcap.polito.it/install/bin/WinPcap_3_0_a4.exe about 300k..
    WinpCap is open source packet capture...
  5. Replies
    3
    Views
    3,368

    WinPcap Sniffer App Prob

    #include <stdio.h>
    #include <conio.h>
    #include <wchar.h>
    #include "packet32.h"
    #include "ntddndis.h"

    #define UNICODE // Helps Im told

    // Prototypes
  6. Replies
    5
    Views
    1,257

    thanks ill give em a go

    thanks ill give em a go
  7. Replies
    5
    Views
    1,257

    ok i will do that thank you.. but is the logic...

    ok i will do that thank you..
    but is the logic in my loop flawed do u know?

    the end result of myloop

    is i want to be able to say characterArray[3]

    and it points the position of the starting...
  8. Replies
    5
    Views
    1,257

    Sorry OS is win2k.. so chars are stored in...

    Sorry OS is win2k..
    so chars are stored in unicode..

    can u tell me which struct or type
    i should be storing unicode chars in ?
  9. Replies
    5
    Views
    1,257

    Driving me crazy

    i have this problem for over a week now..
    How do i then search the AdapterName array..
    get to get each individual set of characters that make a string.
    i am using this method
    and the application...
  10. Replies
    2
    Views
    3,164

    win32 vc 6 i was told vc 6 didnt comply to ansi...

    win32 vc 6
    i was told vc 6 didnt comply to ansi standard for
    wchar..
    ive upgraded to vc 7
    and gonna give that a try now
  11. Replies
    2
    Views
    3,164

    C Datatype WCHAR

    This one is driving me crazy

    is there a C++ equivalent for the WCHAR datatype?
  12. Replies
    0
    Views
    1,254

    Reinterpret_Cast in IF Block

    Data Types:

    WCHAR AdapterName[8192];
    // Question 1: WCHAR is only a C datatype yes?
    ULONG AdapterLength = 4096;

    function prototype is:
    BOOLEAN PacketGetAdapterNames(PTSTR pStr,PULONG ...
  13. Replies
    1
    Views
    1,584

    i did read the error.. i didnt know how to fix...

    i did read the error..
    i didnt know how to fix it
    thanks
  14. Replies
    1
    Views
    1,584

    Porting app from c to c++

    Hi..
    im porting a tiny app from c to c++
    and encoutering a few probs

    char *buf;
    buf = lpPacket->Buffer;

    compiler didnt have problem with this in c

    does in c++
Results 1 to 14 of 14