Rockbox Development > New Ports
Creative Zen Vision:M
mcuelenaere:
I downloaded an precompiled ZLIB dll which included an zlib.h file; and it didn't complain about anything related to ZLIB, so I didn't think it could be that. But I'll try your way.
zook:
When the linker complains about missing libraries or multiple definitions. It's often because you're linking with a library which implicitly links to other libraries, which may be incompatible with your setup.
The library could also come from a pragma statment in one of the headers you're using.
mcuelenaere:
Ok, I got it going by defining ZLIB_WINAPI, including the zlibwapi.lib and including zlib.h
Only problem now is: it is eating my memory ;)
Currently it is using 1,2GB of RAM, which is definitely due to Zlib; because I got the same problem a while ago.
But now I can't end the process (?? maybe some WinXP bug) and so 1,8GB of 512MB RAM is in use...
zook:
Hmm. I'm also on XP (32-bits), so that shouldn't be it.
Does the two examples that comes with zlib work?
Maybe I should just add command line options and upload the exe...
mcuelenaere:
--- Quote from: zook on September 12, 2007, 03:26:40 PM ---Hmm. I'm also on XP (32-bits), so that shouldn't be it.
Does the two examples that comes with zlib work?
Maybe I should just add command line options and upload the exe...
--- End quote ---
I think that would be the best, since I had to restart my pc in order to solve the problem ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version