the problem only happens when i try create a release...
- by ace
I'm sorry if im not presenting this right, but i trully cannot understand what the problem is.
i have a project to hand in, a code of 600 lines defined within a main, .cpp, and header file.
if i compile the project with just a debugger and no release, it's fine.
when i create it with the release, the following error occurs, for every function!!!
1st error:
|36|multiple definition of `countLines(int&, std::vector const&)'|
2nd error:
|36|first defined here|
if someone will allow me and i can send them the entire code, that would be awesome - i have to have this done within 3 hours.