Click here to Skip to main content
15,919,613 members

Comments by tonyjiang88215 (Top 5 by date)

tonyjiang88215 22-Dec-11 8:32am View    
thanks , i knew why DLL can not used both in Win7 and Xp, when i complie the project with Win7, it requires msvcr100.dll , but there`s no msvcr100.dll in XP without installing VS2010, so the DLL file can not be loaded. im not use mfc in my project any more , so this maybe fix that problem : )
tonyjiang88215 21-Dec-11 22:19pm View    
thanks , but im new at VS, i don`t know "use an empty definition (#define _W64 or add it to the project compiler options)" i had tried use VS2008 , the project was compiled success , but can not be used either Win7 or WinXP , i wonder if VS2010 can make it support Win7 and WinXP
tonyjiang88215 19-Dec-11 21:36pm View    
thanks : ) i had solve the problem
tonyjiang88215 19-Dec-11 21:35pm View    
yeah , i had all DLLs in one directory , i didn`t find the way out , but i changed , i make them into one DLL , the main DLL link others like static-libs , after that i just needed load only one DLL file . I searched this problem , when ctypes load DLL , it just load the one you Specified , it can not load other lib automatically. it`s different with windows .
tonyjiang88215 19-Dec-11 21:26pm View    
i used lame and libmad , something with sound working.