473,804 Members | 3,200 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C++ Runtime error while registering a DLL!

Hi,

I have a Deskband project that builds a DLL. When I
register the DLL, I get the usual success dialog, but i
also get "Visual C++ RunTime error" that says "This
application has requested the Runtime to terminate in an
unusual way. Please request product support for this
application."

I noticed that DLL has unloaded at this point. Also, my
DLLRegisterServ er is wizard generated and didn't add any
code to it.

Any ideas?

Thanks
Venkatesh
Jul 19 '05 #1
3 7808
"Rao Kachibhotla" <ra************ *@hotmail.com> wrote...
I have a Deskband project that builds a DLL. When I
register the DLL, I get the usual success dialog, but i
also get "Visual C++ RunTime error" that says "This
application has requested the Runtime to terminate in an
unusual way. Please request product support for this
application."

I noticed that DLL has unloaded at this point. Also, my
DLLRegisterServ er is wizard generated and didn't add any
code to it.

Any ideas?


When there is a run-time message like the one you are
getting, it is likely there is an error in the code. It
is impossible to tell the reason without seeing the code,
as you probably realise. If the code is ridden with MS-
specific stuff and you're somehow mis-using it, you may
want to post to a Windows-specific newsgroup, where DLLs
and stuff pertaining to their initialisation is on topic.

If you think that your code may have an error that has
nothing to do with mis-using MS Windows API, post it here,
we could try helping you locate that rogue pointer or
memory overrun. But no guarantees, hope you understand...

Victor
Jul 19 '05 #2
Rao Kachibhotla <ra************ *@hotmail.com> wrote in message
news:15******** *************** ***@posting.goo gle.com...
Hi,

I have a Deskband project that builds a DLL. When I
register the DLL, I get the usual success dialog, but i
also get "Visual C++ RunTime error" that says "This
application has requested the Runtime to terminate in an
unusual way. Please request product support for this
application."

I noticed that DLL has unloaded at this point. Also, my
DLLRegisterServ er is wizard generated and didn't add any
code to it.

Any ideas?


Yes. Read the message again. Particularly the part that
says: "Please request product support for this application."

This has nothing to do with C++.

-Mike

Jul 19 '05 #3
Mike Wahler wrote:
Rao Kachibhotla <ra************ *@hotmail.com> wrote in message
news:15******** *************** ***@posting.goo gle.com...
Hi,

I have a Deskband project that builds a DLL. When I
register the DLL, I get the usual success dialog, but i
also get "Visual C++ RunTime error" that says "This
application has requested the Runtime to terminate in an
unusual way. Please request product support for this
application ."

I noticed that DLL has unloaded at this point. Also, my
DLLRegisterSe rver is wizard generated and didn't add any
code to it.

Any ideas?

Yes. Read the message again. Particularly the part that
says: "Please request product support for this application."


Except in this case wouldn't he be attempting to get support from
himself? :P If I understand correctly the error was generated by
windows about his program so it might be rather pointless to ask for
product support from the vendor of the application :P

Of course that doesn't make the Q on topic but it is funny.

NR

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6180
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
6
9068
by: Reinhard Lehner | last post by:
Hi there! I spent the last week trying to fix this problem - I am always getting an error when trying to run an application (WinForms or PPC) out of Visual Studio IDE: 'Error while trying to run project: Unable to start debugging.' 'The debugger is not properly installed. Run setup to install or repair the debugger.'
4
10879
by: ffhansix | last post by:
Hi, I am trying to reference a COM component (.dll) from Visual Studio 2005 in my windows application in C# by adding a reference to a third party.dll file (tried .type library also), and i get this error from the compiler when trying to compile the solution. Does anyone know why this occurs, and how it can be resloved, i would be very grateful indeed.
12
5917
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 when I selected 'Publish Web Site' and selected a target location to place it in, it placed the following files in it: All *.aspx files All *.html files
3
6672
PieCook
by: PieCook | last post by:
Error message: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." Basically, I recently purchased a game programming book, and was trying to follow along. The book uses the Allegro game library, and I was trying to configure a Visual C++ 8.0 project to compile and link to the library. First, I installed Allegro 4.2 by copying the lib and include folders to the...
12
6395
by: ARC | last post by:
I'm currently looking at the access developer extensions for creating an MSI installer package for a 2007 runtime app. Couple of observations and questions. 1) Doesn't look like we have the ability to set a packaged file to always overwrite, or never overwrite, unless I'm missing something. This could be a sticking point, as I would always want the program to overwrite on re-installing, but NEVER the back end database. I have a few more...
2
5481
by: Arno R | last post by:
Hi all, I just heard from a sysadmin that there is an error message after installing my Acc97 RT app on a new server. Error message: "Can't open the file mfcans32.dll". Server: Windows Server2003 R2 A Google search learns that this mfcans32.dll seems to be an OLE2ANSI library. The runtime is a Sagekey Access97 RT distribution from yeas ago. Has always worked for me but not this time...
0
1790
by: Peter Van Peborgh | last post by:
I have an app that is built in Access 2002 and packaged with its runtime. When installing it in a Vista PC/laptop, several dialog boxes pop up that require specific answers for the app to install and work OK under Vista. Is there any way to make this installation more straightforward by pre-empting these dialog boxes and/or answering them automatically so that the User does not have to do it himself and probably get it wrong? Here is what I...
2
5571
by: blogman | last post by:
I am getting a Visual studio 2008 IDE application R6034 runtime error. This means that the IDE application is raising the error not the application I am building. This means that Microsoft did not follow its own advice as listed in http://msdn.microsoft.com/en-us/library/ms235560(VS.80).aspx and "build with a manifest". The DLL in question seems to be msvcr8.0.dll which is the VS2005 C runtime DLL. I am not sure why this is an issue in a...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9160
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5654
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3822
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2995
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.