| View previous topic :: View next topic |
| Author |
Message |
qoshinator
Joined: 11 Apr 2012 Posts: 36
|
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Fri Jul 20, 2012 11:31 am Post subject: |
|
|
Compile AkelPad sources when project file was converted:
1. To remove errors "___security_cookie"
set /GS- flag. To set this compiler option in the Visual Studio development
environment:
a. Open the project's Property Pages dialog box.
b. Click the C/C++ folder.
c. Click the Code Generation property page.
d. Modify the Buffer Security Check property.
2. Turn off manifest creation /MANIFEST:NO
a. Open the project's Property Pages dialog box.
b. Expand the Configuration Properties node.
c. Expand the Linker node.
d. Select the Manifest File property page.
e. Modify the Generate Manifest property.
3. To compile Debug version replace libc.lib to libcmt.lib. |
|
| Back to top |
|
 |
qoshinator
Joined: 11 Apr 2012 Posts: 36
|
Posted: Fri Jul 20, 2012 7:18 pm Post subject: |
|
|
| Do you want to add this info to a build-vs2010-readme.txt file in the sources folder? |
|
| Back to top |
|
 |
|