01-20-2011,01:51 PM

Originally Posted by
Slynk
Got bit further... just renamed the .c files to .cpp and had to alter a few things but now I'm getting a multiple definition error:
Code:
main.o:(.bss.sconsole+0x0): multiple definition of `sconsole'
buffer.o:(.bss.sconsole+0x0): first defined here
sconsole.o:(.bss.sconsole+0x0): multiple definition of `sconsole'
buffer.o:(.bss.sconsole+0x0): first defined here
sconsole.h is prefixed correctly:
Code:
#ifndef SCONSOLE_H_
#define SCONSOLE_H_
...
#endif
: /
Is there something defined inline in sconsole that is generating code or data? Obviously, if it's included in two .c files, it will generate duplicate symbols for whatever is defined inline in sconsole.h
What is that file?
Working hard on UberCFW, incorporating NTFS, sub-free NetFlix and Blockbuster, PSN cheat system with built-in swearbot and MAC-spoofing, Adding MKV, RAM and BIK movie support, and Xbox360 emu*.
*not really. Get a life, newbs...
My YouTube channel: http://www.youtube.com/user/BenJeremy
