Linking issues
- This topic has 6 replies, 2 voices, and was last updated 12 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
Home › Forums › TimelineFX Module › Linking issues
Hi,
As I posted on the BlitzMax website (http://blitzmax.com/Community/posts.php?topic=99278) I’m having issues using rigz.zipstreamloader. I use it to incbin my effects library.
My desktop doesn’t have any issues with it, but both my laptop and netbook do. These are the errors I’m getting:
C:BlitzMax/mod/gman.mod/zipengine.mod/zipengine.debug.win32.x86.a(bmxsupport.c.debug.win32.x86.o):bmxsupport.c:(.text+0x7c): multiple definition of `unzGetCurrentFileSize'
C:BlitzMax/mod/koriolis.mod/zipstream.mod/zipstream.debug.win32.x86.a(bmxsupport.c.debug.win32.x86.o):bmxsupport.c:(.text+0x0): first defined here
C:BlitzMax/mod/gman.mod/zipengine.mod/zipengine.debug.win32.x86.a(bmxsupport.c.debug.win32.x86.o):bmxsupport.c:(.text+0xd1): multiple definition of `zipOpenNewFileWithPassword'
C:BlitzMax/mod/koriolis.mod/zipstream.mod/zipstream.debug.win32.x86.a(bmxsupport.c.debug.win32.x86.o):bmxsupport.c:(.text+0x55): first defined here
Below are the modules I’m importing in my project:
Import rigz.tweener
Import rigz.vector
Import odd.d3d9odd2d
Import rigz.timelinefx
Import rigz.collision
Import rigz.zipstreamloader
Any clue why this would happen?
PS: Creating a new topic using Google Chrome isn’t possible, part of the form is being hidden.
hmm, never had this happen before that I can remember, unless you can only use either one or the other, but i don’t remember it being like that. I’ll try compiling the mods here and see what happens…
Thanks, I’m curious about the outcome.
Wouldn’t it possible to replace gman.zipengine entirely with koriolis.zipstream? Or aren’t they compatible?
I checked the old forum post when I first implemented the zipstream module here: http://www.rigzsoft.co.uk/index.php?option=com_jfusion&Itemid=13
It seems that it should work ok. In that thread there’s a version of vaders that implements it and here it’s compiling and running fine, maybe you could test it too and see what happens?
I kept the gman module because it also lets you write to zip files whereas the other one is read only so it was quite handy.
Hmm that link sends me to the board index.
oops so it does! viewtopic.php?f=9&t=92
Hopefully that’s it š
On my laptop still the linking issue, on my desktop not. The errors are about name clashing (I still don’t understand why BRL didn’t do proper namespacing), which is why I would think it should happen on all of my systems.
Using incbin isn’t a requirement for me, but it would be nice if I could incbin all my files.
You must be logged in to reply to this topic.