|
Nice Brisingr ! with not too much work you could publish it as an article here (I know Im bookmarking it or squirreling this code away)
|
|
|
|
|
I am planning on writing an article on the library when I get it closer to completion. That may be a while, though.
What do you get when you cross a joke with a rhetorical question?
The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism.
Do questions with multiple question marks annoy you???
|
|
|
|
|
interesting....
though I thought of handling the AppDomain.CurrentDomain.AssemblyResolve event and load my assembly with a path of my choosing.
Finding out whether the app is running as x86, x64, arm with GetType().Module.GetPEKind(out pek, out ifm);
|
|
|
|
|
Hi guys ! I need suggestion for making a semester project. Can anyone give a source code of some exception c program that can run in visual studio 2013 ultimate.
Please help me out with it,quickly.
|
|
|
|
|
Sorry, this site does not provide code to order, especially for homework projects.
|
|
|
|
|
you can not even give an idea ?????
|
|
|
|
|
OK, create a program to store account and password details in encrypted form.
|
|
|
|
|
will you guide me a bit about it ? please
|
|
|
|
|
If you do not even know where to start with your project then I suggest you go and talk to your teacher about it.
|
|
|
|
|
well if its just a semester project you can make some management application like for a shopping centre ,or a library .There are many options
|
|
|
|
|
Hi Everyone I am trying to compile my assignment but I am having some problem with compiling I believe that something about line 24-27
This is the error message
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Debug Error!
Program: ...2015\Projects\OCC\IC20_AdamsLotApp\Debug\IC20_AdamsLotApp.exe
abort() has been called
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
modified 10-Nov-15 17:41pm.
|
|
|
|
|
You need to use the debugger to gather more information, especially about the content of the variables that may cause the error. Also please mark the lines where the error occurs.
|
|
|
|
|
Please check out the image below
http://i.imgur.com/NeaItgZ.jpg
|
|
|
|
|
Very interesting; what does it mean?
|
|
|
|
|
|
If you really want help with this issue then please do what I suggested in my first response.
|
|
|
|
|
I have attached the image please check out and let me know what you need
|
|
|
|
|
I mean you need to run your program under the debugger to trap exactly where the error occurs, what the error is, and what variables, pointers etc. are possibly causing the fault. Without that information it is impossible to guess what may be going wrong.
|
|
|
|
|
http://i.imgur.com/mkoBXWc.jpg
please check out the image
|
|
|
|
|
That is as a good as sending a picture of your care and saying "it won't start".
|
|
|
|
|
http://i.imgur.com/vO4uFTL.jpg
Look at this error message DO I have any mistake by using enum ? i guess ?
|
|
|
|
|
Don't you have and compiler ? Why don't you just compile and debug the code ?
|
|
|
|
|
Member 12035138 wrote: Why don't you just compile and debug the code ? Why don't you? Seriously, this site is here to help when you have problems, but it is up to you to gather the correct information. We cannot do everyone's work for them.
|
|
|
|
|
I shared the code and error message what else you need ? If you cant help just tell type here it's not big deal
|
|
|
|
|
Member 12035138 wrote: what else you need ? I have told you more than once what we need. Create a proper debug version of your code, then run it in the debugger in order to gather proper information.
|
|
|
|