Hi everyone i need some help im trying to compile a visual c++ program but theres a make file how do i us this to compile my program to exe im using windows xp thanks for your help
andrewjrmill 0 Newbie Poster
Recommended Answers
Jump to Posti guess theres no easy way to compile a makefile hu
If you are using visual C++ there is no need to compile the make file. There should be a file included in the source with a .proj extension. Load this file and set the build type to release. Go …
Jump to PostNow that I know you are wanting to compile on Linux, thats a complete different critter.
whatever directory you have the source files in, change to that directory. make a directory to build in, like mkdir or md objdir. once your in the build directory (which is done so that …
All 6 Replies
helpme87 0 Newbie Poster
andrewjrmill 0 Newbie Poster
helioptra 1 Light Poster
andrewjrmill 0 Newbie Poster
andrewjrmill 0 Newbie Poster
helioptra 1 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.