View previous topic :: View next topic |
Author |
Message |
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Mon Dec 25, 2006 21:14 Post subject: Vaultster link error |
|
|
For some reason, when I try to compile Vaultster after making some changes to the workspace/project, I get the following error:
Code: | --------------------Configuration: Vaultster - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1102: out of memory
Error executing link.exe.
Vaultster.dll - 1 error(s), 0 warning(s) |
By cutting it out of the code and link settings, I've narrowed the problem down to zlib.lib. Does anyone have any ideas about this, and/or could the original Vaultster project/workspace file(s) be distributed? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Tue Dec 26, 2006 12:49 Post subject: Re: Vaultster link error |
|
|
Zebranky wrote: | By cutting it out of the code and link settings, I've narrowed the problem down to zlib.lib. Does anyone have any ideas about this, and/or could the original Vaultster project/workspace file(s) be distributed? |
The project files in the download are the original versions, AFAIK. Jeroen would know better, but he has not been around for quite some time. You could try to get a fresh copy of the zlib sources and compile your own version of the lib. Sometimes, the binary form can not be used between different compiler versions. _________________ Papillon |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Tue Dec 26, 2006 23:33 Post subject: Re: Vaultster link error |
|
|
Papillon wrote: | The project files in the download are the original versions, AFAIK. Jeroen would know better, but he has not been around for quite some time. You could try to get a fresh copy of the zlib sources and compile your own version of the lib. Sometimes, the binary form can not be used between different compiler versions. |
There ARE no project files in the download.
I'll look into recompiling zlib, though. Thanks. |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Fri Dec 29, 2006 1:35 Post subject: |
|
|
Fixed by remaking all the projects from scratch with freshly downloaded files. Apparently my zlib.lib was different from stock, which could have been a problem. |
|
Back to top |
|
|
|