Hi,
I am converting a vc++ (32bit )application in 64bit application. I am totally new on VC++. Please give me your valuable advice and solution. If you tell me the step of converting of 32bit applicaton to 64bit application then it will be greate help. i got following error while i debuging this:
LNK2001: unresolved external symbol BZ2_bzclose jdefile.obj
LNK2001: unresolved external symbol BZ2_bzopen jdefile.obj
LNK2001: unresolved external symbol BZ2_bzread jdefile.obj
LNK2001: unresolved external symbol BZ2_bzstat64 jdefile.obj
LNK2001: unresolved external symbol BZ2_bzwrite jdefile.obj
LNK2001: unresolved external symbol BZ2_bzgetpos64 jdefile.obj
fatal error LNK1120: 6 unresolved externals
I am adding both jdefile (.h and .cpp) and bzlib.h file that has declaration of these functions
Thanks in advance