[Original] Problems and Solutions for Creating Screen Saver with masm32

Source: Internet
Author: User

On Luo yunbin's website, I found an article on Screen Protection Using masm32.ProgramOfArticle:

Compile Screen Saver with Assembler
Http: // 211.90.225.98: 22366/view. asp? File = 71

I successfully compiled the program in qeditor, but the system prompts that SCRNSAVE. dll could not be found at runtime.

With the help of http://board.win32asmcommunity.net's huch -- and thefox, the problem has been resolved

See:

Http://board.win32asmcommunity.net/index.php? Topic = 21139.0

The problem is that masm32 comes with/masm32/lib/SCRNSAVE. lib, the file length is 14,980 bytes, and thefox uploads it to my SCRNSAVE. the LIB file is 37,900 bytes in length. Replace the original file with this file,

Copy msvcrt. Lib from vc6 to/masm32/lib,

Generate a program in qeditor. EXE, change the extension of the generated EXE file to SCR, and copy it to % WINDIR %/system32.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.