![]() |
Linking problem
I'm trying to compile the examples from http://www.singlix.org/trdos/win32hst.zip with TASM 5.
TASM processes them fine, but when it's time for TLINK32 I end up with this: Code:
C:\DOCUME~1\UYTKOW~1\MOJEDO~1\Studies\tasm\BIN\winapp>TLINK32 /Tpe /aa /c /V4.0 winbasic.obj,,,import32.lib |
Never mind. The problem was with the fact I was using TASM rather than TASM32 before linking, and that I didn't know it had to be set to be case-sensitive too:
Code:
tasm32 /ml winbasic.asm |
The current time is 08:29 PM (GMT) |
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.