![]() |
VC++ to VS2010 conversion
2 Attachment(s)
Dear all
I need to convert VC++ project to VS2010 project. Any idea or Tutorial? I have added two source file for support Thanks |
Hello,
you can open dsw file in VS2010 and conversion to solution is pretty straightforward regards |
Quote:
Thanks |
just make a new project and copy/paste the cpp code of your old project into your new, lmao.
|
Quote:
Would you please try one of the attached file and share? Thanks |
i cant download attachement, need to be part of the cool kids or elite, idk.
i don't see how a copy/paste is time consuming? it's more time consuming to try to convert a project than doing copy/past into your new project in VS? |
@Zeocrack
I"ve some fun time, you could try to build both projects in your VS2010 https://www.sendspace.com/file/grizlj Note: if you do not have SP1 for VS2010 you might have linker errors (due to issues with non-SP1 cvtres.exe) |
Hi,
Just for fun ! :D How about build these projects from "command line only" without need to use ".vcxproj" or ".sln" and produce clean executable contains only needed imports... Here my try (binaries) - solution-1.exe = 51.5 KB - tuneup.exe = 44.5 KB https://workupload.com/file/844Hvnc6brH |
This file has been banned
|
1 Attachment(s)
Quote:
New link: https://www.sendspace.com/file/vreb7o also attached here... |
Hello Insid3Coder
Would you please share how you did in command line? Thanks |
Quote:
to build resource: (generate *.res) rc.exe /l 0x0C09 /n /r /x tuneup.rc to compile: (generate *.obj) cl.exe /I"MIRACL" /I"include" /D "WIN32" /X /c /O1 /Zl /Os /GF /EHsc /GS- /W4 /Gd tuneup.cpp MIRACL\*.c to link: (generate final *.exe) link.exe *.obj /LIBPATH:"lib" /MACHINE:X86 *.res /ENTRY:WinMain *.lib /OUT:"release\X86\tuneup32.exe" Don't forget to adjust your PATHS regarding your MSVC installation (includes path, libs path)... |
| All times are GMT +8. The time now is 17:15. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX