Search:

Type: Posts; User: andwan0

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,525

    I think I got it working: From VC2005 there's...

    I think I got it working:

    From VC2005 there's a function called AddResourceInstance() to chain DLLs. However am still using VC6 so this function doesn't exist.

    So I just copied some code from a...
  2. Replies
    1
    Views
    2,525

    HELP: how to load satellite DLL for a DLL

    I have a Visual C++ workspace that has 2 projects (1 exe & 1 DLL).

    I used Serge Wautier's tutorial ( Resource DLLs and Language Selection Menu - CodeProject ) to create (multi-language) resource...
  3. QUERY: How to control external exe & read it's process details

    I would like to create a service or background running program (something that minimizes to system tray).

    It would have a path list of external applications, eg.

    - C:\App1\Task1.exe
    -...
  4. Replies
    0
    Views
    1,111

    VISUAL C++ resource.h/rc madness mess

    This is really for those Visual C++ 6.0 programmers out there.

    I have a workspace which builds 3 apps & dozen of DLLs. Each project has it's own resources (resource.h & corresponding RC file).
    ...
  5. Replies
    2
    Views
    1,143

    HELP: pair-value search & replace

    Does anyone know to quickly make a multiple search & replace app (in either C or C++)? Am not interested in searching multiple files, just one file. I want to translate a list of unicode characters...
  6. Replies
    4
    Views
    3,186

    crc32/checksum app

    I'd like to write a C++ app program that would store a list of files (by relative path/location) plus it's CRC32 or checksum. Then it would also store more CRC32/checksums for the same file, for each...
  7. Programming MS Visual C++, David J. Kruglinski - missing files needed

    Does anyone have the book "Programming Microsoft Visual C++ 5th Edition, David J. Kruglinski, George Shepherd, and Scot Wingo"? I bought the book secondhand but it never came with a CD because it was...
  8. Replies
    4
    Views
    5,219

    Not sure how it works. Basically there's this...

    Not sure how it works. Basically there's this very old game (eg. Command & Conquer GOLD 95) that used IPX. A ex-Westwood Studio employee, EastonRoyce, wrote a IPX to UDP patch:

    IP Banned

    Then...
  9. Replies
    4
    Views
    2,076

    Can you write me a basic seek-exact-hex-address &...

    Can you write me a basic seek-exact-hex-address & replace C code please? No pattern matching required at this stage.

    :S
  10. Replies
    4
    Views
    2,076

    Hex edit binary file

    Does anyone know any code examples on hex editing a binary file? Such as search for hex-string-patterns, or locating exact hex addresses, and then editing the values and saving the binary file again?
  11. Replies
    4
    Views
    5,219

    WinSock / DirectPlay IPX to UDP

    Anyone know about writing a WinSock or DirectPlay IPX to UDP convertor? as in... writing a hook dll patch?
  12. Replies
    2
    Views
    1,672

    Automated CVS-VC6 building

    This is a big question that covers both building & source-control of programs.

    I use Perforce (they don't have forums) as my CVS source-control. Does anyone have any good ideas on how to write a...
Results 1 to 12 of 12