News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Getting started

Started by roddym, February 28, 2010, 06:48:46 PM

Previous topic - Next topic

roddym

I installed the new one says it can't open kernel32.inc

hutch--

roddym,

We have a solution for smartarses, we show them the door. Now after wasting many peoples time we find out you are trying to install a version of masm32 that is something like 10 years old on a machine that appears to be viral damaged.

Fix your computer so its clean and has a properly installed operating system then install the current version. Any more nonsense and you can "lol" somewhere else.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

roddym

Sorry about the comments , I just felt like I wasn't getting anywhere. As far as I can tell it might be but I tried to convey that this whole time everyone told me I was wrong. can you help me figure out how to fix it ? I wouldn't be surprised no antivirus is worth it I was on a trial avast then switched to another one avast had told me 0 infected files (the other found a Trojan horse), I stupidly clicked a link one time from an aunt on facebook and It tried downloading a Trojan downloader(never made that one twice). also can anyone tell me why it always seems to have trouble accessing files if it isn't viral ?

qWord

try to replace
.686p
.model flat,STDCALL
option casemap :none
include kernel32.inc
includelib kernel32.lib

with
include C:\masm32\masm32rt.inc
FPU in a trice: SmplMath
It's that simple!

roddym

so exchange ~6 lines with 1 ?

roddym


hutch--

roddym,

Try one of the very reliable AV scanners like ESET or KASPERSKY. Download their trial version and see if you can fix it with either of those. If there is too much damage done you may have to re-install your OS to be safe. I don't yet use Win7 but see if you7 can do a revert back to an earlier configuration that may solve the problem. Idea is to get the machine clean and working properly, then normal stuff will work OK.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

roddym

Okay I might try that, though I've never heard of either it was installed within 3 days ago

roddym

in fact when I first learned C ( I also know some VB) I was thinking of building my own AV ( never came through), my programming background comes HTML, javascript,and CSS + an urge by a "non-programming" sisters boyfriend ( annoying). how will reinstalling my OS help if it's got to my CPU ?

dedndave

i use Malwarebyte's Anti-Malware
i wouldn't use any other AV program

roddym

can someone tell me how reinstalling my OS will get rid of something that may be in my CPU( if it's a virus affecting I/O)

dedndave

i think there is a flaw in the conclusion that you have a bad CPU
if your CPU were bad, you probably wouldn't get past BIOS, or even into it, at boot

jj2007

Try the code below, please.

include \masm32\include\masm32rt.inc

.code
AppName db "Masm32:", 0

start: MsgBox 0, "Hello World", addr AppName, MB_OK
exit

end start


Where exactly is your \masm32 folder?

roddym

 I tried reinstalling and finally got kaspersky working  it found nothing even on a deep scan of everything I found in their list the code last posted I've tried it worked however Kaspersky obviously can't find a visual problem ( any idea how to restore to normal (or write over) visual memory so it looks good). if I apply that to math operations I think I'll have what i want lol though pari GP can right out numbers bigger than 32 bit.

roddym

so anyone want to run me through math operations ?