APBVtable don´t work );

Posts 17 of 7 · Page 1 of 1
APBVtable don´t work );
Hey,
i have tried to make the APBVtable to work for me but when i debug i always get the same error D:

Code:
1>
1>LINK : fatal error C1047: The object or library file 'Toolkit.lib' was created with an older compiler than other objects; rebuild old objects and libraries
1>LINK : fatal error LNK1257: code generation failed
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I would really really appreciate if someone could help me with this

Best regards,
XHYSH
If you can't fix this error yourself then you have no use for the vtable base hook.
Thanks for the reply. Then i guess i should do what it says?
rebuild the toolbox in an older compiler :P
You are using a newer versioned compiler that is not backwards compatible apparently. Either rebuild the library with YOUR compiler, or get the compiler that the library was built in.
Thanks, you helped me a lot.
Thank you for taking your time to help me out. (;

I´m pretty new to this so i don´t really know how to rebuild the .lib file ;S
Sorry. Any suggestion?

Or can i somehow manage to see in witch compiler it is complied in? Will i need the source of the lib to rebuild it?
Never mind, I misread your error message. I thought you had an error noobs often come asking for help with, I CBA helping people who don't bother learning themselves. But I'm not so sure this is the case with you as I intially thought, so I will answer your question.

You need to turn off a compiler setting called: Whole program optimization

I think that should allow you to use the toolkit whic is compiled with an older version.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?