Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-30-2022, 09:06
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
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
Attached Files
File Type: zip Tune up utility C++.zip (61.5 KB, 11 views)
File Type: zip solution-1 check.zip (207.2 KB, 9 views)
Reply With Quote
  #2  
Old 09-30-2022, 15:12
xobor xobor is offline
Friend
 
Join Date: May 2002
Location: Slovakia
Posts: 115
Rept. Given: 6
Rept. Rcvd 4 Times in 4 Posts
Thanks Given: 2
Thanks Rcvd at 19 Times in 14 Posts
xobor Reputation: 5
Hello,

you can open dsw file in VS2010 and conversion to solution is pretty straightforward

regards
Reply With Quote
The Following User Says Thank You to xobor For This Useful Post:
Zeocrack (09-30-2022)
  #3  
Old 09-30-2022, 17:41
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
Quote:
Originally Posted by xobor View Post
Hello,

you can open dsw file in VS2010 and conversion to solution is pretty straightforward

regards
Thanks for the suggestion. But this is not working for me.

Thanks
Reply With Quote
  #4  
Old 09-30-2022, 21:58
JMP-JECXZ JMP-JECXZ is offline
Friend
 
Join Date: Mar 2017
Posts: 86
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 14
Thanks Rcvd at 102 Times in 48 Posts
JMP-JECXZ Reputation: 1
just make a new project and copy/paste the cpp code of your old project into your new, lmao.
Reply With Quote
The Following User Says Thank You to JMP-JECXZ For This Useful Post:
Zeocrack (09-30-2022)
  #5  
Old 09-30-2022, 23:25
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
Quote:
Originally Posted by JMP-JECXZ View Post
just make a new project and copy/paste the cpp code of your old project into your new, lmao.
Thanks for the suggestion. But it is time consuming and sometimes not working.

Would you please try one of the attached file and share?

Thanks
Reply With Quote
  #6  
Old 10-01-2022, 00:07
JMP-JECXZ JMP-JECXZ is offline
Friend
 
Join Date: Mar 2017
Posts: 86
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 14
Thanks Rcvd at 102 Times in 48 Posts
JMP-JECXZ Reputation: 1
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?
Reply With Quote
  #7  
Old 10-02-2022, 02:24
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
@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)
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
Zeocrack (10-03-2022)
  #8  
Old 10-02-2022, 04:02
Insid3Code's Avatar
Insid3Code Insid3Code is offline
Family
 
Join Date: May 2013
Location: Algeria
Posts: 84
Rept. Given: 47
Rept. Rcvd 60 Times in 30 Posts
Thanks Given: 24
Thanks Rcvd at 108 Times in 56 Posts
Insid3Code Reputation: 60
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
Reply With Quote
The Following User Says Thank You to Insid3Code For This Useful Post:
Zeocrack (10-03-2022)
  #9  
Old 10-02-2022, 23:21
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,342
Rept. Given: 947
Rept. Rcvd 89 Times in 61 Posts
Thanks Given: 4,299
Thanks Rcvd at 479 Times in 338 Posts
niculaita Reputation: 89
This file has been banned
__________________
Decode and Conquer
Reply With Quote
The Following 2 Users Say Thank You to niculaita For This Useful Post:
Insid3Code (10-03-2022), Zeocrack (10-03-2022)
  #10  
Old 10-03-2022, 00:19
Insid3Code's Avatar
Insid3Code Insid3Code is offline
Family
 
Join Date: May 2013
Location: Algeria
Posts: 84
Rept. Given: 47
Rept. Rcvd 60 Times in 30 Posts
Thanks Given: 24
Thanks Rcvd at 108 Times in 56 Posts
Insid3Code Reputation: 60
Quote:
Originally Posted by niculaita View Post
This file has been banned
Thanks !

New link:
https://www.sendspace.com/file/vreb7o

also attached here...
Attached Files
File Type: zip samples.zip (53.3 KB, 5 views)
__________________
Computer Forensics
Reply With Quote
The Following 2 Users Say Thank You to Insid3Code For This Useful Post:
niculaita (10-04-2022), Zeocrack (10-03-2022)
  #11  
Old 10-03-2022, 11:07
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
Hello Insid3Coder

Would you please share how you did in command line?
Thanks
Reply With Quote
  #12  
Old 10-03-2022, 17:03
Insid3Code's Avatar
Insid3Code Insid3Code is offline
Family
 
Join Date: May 2013
Location: Algeria
Posts: 84
Rept. Given: 47
Rept. Rcvd 60 Times in 30 Posts
Thanks Given: 24
Thanks Rcvd at 108 Times in 56 Posts
Insid3Code Reputation: 60
Quote:
Originally Posted by Zeocrack View Post
Hello Insid3Coder

Would you please share how you did in command line?
Thanks
You need some basic knowledge about command line compilation...

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
Reply With Quote
The Following 2 Users Say Thank You to Insid3Code For This Useful Post:
niculaita (10-04-2022), Zeocrack (10-04-2022)
Reply

Tags
2010, visual studio

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT +8. The time now is 16:58.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )