REKT 10 Posted May 23, 2015 Hello, i'm new to Hercules Emulator and i have problem regarding compiling this emulator. This is what i did: Click Hercules-10 (since i'm using VS 2010) Right click Hercules-10 1. Clean Solution 2. Build After the recompiling it shows me some errors. Image: How can i solved this. Thank You! Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 23, 2015 Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)" Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted May 23, 2015 Hello, i'm new to Hercules Emulator and i have problem regarding compiling this emulator. This is what i did: Click Hercules-10 (since i'm using VS 2010) Right click Hercules-10 1. Clean Solution 2. Build After the recompiling it shows me some errors. Image: Untitled.png How can i solved this. Thank You! and use the release too not debug Quote Share this post Link to post Share on other sites
0 REKT 10 Posted May 23, 2015 (edited) Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)" ALT+F7 okay, as i noticed, every char-server map-server login-server map-cache and so on with the plugins? do i really need to do this: Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)" what's the purpose on that? when i looked up juda's bible there no like that in the GUIDE. overall? Hello, i'm new to Hercules Emulator and i have problem regarding compiling this emulator. This is what i did: Click Hercules-10 (since i'm using VS 2010) Right click Hercules-10 1. Clean Solution 2. Build After the recompiling it shows me some errors. Image: Untitled.png How can i solved this. Thank You! and use the release too not debug can i ask ask, what's the difference between the 'debug' and 'release' can you explain me. Thank you! Edited May 23, 2015 by Vlync Quote Share this post Link to post Share on other sites
0 Ragnar Lothbrok 21 Posted May 23, 2015 Yup, just change Debug to Release.. Quote Share this post Link to post Share on other sites
0 Judas 100 Posted May 24, 2015 http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval This thread explains it. Either by changing the settings or installing the updates for VS2010. Usually this step isn't required if your application is up to date I guess. Also debug/release shouldn't have anything to do with this. Debug / release are what they mean, debug to include debug information in the build, easier for debugging, you get the pdb files and release you get the optimized version, which can make debugging through the code difficult 1 REKT reacted to this Quote Share this post Link to post Share on other sites
Hello, i'm new to Hercules Emulator and i have problem regarding compiling this emulator.
This is what i did:
Click Hercules-10 (since i'm using VS 2010)
Right click Hercules-10
1. Clean Solution
2. Build
After the recompiling it shows me some errors.
Image:
How can i solved this. Thank You!
Share this post
Link to post
Share on other sites