I get this error: C Run-Time Error R6002C Run-Time Error R6002 What do I need to do? Thanks for the help
I get this error: C Run-Time Error R6002C Run-Time Error R6002 What do I need to do? Thanks for the help
=?Utf-8?B?UjYwMDJDIFJ1bi1UaW1lIEVycm9yIFI=?= <R6002C Run-Time Error XXXX@XXXXX.COM : First look up what the error means (google, msdn, ...) According to MSDN: floating-point support not loaded The necessary floating-point library was not linked. They then proceed with a list of 5 possible fixes. Dave Connet
1.Outlook Express Visual C++ Runtime Library Run-Time Error
I have a friend who's using Outlook Express 6 and is getting an "abnormal program termination" error whenever he attempts to attach a graphic file within Outlook Express. He reports that it works fine when using the Explorer shell to call OE. My friend has WinXP Home. Any advice? Jay
2.Run Time Error, Microsoft Visual C++ Runtime Library
Hi, I have Windows XP x64. Yesterday, I installed Microsoft Office 2007 Enterprise. There were no problems installing it and it works fine. Up until a few minutes ago, my pc had no problems. When I rebooted a few minutes ago, my pc received the below runtime error. It's never happened before. I don't know if the error is connected to 2007 Enterprise or if something else is causing it. "Runtime Error, Microsoft Visual C++ Runtime Library Runtime Error! Program: ...ram Files (x86)Ascentive\Performance Center\APCMain.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." This is my personal pc. I made no changes to my settings or other programs so I don't know what's causing it. How can this be fixed? -- Denise ~ If you don't know where you came from, you won't know where you're going.
3.Run-time template list definition / Run-time variable type definition
Hi there, Sorry for the double subject but I feel they are related. I'm not pretty sure there would be an answer but I reckon there must be a way to make it work. I would like to write the following bit of code: 8<---------------------------- Foo<> * myFoo = NULL; // Foo is a templated class. if (condition1) { myFoo = new Foo<double>(parameters); } else { myFoo = new Foo<long>(parameters); } processFoo(myFoo); 8<---------------------------- This version is obviously illegal. Have you any ideas for an alternative? i.e. declaring the template list of my templated class at run time? I'm looking for a way to do some run-time polymorphism at run-time with templates. Can I define the template class is derivated from an other class (similar to an interface in java) or the template will raise conflicts? Is there a nicer solution? Thanks for your help, PY
4.Differences in error handling between Design-Time and Run-Time
Hello, I've just written, my first .NET Windows application and I've noticed that when running my App in the design time enviroment the error handling works like this: Say I've gat a method called Import that opens a form frmReplace. Import has error handling but frmReplace_Load does not. In Design-Time enviroment if an error occurrs in frmReplace_Load the exception passes back to Import and is handled appropriately. HOWEVER. In the Run-Time enviroment the exception in frmReplace_Load is not passed back to Import and an unhandled exception occurrs forcing me to quit the app. So my question is, how do I make the design-time behave like run-time and vice versa?? Help me! Nick
5.Win32 CS semaphore use by run time library in VC 6.0
Hi, does one knows when and how the crt runtime library and/or stl (but not the mfc) makes use of semaphores with name "Win32 CS" (EnterCriticalSection/LeaveCriticalSection)? Do not have crt source code at hand, so cannot search the source. Juergen,
6. Mystical run time error when putting C# library in COM+ application
Users browsing this forum: No registered users and 51 guest