Search:

Type: Posts; User: PsychoMantis

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    963

    Hmm...ok this means that if you have a foo.lib...

    Hmm...ok this means that if you have a foo.lib there MUST be a foo.h somewhere out there to show you the functions ....???
    :) Ahha yeah I got it.....

    Thanks a MILLION !!!!
  2. Replies
    8
    Views
    963

    Hey about the decomplier thingy... There isn't...

    Hey about the decomplier thingy...
    There isn't one! If a decomplier exist, there's no need to buy software since you can get the source code.

    I need to know what are the functions inside .lib...
  3. Replies
    8
    Views
    963

    Hmm.. ok a decomplier, i try to find some......

    Hmm.. ok a decomplier, i try to find some...
    Thanks
  4. Replies
    8
    Views
    963

    I understand that but I'm asking about libraries...

    I understand that but I'm asking about libraries for example some files have the extension name.lib, these libraries are a collection of functions right? How do i go about knowing what the functions...
  5. Replies
    8
    Views
    963

    Hmm... How would i know what the libraries...

    Hmm...
    How would i know what the libraries functions are?
    I open the file to view in notepad but are just "machine words", is there any way to find out on the file what are the functions?

    Thanks
  6. Replies
    8
    Views
    963

    Libraries?

    Hi,

    Can anyone tell me what is a library in c++ and how to implement it?

    From my understanding it seems to be a collection of headers and function, but how do i call them?

    Thanks for the...
  7. Replies
    4
    Views
    1,041

    Sorry its: 0xXX 1 byte 0xXXXX 2 byte ...

    Sorry its:

    0xXX 1 byte
    0xXXXX 2 byte


    When i send 0x010E (2 byte) the program only send as 0x0E(1 byte)
    How am i goin to send the 2 bytes together?
  8. Replies
    4
    Views
    1,041

    Hexa help!

    Hi,


    If sending a 2 byte hexa is 0xXX,
    then sending a 4 byte hexa is 0xXXXX??
    correct?
    I am using borland C++ builder 6....
  9. Replies
    0
    Views
    1,073

    Writing binary

    Hi,

    I am writing a program to communicate with a device throught a serial port. The device embedded software reads in the packets by LSM (Least Significant Bit).

    Can i hard code the binary...
  10. Sigh... thanks, i guess i had to create a folder...

    Sigh... thanks, i guess i had to create a folder to put the exe and the dll inside...
  11. There's no way to include the file to the exe???

    There's no way to include the file to the exe???
  12. My exe can't use on other computers with same platform

    I am using the borland c++ builder 6. I write a simple program and complie it to exe. When i run on other computers, it prompts for a file called cc3260mt.dll file.

    Can I include the cc3260mt.dll...
  13. Erm... THis is the packet to send to the...

    Erm...
    THis is the packet to send to the destination.
    the layout of the packet. :)
    I need to use c to send it.
  14. Ok for sending a packet to whatever source, how i...

    Ok for sending a packet to whatever source, how i keep the data inside the packet.
    the header is something like this

    <SOH> |<ETX> | <FF> | <NUL>

    <SOH>= start of header
    <ETX>= end of text...
  15. Replies
    0
    Views
    1,810

    Using WIN32API in Borland C++ Builder 6

    ERm...
    SImple question....
    How am i going to implement WIN32API into borland C++, how i insert the API into my program...thanks.
  16. What are the Basics of packet programming?

    I am assign to program to send a packet header to a device through a serial port program...

    I am not sure how to program a packet header like, do i convert the commands to binary or hexa...?How am...
  17. Replies
    2
    Views
    880

    OKie... so its a application framework.... but...

    OKie...
    so its a application framework.... but what's it for?
    what kind of framework it provides...?
  18. Replies
    2
    Views
    880

    Simple help

    What is VCL, Visual Component Library...??
    Thanks for the help..
  19. Whaoo... Thats cool! What a simple code, hehe...

    Whaoo...
    Thats cool!
    What a simple code, hehe
    Yup i'm cured Thanks Dual-fish (:confused: two mind fish :confused: )?? Thats clever, thanks for the help!!!

    :):):)
  20. Help on quiting the program without illegel operation

    I am writing a serial port program, how am i going to stop the program when i can't find the serial port and exit the program without illegal operations..... THAnks!

    Sample of the program:

    ...
  21. Thread: Dword???

    by PsychoMantis
    Replies
    6
    Views
    1,478

    So its just a predefine unsign int variable...?

    So its just a predefine unsign int variable...?
  22. Thread: Dword???

    by PsychoMantis
    Replies
    6
    Views
    1,478

    Dword???

    Search the MSDN site, readup on whats DWORD. The site told me that its a value...but i can't understand cause i came across the usage of DWORD on some programs, but don't seems to be as simple as a...
  23. Hmm...nevermind, i found another way using win32...

    Hmm...nevermind, i found another way using win32 API
    hehe thanks for the help :)
  24. Erm... quite stupid to ask this but...

    Erm... can anyone help me :(

    What header should be include for programming win32 API programs...
    Is there more then one header or just a header for it.???
    Thanks....
  25. Yo thanks man, think the webby is of some use :)...

    Yo thanks man, think the webby is of some use :)
    :( how you get to the webby, i search the google with lots of combinations but still can't find some web like urs..
    Thanks man!!!
Results 1 to 25 of 29
Page 1 of 2 1 2