Search:

Type: Posts; User: ole111

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,324

    Thanks. A small question: will char...

    Thanks.

    A small question:
    will char searchTerm[strlen(rootPath)+3];
    compile? Should be a constant expression, shouldn't it?

    ole
  2. Replies
    5
    Views
    1,324

    simplest file search

    Hi
    I am looking for a simple program that goes thru the directory tree to find a file. No MFC and other stuff, just plain Win32 development.

    Thnx a lot
  3. Thread: BSCMAKE error

    by ole111
    Replies
    3
    Views
    2,302

    My problem is that VC++ with one particular...

    My problem is that VC++ with one particular project that somehow has problems with BSCMAKE sometimes hangs during compilations. Unfortunately I still cannot figure out any consistent pattern when it...
  4. Thread: BSCMAKE error

    by ole111
    Replies
    3
    Views
    2,302

    BSCMAKE error

    Hi all

    I have occasionally the following error while using VC++:
    BSCMAKE: error BK 1506: cannot open file ‘\Debug\System.sbr’ no such file or directory.
    With this error VC++ simply hangs and I...
  5. Replies
    3
    Views
    1,180

    optimization question

    Hi all,
    what are possible optimizations for this code to make as fast as possible:



    unsigned char from[A], to[A];

    void foo(){

    int i;
Results 1 to 5 of 5