• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Can i create a msvc project for a dev source?

EvilSkillz

Back
Joined
Jul 12, 2012
Messages
1,810
Solutions
2
Reaction score
389
Location
Egypt - Cairo
So guys my Question is .. ~ ..
if i have a source with *.dev file . for example Rev 3884 for 8.60

if i need to create a new project in msvc and i will add these source file into my new project

because i need a 64x bit project and stain's repack can't do this shit :(

but when i create new project . .~. . i make it Empty or Console ?
and do i need to add things more than includes , libraries , params defines?

also how can i identify the linker dll for project he will use ?

or if u have a way to compile any *.dev into 64xbit mode i will be happy :D
because when i create project with msvc i got a fucken errors :o
and also i can't find Arch32 or Arch64 , etc to property files
 
In theory it is possible to manually make the vcxproj because .dev files from DevCpp are text files, same as. vcxproj files (xml structure)so if you manually added all the files to the vcxproj you could be able to achieve what you are after.

Also you want to do an empty project, and for choosing between x64 and x32 you have to create a new solution platform and configuration like this:
rfN65qV.png
 
you don't get it
i create empty project
and make it ofc. 64 bit
and choosed libs and includes i used them to combile any msvc source in 64 bit
:D
and in processor i made params
but when i use compile i got errors
look i need rev 3884 TFS 0.4 to be compiled in 64 bit mode
 
Back
Top