Search:

Type: Posts; User: Corrington_j

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,368

    exceptions

    I have a c++ program which compiles with visual c++ .net 2003, but won't compile on linux with g++. The error is on this line, and it says there is no matching function for the call. Any ideas.
    ...
  2. Replies
    2
    Views
    1,882

    getting current directory

    I am wondering if there is a function to get the current working directory. I found chdir() to set the current directory, but can't seem to find a function for getting the current directory. Thanks
  3. Replies
    6
    Views
    1,685

    have you found the name of that avi library yet. ...

    have you found the name of that avi library yet. I really appreciate the help.
  4. Replies
    6
    Views
    1,685

    the code is in c++, the avi library only works on...

    the code is in c++, the avi library only works on windows though.
  5. Replies
    6
    Views
    1,685

    creating movies on linux

    On the windows version of my application I am creating a movie from 250 tif images using the windows AVI stream functions. Now i need my program to run on linux as well, and i cannot figure out how...
  6. Replies
    4
    Views
    7,334

    ok, actually its working fine for what I am...

    ok, actually its working fine for what I am doing. However it doesn't appear to work on win 98, are some of the function just for win xp or what?
  7. Replies
    4
    Views
    7,334

    thanks so much, but that is not exactly what I am...

    thanks so much, but that is not exactly what I am looking for. Is it possible to make it so the user could select all the directories, and then press ok. I took a look at the .net projects, but...
  8. Replies
    4
    Views
    7,334

    multiple selection folder chooser

    I have been looking all around, but I cannot find a way to make a win32 multiple selection folder chooser, not file chooser. It can be win32 api, or managed .NET, I just need to figure this out. ...
  9. Replies
    1
    Views
    2,653

    dynamic array of base class pointers

    For a class project I am trying to make a dynamic array of pointers to the base class and program keeps crashing. I have the base class objectType, and the derived classes balloonType, enemyType, and...
Results 1 to 9 of 9