Thread

Programing Eroor c++ (Sdk)

Programing Eroor c++ // Sdk

1  |  

killamo

Oct 3, 2001, 7:30am
Hi,
I have Microsoft 5.0 C++ and i am trying to compile the sample greeter
bot. First off i have 19 gigs of free space i ahve tried re download the lib
many times. Also i have tried making a new progect many times. I will send
my log so you can see what the error is please reply!

Deleting intermediate files and output files for project 'bot01 - Win32
Debug'.
--------------------Configuration: bot01 - Win32 Debug--------------------
Compiling...
bot.cpp
Linking...
..\Aw.lib : fatal error LNK1106: invalid file or disk full: cannot seek to
0x3bafad3f
Error executing link.exe.

bot01.exe - 1 error(s), 0 warning(s)

henrikg

Oct 3, 2001, 11:01am
[View Quote] I think you need version 6 of MS C++


HenrikG

trekkerx

Oct 3, 2001, 11:17am
I think it meand that your disk is full, or that the files you compiling over
are read only.

[View Quote] [View Quote] --
TrekkerX - CEO
Commatron Inc
http://www.commatron.com

ananas

Oct 3, 2001, 12:02pm
Did you check the C: drive too? Some temporary files during
compile/link go there, maybe you need to clean your c:\temp
folder (or whereever the %TEMP points to)

[View Quote] --
"_
|
/\
\ /
__/ /_

andras

Oct 3, 2001, 6:16pm
[View Quote] I think HenrikG's response is the closest to your problem. AW.LIB created under MSC 6.0 or higher. 5.0 is just no compatible with it. Try to find a more up to date version of that damned MSC ++ :(((

Andras

ananas

Oct 3, 2001, 6:41pm
Not always necessary, he could try to add the DLL to the project
instead of the LIB. I'm not sure if MSC5 does that but Watcom for
example can create import libraries from DLLs automatically and
link these. Afaik. the aw.LIB is nothing but an import library
for the aw.DLL so this might work.

If that does not work there's still the active way to load a
library with LoadLibrary(), GetProcAddress() and FreeLibrary().
A little more work but cheaper than a new MSC. And less money
for this company we all love so much ;)

[View Quote] --
"_
|
/\
\ /
__/ /_

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn