Waitrud Weber’s blog

things and reminders for memories

2020-04-01から1ヶ月間の記事一覧

3d: WindowsAPI: Windows-make: Visual Studio Compilation:

(20200429)Microsoft Visual Studio: Inclusion:They can not include "<unistd.h>"Anyway, very thanks to Visual studio Comunicator: (20200429)Specification: wsprintf: from GNU to Visualstudio in Library wsprintf( (LPSTR) &strx[0], (LPCSTR)"%s", vformat(</unistd.h>…

3d: WindowsAPI: Windows-make: Specification: vPoint* vCalculation::subtract_001 ( vPoint* p1, vPoint* p2);

vPoint* vCalculation::subtract_001 ( vPoint* p1, vPoint* p2); On the Code, Completed: 20200424: .\vCalculation.cpp Fri Apr 24 22:10:44 2020 231 :// 232 :vPoint* vCalculation::subtract_001 ( vPoint* p1, vPoint* p2) { 233 : printf("vPoint* v…

3d: WindowsAPI: Windows-make: Languages: CL.exe: We can't change:

Console Mode and cl.exe Option, we confused. --- Type chcp: 850 https://stackoverflow.com/questions/2286216/how-to-change-msbuild-error-message-language /clr https://docs.microsoft.com/en-us/cpp/build/reference/clr-common-language-runtime-…

3d: WindowsAPI: Windows-make: How do we face memories problem: check if it printed well: Good

main starts. v3dCalculation:: calculation_thread_006 () starts. memorize_print () starts. memorizevPoint starts: 0.000000 0.000000 0.000000 dummy_vPoint_index 0 dummy_vPoint_max 0 aReuse: 0/8 dummy_vPoint=005110B8 p( 0.000000, 0.000000, 0.…

3d: WindowsAPI: Windows-make: How do we face memories problem: Memory-allocation was but the program stopped inside subtract:

https://github.com/WaitrudWeber/source_zip/blob/master/analyzer_20200427-001.zip ac scale absolute 0.0f: 1 p( 16.192818, 11.566299, 34.698898) set_C1_C2: 001 vCalculation::add starts memorizevPoint starts: 0.000000 0.000000 0.000000 dummy_…

3d: WindowsAPI: Windows-make: How do we face memories problem: int curve_initialization (): we still have problems: One day, is going to be O.K. sure:

// // // // // int curve_initialization () { printf("starts curve_initialization()\r\n"); // Initialization of class: 20200419: if ( CurveLines == nullptr ) { printf("CurveLines is null.\r\n"); CurveLines = new vPointLinear(); } if ( Curve…

3d: WindowsAPI: Windows-make: How do we face memories problem: Success:

memorizevPoint starts: 0.000000 0.000000 0.000000 dummy_vPoint_index 18 dummy_vPoint_max 32 aReuse: 18/32 dummy_vPoint=00367D38 i: 19 memorizevPoint starts: 0.000000 0.000000 0.000000 dummy_vPoint_index 19 dummy_vPoint_max 32 aReuse: 19/32…

3d: WindowsAPI: Windows-make: How do we face memories problem: I's not log_msg_003:

Printed: log_msg_003 // // // // // void vPointLinear::PrintAnchors( ) { printf("vPointLinear::PrintAnchors( ) starts.\r\n"); vCalculation* calc = new vCalculation(); for ( int i=0; inumPS; i++) { printf("i: %d\r\n", i ); printf("aPS[%d] |…

3d: WindowsAPI: Windows-make: How do we face memories problem: Use Print Memories: cannot print: memories exist.

v3dCalculation:: rails_initialization () starts. starts rails_initialization() void vPointLinear::FirstCreation_OnRails( ) i: 0 this->numPS 5 memorizevPoint starts: 10.000000 0.000000 10.000000 dummy_vPoint_index 0 dummy_vPoint_max 0 memor…

3d: WindowsAPI: Windows-make: How do we face memories problem: Use Print Memories:

We could not print Anchors. --- We changed our methods which is global function, today. dummy_vPoint_index++ before return, so, which ensured next value is dummy_vPoint[dummy_vPoint_index]; And we could see if dummy_vPoint[dummy_vPoint_ind…

3d: WindowsAPI: Windows-make: How do we face memories problem: Step works: Create assets and set them to C++ codes.

#include #include #include #include #include #include #include #include "aarray_counter.h" #include "wTextarea.h" #include "clipboard.h" #include "Print.h" //ADD: 20191228 #include "vPoint.h" #include "vLine.h" #include "vTriangle.h" #incl…

3d: WindowsAPI: Windows-make: How do we face memories problem:

(20200411: )1. We could solve the memories-problem on the Theory at the 100%.2. We could solve the memories-problem on the Codes at the 100%, so, the problem is (...).3. We could solve the memories-problem on the even Practice, so the prob…

Analyzer: Customized Parse: Step Back to the file operator in C:

Step Back to the file operator in C. .\filerecover.cpp Fri Apr 10 19:35:43 2020 1 ://20200408: created: 2 :#include <stdio.h> 3 :#include <stdlib.h> 4 : 5 :#define CHAR_MAX 256 6 :#define PARSE_NUM 256 7 : 8 :int filesize( FILE *fp ) ; 9 : 10 :// Execution: </stdlib.h></stdio.h>…

3d: WindowsAPI: Windows-make: How do we face memories problem:

(20200401)Memory problem is sure, and easily solve it and hit the rate of it.I changed the below: 1. If this_calc is still static,2. If Screen->C is still static,3. Program doesn't free any other vPoint on the vScreen::calculation_up_UV ()…