News:

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

getini example

Started by Derry, August 22, 2005, 07:35:56 AM

Previous topic - Next topic

Derry

Hi all,
I am trying to use the getin.asm example in the Example 11 folder of service pack 2A
It will assemble but linking causes the error
unresolved exernal symbol _readline@12
and
unresolved exernal symbol _writeline@16
I have included masm32.lib AFTER the other libs as the help file suggests
and the masm32.inc AFTER the other incs also
I am sorry for being a muppet but can anyone tell me what I'm going wrong please

Derry

hutch--

Derry,

Make sure with the service pack tat you have copied the masm32 library code into te m32lib directory in the main masm32 folder and run the MAKE.BAT to build a new library.

Make sure you have copied the macros.asm file from the service pack to the macros directory in masm32 and it all should then build properly.

I know the service pack is a bit fussy to install but there was enough new stiuff that had to be added into masm32 to do it that way.

Let us know if it works OK.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Derry

Thank you Hutch
Problem sorted now
I had not run the make.bat file
Apologies

Derry