c++ - GMP, Windows, program with gmp library is failed, if executable file was moved into another computer -


i installed gmp windows using following steps: http://www.cs.nyu.edu/exact/core/gmp/. used msys , mingw. , implemented gmp library project.

my project compiled visual studio c++ , run , tested successfully.

after moved executable file of project windows server. copied generated .dll files server. when run executable file, crashed:

symbol-searchpath: '.;c:\atf\homes\idr_4267781;c:\atf\homes\idr_4267781;c:\windows;c:\windows\system32;srv*c:\websymbols*http://msdl.microsoft.com/download/symbols;', symoptions: 530, username: 'system'     os-version: 6.1.7601 (service pack 1) 0x112-0x3 c:\atf\homes\idr_4267781\dbsync_extract.exe:dbsync_extract.exe (000000013f2a0000), size: 40734720 (result: 0), symtype: '-nosymbols-', pdb: 'c:\atf\homes\idr_4267781\dbsync_extract.exe'    c:\windows\system32\ntdll.dll:ntdll.dll (0000000077090000), size: 1740800 (result: 0), symtype: '-exported-', pdb: 'c:\windows\system32\ntdll.dll', fileversion: 6.1.7601.17514 c:\windows\system32\kernel32.dll:kernel32.dll (0000000076f70000), size: 1175552 (result: 0), symtype: '-exported-', pdb: 'c:\windows\system32\kernel32.dll', fileversion: 6.1.7601.17514  ....  c:\windows\system32\cryptbase.dll:cryptbase.dll (000007fefce70000), size: 61440 (result: 0), symtype: '-exported-', pdb: 'c:\windows\system32\cryptbase.dll', fileversion: 6.1.7600.16385 c:\app\administrator\product\11.2.0\dbhome_1\bin\dbghelp.dll:dbghelp.dll (0000000018830000), size: 1556480 (result: 0), symtype: '-exported-', pdb: 'c:\app\administrator\product\11.2.0\dbhome_1\bin\dbghelp.dll', fileversion: 6.4.7.1 000000006ace618a (libgmp-3): (filename not available): _gmpn_set_str 000000006acc235b (libgmp-3): (filename not available): _gmpf_set_str 000000013f962727 (dbsync_extract): (filename not available): (function-name not available) 000000013f89c3e6 (dbsync_extract): (filename not available): (function-name not available) 000000013f5a2aca (dbsync_extract): (filename not available): (function-name not available) 000000013f40c863 (dbsync_extract): (filename not available): (function-name not available) 000000013f40b59e (dbsync_extract): (filename not available): (function-name not available) 000000013f401886 (dbsync_extract): (filename not available): (function-name not available) 000000013f52a02e (dbsync_extract): (filename not available): (function-name not available) 000000013f52a391 (dbsync_extract): (filename not available): (function-name not available) 000000013f5365e4 (dbsync_extract): (filename not available): (function-name not available) 000000013f3dd986 (dbsync_extract): (filename not available): (function-name not available) 000000013f35e807 (dbsync_extract): (filename not available): (function-name not available) 000000013f35ee0c (dbsync_extract): (filename not available): (function-name not available) 000000013f2f72ed (dbsync_extract): (filename not available): (function-name not available) 000000013f2f4e0f (dbsync_extract): (filename not available): (function-name not available) 000000013f2a18a4 (dbsync_extract): (filename not available): (function-name not available) 000000013f2a19ee (dbsync_extract): (filename not available): (function-name not available) 000000013f2a1e17 (dbsync_extract): (filename not available): (function-name not available) 000000013f2a1edc (dbsync_extract): (filename not available): (function-name not available) 000000013f2a103f (dbsync_extract): (filename not available): (function-name not available) 0000000140130752 (dbsync_extract): (filename not available): (function-name not available) 000000014013065e (dbsync_extract): (filename not available): (function-name not available) 0000000076f8652d (kernel32): (filename not available): basethreadinitthunk 00000000770bc521 (ntdll): (filename not available): rtluserthreadstart unknown exception raised 

why program in computer works well, in computer failed?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -