Waitrud Weber’s blog

things and reminders for memories

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

Analyzer: get_char (STRUCT_FILE sf): ensured the type of character strings:

so, we could analyze one of movie formats mp4, we think sure. ---i: 19: |2avc1|i: 20 loop starts. struct_fp.fp |1991220328|get_char starts.struct_fp.fp |1991220328| struct_fp.index |20|struct_fp.fp |1991220328|get_char ends.i: 20: |avc1|i:…

3d: Retun vPoint* all from basic functions: and then free vPoint* automatically kept inside the function in C++.

Stop coding:Change it on the tactics. ---vPoint.h:5:7: note: candidate: constexpr vPoint& vPoint::operator=(const vPoint&) class vPoint { ^~~~~~vPoint.h:5:7: note: no known conversion for argument 1 from 'vPoint*' to 'const vPoint&'vPoint.…

3d: windows-make: Revisement: Support or not: the answer is not on the theory.

Support to "return (*vPoint)";Memorization must be global and should adinistrated so that it satisfys the below: vPoint vTriangle::getNormal() { vPoint nrml; vPoint ap, bp; vCalculation *cal = nullptr; cal = new vCalculation (); ap = cal->…

3d: windows-make: rebuild parabola

we sure, this program stopped on the Calculation of parabola.printed is the below, so that we think, that calculation is perspective-view. intersection_001 = p( 377.311493, 438.347473, -130.084869)result_001 = p( 190.358154, 319.058716, 50…

Analyzer: under thread functions are still living:

We ciould use stack and parameter copy once under mainthread.We ciould use stack and parameter copy once under mainthread.main_thread: wbuttoncontroller: Process WmChar: -> getchar_something_word_proc WmPaint void wButtonController::Proces…

3d : windows-make: copy or not under windows thread:

You should define all-Parameters under windows a main thread, And which should be copied or not befor dispatch the under functions, you created, we think copying is better.

3d: Step forward Visual Studio: Good System: WinUser.h

(20201212: Visual studio) In WinUser.h "DrawText" is defined like the below. If we use "DrawText" as normal, the function of "DrawTextW" is selected, which means not ascii but UNICODE selected. "WinUser.h" WINUSERAPI _Success_(return) int …

3d: Step back to Mingw:

We found error by use of compiler and copy the file from another project. And we compiled it, the file of vCaluculation.cpp not recognised by compiler. file error: https://github.com/WaitrudWeber/source_zip/blob/master/cg-mingw-20201212-00…

3d: Part of Solutions:

Part of Solutions: 1. Kill an InvalidateRect: in mainWindowProc.2. Kill any other InvalidateRect. When you Keyup in mainWindowProc only, we can refresh(*1) a screen. (*1)refresh = InvalidateRect Next of Solutions: 1. Call the simple drawin…

3d: Windows visual studio comunicator Error, we limited.

w001:From files, we think, one of IDE problems. https://github.com/WaitrudWeber/source_zip/blob/master/cg-20201209-001.zip https://github.com/WaitrudWeber/source_zip/blob/master/cg-20201210-001.zip https://github.com/WaitrudWeber/source_zi…

3d : Curve, first, we think:

Line( x, y, z, t ) = ( A2 - A1 ) * t + A1 a = | A2 - A1 | f(x) = x * ( x - a )~2; Curve1( x, y, z, t ) = Line( x, y, z, t ) + normal( CF1 - A1 ) * f( t ) Curve2( x, y, z, t ) = Line( x, y, z, t ) + normal( CB2 - A2 ) * f( t ) Curve = ( Cur…