Home > Back-end >  How to call other CPP files in C Builder 6?
How to call other CPP files in C Builder 6?

Time:09-27

I only learned C language, graduation design teacher asked in C + + builder 6, self-study for 2 weeks, feel more difficult to complete the design, please expert guidance,
Panoramic view of the design requirements using motor and camera type automatic generation system, the hardware part has been completed, the software functions: to control the motor drive mechanism to the camera, at the same time in different angles to collect images, panoramic view of the last generation, the control part and image acquisition (c + + Builder 6) for the CPP program, excuse me: how to invoke other CPP file directly? Or how to add other features in the program directly to my system? Thank you very much!

CodePudding user response:

You write them CPP code, understand its function, then change it is ah,

CodePudding user response:

The people began to learn 2 weeks, and program is too complicated, some look not to understand, can help to change? (to pay)

CodePudding user response:

Put an Image form, a few button (left, right, take pictures, preservation, generate panorama), double click on the "left" button, the function of the control motor is left in the original code written into the OnClick event handler, double-click on the "photos" button, put the pictures of the code written into the event handler, photographed a memory stream, loaded into the memory flow shown in the Image, what kind of function module, define a few buttons or menu items, click on the button or menu item to perform its OnClick event handler,

CodePudding user response:

CPP is added to the project, calling the function of the CPP
  • Related