Mike Doner
July 29th, 1999, 02:09 PM
Hello All,
Im currently working on a piece of software (written in Win32) which uses DLLS which were written in VC++ with MFC.
In my DLL, I have a dialog class which displays an Active-X spreadsheet of some data which was created in the WIN32 portion of my application.
This configuration works great for the most part, until I tried running it on a machine that had Windows 98 (I'm Running WinNT, also tried running on a 95 Machine with VC), that didnt have Visual Studio installed.
When I first ran this application on the 98 Machine, When I clicked the button in My Win32 app to start the DIALOG (in the DLL, written in MFC), I got errors complaining that it was missing "MFCxxx.DLL". I ran this a few times until It didnt complain anymore (I copied all the .DLL's It needed to the system directory).
When I click the button now, I get a DAE (Debug Assertion Error) giving me some error about a heap or something.
I'm assuming its a DLL problem, or maybe, a 98 problem.. Anyone have any light to shine on this situation?
Thanks a million
Mike,
tootired@hotmail.com
Im currently working on a piece of software (written in Win32) which uses DLLS which were written in VC++ with MFC.
In my DLL, I have a dialog class which displays an Active-X spreadsheet of some data which was created in the WIN32 portion of my application.
This configuration works great for the most part, until I tried running it on a machine that had Windows 98 (I'm Running WinNT, also tried running on a 95 Machine with VC), that didnt have Visual Studio installed.
When I first ran this application on the 98 Machine, When I clicked the button in My Win32 app to start the DIALOG (in the DLL, written in MFC), I got errors complaining that it was missing "MFCxxx.DLL". I ran this a few times until It didnt complain anymore (I copied all the .DLL's It needed to the system directory).
When I click the button now, I get a DAE (Debug Assertion Error) giving me some error about a heap or something.
I'm assuming its a DLL problem, or maybe, a 98 problem.. Anyone have any light to shine on this situation?
Thanks a million
Mike,
tootired@hotmail.com