Quote
So I guess my questions are: Is it possible to make my 64bit application compatible on a 32bit machine and how can I do this so that I don't have to manually install any files or packs every time I put it on a new machine?
cant tell if im reading this wrong or insanely stupid question.
you can not make a 64bit application work on a 32bit machine. it simply is not possible (thats why you see many distributors of major applications provide both 32bit and 64bit for download.)
although on the other hand 32bit can successfully run on 64bit machines.
Quote (SelfTaught @ Mar 14 2013 07:42pm)
c++
Yeah it failed on a 64 bit machine. Think it could have anything to do with third party libraries? In this case, libcurl.
do you have both the 64bit and 32bit versions of libcurl libraries? i know in linux there are 2 separate libraries.
i say just compile to 32bit consoles if you do not want to release 2 separate binaries.
This post was edited by AbDuCt on Mar 14 2013 08:44pm