Click here to Skip to main content
15,887,923 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cursor color in resource editor Pin
followait11-Dec-07 3:47
followait11-Dec-07 3:47 
GeneralRe: Cursor color in resource editor Pin
Nelek11-Dec-07 22:32
protectorNelek11-Dec-07 22:32 
GeneralRe: Cursor color in resource editor Pin
followait11-Dec-07 23:02
followait11-Dec-07 23:02 
QuestionIs floating point number mathematical integer? Pin
Oliver12310-Dec-07 14:15
Oliver12310-Dec-07 14:15 
AnswerRe: Is floating point number mathematical integer? Pin
followait10-Dec-07 16:38
followait10-Dec-07 16:38 
GeneralRe: Is floating point number mathematical integer? Pin
cp987610-Dec-07 17:11
cp987610-Dec-07 17:11 
AnswerRe: Is floating point number mathematical integer? Pin
cp987610-Dec-07 17:15
cp987610-Dec-07 17:15 
Generaldll question Pin
KellyR10-Dec-07 13:00
KellyR10-Dec-07 13:00 
Hi,

My project is written in C++ using MFC and VC++ .NET 2005.

My problem is this:
When I run my program on any computer that has .NET 2005, it seems to work fine. However, if I move it over to a computer without any IDE (like a fresh WinXP SP2 install) it crashes whenever I try to call an application-specific dll file.

So it's like this, let's say a part of my application uses a dll file called utils.dll. Utils.dll normally is used to start up a "utility" thread which accesses a database that contains various useful information. Normally the application runs fine, however, if I move it to another computer (along with all of the dlls I can think of that it might possibly need) it will crash as soon as I try to call a function from utils.dll (utils.dll IS in the folder with the program where it should be, and I know it's loading because I can still call static functions from it).

Any idea of what might be happening?

I have all the dlls included that I could think of (mfc80.dll, msvcr80.dll, etc etc) but I feel like maybe I'm missing one somehow and I don't know how to tell what it could be.

Sorry if I made this sound overly complicated, but it's a very irritating problem.

Thanks!

KR

GeneralInstallSheild Help Please Pin
Trey549810-Dec-07 9:01
Trey549810-Dec-07 9:01 
GeneralRe: InstallSheild Help Please Pin
David Crow10-Dec-07 9:39
David Crow10-Dec-07 9:39 
QuestionCListCtrl SetItemState(...) timing Pin
Doc Lobster10-Dec-07 7:16
Doc Lobster10-Dec-07 7:16 
GeneralRe: CListCtrl SetItemState(...) timing Pin
Nathan Holt at EMOM10-Dec-07 7:37
Nathan Holt at EMOM10-Dec-07 7:37 
GeneralRe: CListCtrl SetItemState(...) timing Pin
CPallini10-Dec-07 9:14
mveCPallini10-Dec-07 9:14 
GeneralDisplaying a " in the string Pin
bigdenny20010-Dec-07 4:53
bigdenny20010-Dec-07 4:53 
GeneralRe: Displaying a " in the string Pin
George L. Jackson10-Dec-07 5:03
George L. Jackson10-Dec-07 5:03 
GeneralRe: Displaying a " in the string Pin
bigdenny20010-Dec-07 8:00
bigdenny20010-Dec-07 8:00 
GeneralRunning a program, and displaying user feedback, without the need to click buttons Pin
maladuk10-Dec-07 4:14
maladuk10-Dec-07 4:14 
GeneralRe: Running a program, and displaying user feedback, without the need to click buttons Pin
CPallini10-Dec-07 4:43
mveCPallini10-Dec-07 4:43 
GeneralRe: Running a program, and displaying user feedback, without the need to click buttons Pin
David Crow10-Dec-07 5:31
David Crow10-Dec-07 5:31 
GeneralSystem Information Pin
Daniel Kanev10-Dec-07 2:33
Daniel Kanev10-Dec-07 2:33 
GeneralRe: System Information Pin
Matthew Faithfull10-Dec-07 2:53
Matthew Faithfull10-Dec-07 2:53 
GeneralRe: System Information Pin
Don Box10-Dec-07 3:02
Don Box10-Dec-07 3:02 
QuestionRe: System Information Pin
David Crow10-Dec-07 3:40
David Crow10-Dec-07 3:40 
GeneralRe: System Information Pin
Stephen Hewitt10-Dec-07 12:51
Stephen Hewitt10-Dec-07 12:51 
GeneralRe: System Information Pin
David Crow11-Dec-07 4:21
David Crow11-Dec-07 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.