Search:

Type: Posts; User: icc_81

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,220

    I'm using Windows.

    I'm using Windows.
  2. Replies
    2
    Views
    1,220

    Re: Active Child Window

    Hi,

    I've created an asm file assembler program in borland c++. I am currently spawning the opened file to assemble it, however if i open multple asm files and randomly select one, the program will...
  3. Replies
    2
    Views
    2,688

    Hi, There's a function called MDIChildCount...

    Hi,

    There's a function called MDIChildCount which counts all the different child processes open , however when i try to use an if statement, saying disable the buttons when MDIChildCount < 1 it...
  4. Replies
    2
    Views
    2,688

    Borland c++ Enable/Disable

    Hi,

    I've created a MDI application using the Borland C++ Wizard. I've added my own toolbuttons, but i want to enable/disable them when they are in use.

    So when there is no child form on...
  5. Replies
    1
    Views
    1,034

    Re: Save & SaveAs function

    In borland c++ builder

    I've created a new MDI Application project. I was wondering if anyboady knew how to save any info that might be typed in a new 'memo1' canvas?

    All the other functions...
  6. Replies
    4
    Views
    2,084

    Re:displaying line numbers

    Sorry if i was not clear before,

    I have created a text editor to assemble asm files. I want the user to know what line of code they need to make their corrections on, when the list file i create...
  7. Replies
    4
    Views
    2,084

    Re: displaying the line number

    It may be a simple problem but...

    I was wondering how to diplay what line number the cursor is on and then display this in the staus bar in Borland C++, so the user of the editor i have creted can...
  8. Replies
    8
    Views
    6,021

    Re: c++ spawn function

    your code does not work...

    it all compiles fine but the spawnl ('masm') does not seem to be able to see the file i'm trying to assemble when the parameter are passed to it. It's no good calling...
  9. Replies
    8
    Views
    6,021

    Like i said earlier that did not work. I'm...

    Like i said earlier that did not work.

    I'm trying to run a windows based editor but to assemble with a dos based assembler (masm) the spawn function does not recognise the cmdline, where the asm...
  10. Replies
    8
    Views
    6,021

    Re: Assembling using spawn

    Hi again,

    I've attached my code so you can see what i'm trying to achieve. The assemble function still is not working correctly. I'm trying to use my windows based editor to assemble a .asm file...
  11. Replies
    8
    Views
    6,021

    RE: Borland c++ spawn function

    Thanks for trying to help,

    but the same thing still happens, unfortunately i can not specifiy one single .asm file because i need the editor to be able to open more than one (this is why i use the...
  12. Replies
    8
    Views
    6,021

    Re: Borland c++ - Spawn Function

    Hi,

    I'm using borland c++ builder, and i'm trying to get the spawnl function to work correctly. At the moment i am trying to execute masm assembler, so to compile assembly code from a text editor...
Results 1 to 12 of 12