News:

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

Main Menu

Uncle Remus Tales

Started by Mikl__, May 26, 2017, 08:43:47 PM

Previous topic - Next topic

hutch--

Mikl,

What are you zipping these files with ? I could unzip the first one but the 00.zip cannot be unzipped with WinRar.

Mikl__

Hi, hutch-- !
I used 7-zip menager (www.7-zip.org) compression method deflate, compression level maximum, dictionary size 32 KB, word size 64
And I used WinZip and produced NewZip.zip now

hutch--

I could download the asm file and exe file with no problems but the 00.zip file keeps giving the error message "unknown format or damaged".

Mikl__

hutch--,
Only files with Zip extension can be uploaded to your site. File 00.zip is a renamed file 00.png the browser knows about it and shows the correct picture with the wrong extension. I thought that you know about the features of your site

hutch--

I renamed the file to ".png" and can view the image but the exe does not run.

The suggestion, put it all together as one zip file making sure it works properly and post it so we can see what it does.

Mikl__

hutch--,
download 14.zip and extract it in same folder with movie3.wmv

hutch--

Done, exe does not run. I can open the wmv file and it runs with VLC player. I am running Win10 64 US version.

jj2007

On Win7-64, exe runs fine, but the process starts only if there is moview3.wmv in the same folder.

Mikl__

#38
14.zip (6.12 kB - downloaded 20 times.)
jj2007 + hutch-- + caballero = 3
How did the program workes for another 17 men?

avcaballero

Hi Mikl, 7 now, I executed the tut_14-04.exe with movie3.wmv in the same folder, but nothing happened except that it remains as a process. W7 64 bits.

avcaballero

What it should do, play movies using mci? I made a multimedia player some years ago with fasm, I attach two version, the extended one is MP3WF01 and works ok with it, the MP3WF03 is a tiny version, when you open the file with it you can view it with the previous player, but when you click on accept cannot play it, I have to check it.

EDITED: The problem is the window size that doesn't allow to view the buttons to play it, if you put
cdXSize            equ  640
cdYSize            equ  440
for example, it wuould be nice

Mikl__

Hi, hutch-- and caballero!
Do you have a key .wmv in HKEY_CLASSES_ROOT? If there is the key, can you write the contents of HKEY_CLASSES_ROOT\.wmv names, types and values?

Mikl__

#42
QuoteWhat it should do, play movies using mci?
Hi, caballero!
See
And you will write about branch registry contents HKEY_CLASSES_ROOT\.wmv names, types and values,  pleazzz..  This is necessary for correct errors in tut_14-04.exe

jj2007

Quote from: Mikl__ on June 24, 2017, 11:53:36 AM
And you will write about branch registry contents HKEY_CLASSES_ROOT\.wmv names, types and values,  pleazzz..  This is necessary for correct errors in tut_14-04.exe

Here is mine :icon14:

avcaballero

I write this from another computer than the first time. Now, the window is up but seems not working. Here is my wmv register branch, as I see I need to clean it better because I dont' have winamp yet. What I don't know is why is this info good for you.

Quote
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.wmv]
@="Winamp3.File"
"PerceivedType"="video"
"Content Type"="video/x-ms-wmv"
"VLC.backup"="WMP11.AssocFile.WMV"
"Winamp_Back"="Winamp.File.WMV"

[HKEY_CLASSES_ROOT\.wmv\OpenWithList]

[HKEY_CLASSES_ROOT\.wmv\OpenWithList\ehshell.exe]

[HKEY_CLASSES_ROOT\.wmv\OpenWithProgIds]
"WMP11.AssocFile.WMV"=hex(0):
"WindowsLive.PhotoGallery.video.15.4"=""
"WindowsLive.MovieMaker.asset"=hex:

[HKEY_CLASSES_ROOT\.wmv\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.wmv\ShellEx]

[HKEY_CLASSES_ROOT\.wmv\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"

[HKEY_CLASSES_ROOT\.wmv\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"