> "error loading module 'iuplua' from file ... \iuplua51.dll': The specified > procedure could not be found." > Using dependency walker I can see that the debug version of my exe depends > on MSVCR100D.DLL and iuplua51.dll depends on MSVCR100.DLL. So I'm > guessing that this is the problem.
Yes, that could be the problem. But I'm not sure. Why other modules do not have the same error? I mean, Don't they depend on MSVCR100.DLL also? A simple test would be to use the IUP DLLs built by VC6 or MingW that depends on MSVCRT.DLL. Another option would be to use a debug version of the DLLs. It is not hard to me to build them, but it is odd since you actually don't want to debug IUP itself. Best, Scuri ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
