Difference between executable in \BIN and OBJ\Release sub-directories

jonno76

New member
Joined
Sep 10, 2003
Messages
2
Can anyone tell me what the difference is between the built executable found in the "\BIN" and "\OBJ\Release" sub-directories are? And which executable is the most appropriate to add to a deployment project, say Installshield.

Thanks.

John
 
The bin folder has the executable. this is what you want

The obj folder just contains build files. Why it doesnt delete them when its all finished I dont know.

You can delete these folders at any time, and theyll be recreated without any effects (unless of course you are using binary compability!)
 
Back
Top