News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

NeHe Tutorial in masm64

Started by Mikl__, August 06, 2020, 12:55:45 PM

Previous topic - Next topic

Mikl__


avcaballero

#106
Hey, Mikl, good job  :thumbsup:

They all work well to me except 12, 22, 29, 32, 33, 35

Mikl__

¡Hola caballero!
In that message , I have already laid out lesson #12 and six_L wrote
QuoteNow, the tut_40-12.exe works ok. :thumbsup:

TouEnMasm


38 is beatifull with all this butterfly.
Fa is a musical note to play with CL

Mikl__

Hi caballero, TouEnMasm and six_L!
Can you briefly describe what's wrong with 22, 29, 32, 33, 35? What happens when you run these programs in Win10?

six_L

#110
Hi,Mikl__
First of all, thank you for the great work! :thumbsup:
a few exe files don't work. there are the tut_40-22.exe, tut_40-29.exe,tut_40-32.exe,tut_40-33.exe,tut_40-35.exe.
they have the common performance:"double click exe,don't start up, no any messages, mouse icon only rotating for a moment."
the tut_40-37.exe works fine at sometime.
Say you, Say me, Say the codes together for ever.

avcaballero

When you execute the program, it dessapears with no info. This issue happens in 22, 29, 32, 33, 35.

six_L

the tut_40-37.exe works failed at sometime.
Say you, Say me, Say the codes together for ever.

Mikl__


Mikl__


Mikl__


TouEnMasm

Hélas,
Quote
win10_29_33_35\35\tut_40-35.exe

(2e28.3af4): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
avifil32!AVIStreamInfoW+0x25:
00000000`001c70a5 488b06          mov     rax,qword ptr [rsi] ds:00000000`00000000=????????????????


There is here too many offset used in code ,change them by lea.

Quote
   mov   edx,offset psi         ;wrong usage of offset in code ,only valuable to point data
   invoke   AVIStreamInfo,pavi,,sizeof psi;   ; Reads information about the stream into psi


Fa is a musical note to play with CL

Mikl__

#117
Hi, Yves!
Why "Hélas" ?
Lesson #35 doesn't work, it's not scary. It will work later ... Do lessons #29, #32, #33 work?

TouEnMasm

#29, #32, #33  works OK
a rotating cube ,TGA,a country.
Fa is a musical note to play with CL

six_L

Hi,Mikl__
29,32,33 works fine now.  :thumbsup:
35,37 can't work.
Say you, Say me, Say the codes together for ever.