Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bbonik

    problem with pointers and allocation of dynamic 2d array

    Dear all, I am a new in Borland C++ 6 and I have a problem with pointers(!). I have a project in which i have to allocate a dynamic 2-dimensional array, perform some image processing functions and then scan again all the values with the use of a pointer. My code is this: int...
  2. bbonik

    Runtime Error 204 :(

    Problem solved.... but whyy????? Sometimes programming can be SO illogical.... After extensive trial and error i solved the problem. The last thing that mydll was doing was to open a new binary file 1. br = fopen(charpath, "wb"); 2. write the processed data 3. close the file: fclose(br)...
  3. bbonik

    Runtime Error 204 :(

    Dear smays, Thank you for your reply. I tried your suggestion, but unfortunately the problem persists. "Runtime Error 204 at 40002FFC"
  4. bbonik

    Runtime Error 204 :(

    Dear all, I am new in using Borland C++ and I face a difficult problem to solve. I would be most grateful if you gave me some advice on it. (I use Borland builder 6, with winXP+SP3) I have created a dll (mydll.dll) which opens a binary file, makes some processing and then saves the file in...

Part and Inventory Search

Back
Top