![]() |
#1
|
|||
|
|||
VC++ to VS2010 conversion
Dear all
I need to convert VC++ project to VS2010 project. Any idea or Tutorial? I have added two source file for support Thanks |
#2
|
|||
|
|||
Hello,
you can open dsw file in VS2010 and conversion to solution is pretty straightforward regards |
The Following User Says Thank You to xobor For This Useful Post: | ||
Zeocrack (09-30-2022) |
#3
|
|||
|
|||
Quote:
Thanks |
#4
|
|||
|
|||
just make a new project and copy/paste the cpp code of your old project into your new, lmao.
|
The Following User Says Thank You to JMP-JECXZ For This Useful Post: | ||
Zeocrack (09-30-2022) |
#5
|
|||
|
|||
Quote:
Would you please try one of the attached file and share? Thanks |
#6
|
|||
|
|||
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? |
#7
|
|||
|
|||
@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) |
The Following User Says Thank You to sendersu For This Useful Post: | ||
Zeocrack (10-03-2022) |
#8
|
||||
|
||||
Hi,
Just for fun ! ![]() 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
__________________
Computer Forensics |
The Following User Says Thank You to Insid3Code For This Useful Post: | ||
Zeocrack (10-03-2022) |
#9
|
||||
|
||||
This file has been banned
__________________
Decode and Conquer |
The Following 2 Users Say Thank You to niculaita For This Useful Post: | ||
Insid3Code (10-03-2022), Zeocrack (10-03-2022) |
#10
|
||||
|
||||
Thanks !
New link: https://www.sendspace.com/file/vreb7o also attached here...
__________________
Computer Forensics |
#11
|
|||
|
|||
Hello Insid3Coder
Would you please share how you did in command line? Thanks |
#12
|
||||
|
||||
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)...
__________________
Computer Forensics |
![]() |
Tags |
2010, visual studio |
Thread Tools | |
Display Modes | |
|
|