Waitrud Weber’s blog

things and reminders for memories

WindowsAPI: windows-make: wTextarea:

I could print a little number like buffer value, I used the wTextarea when I created them before.

*

- - - -
-

.\param_synse_001.cpp  File changed time Mon Feb 27 15:23:39 2023

  1 :#include <tchar.h>
  2 :#include <windows.h>
  3 :#include <windowsx.h>
  4 :#include <stdio.h>
  5 :#include <stdlib.h>
  6 :
  7 ://
  8 :
  9 :
 10 :#include "wTextarea.h"
 11 :#include "wTextareaController.h"
 12 :
 13 :#include "param_synse.h"
 14 :
 15 :
 16 ://
 17 :int ParamSynse::Initialization () {
 18 :
 19 :    box_param = (wTextarea**)malloc (sizeof(wTextarea*) * box_param_num );
 20 :    if ( box_param == NULL ) {
 21 :        printf("We cannot allocate box_param and it exits.\r\n");
 22 :        exit(-1);
 23 :    }
 24 :
 25 :    return 0;
 26 :}
 27 :
 28 :
 29 :
 30 :

- -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -

Error:

[1] 

https://github.com/WaitrudWeber/source_zip/blob/master/axex-20230307-001.zip

[2] 

https://github.com/WaitrudWeber/source_zip/blob/master/axex-20230308-001-04.zip

[3] 

https://github.com/WaitrudWeber/source_zip/blob/master/axex-20230308-001-05.zip

[4] 

https://github.com/WaitrudWeber/source_zip/blob/master/axex-20230308-001-06.zip