473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

works in shell but invokes memory error in browser

this university project drives me crazy
if anyone could take a look at it...
it's a raw copy, dev status, first c project and bad style
the problem is the " can't read memory 0x0.." error when
it is executed in the browser
http://www.specialsolutions.de/packed.zip
Dec 1 '06 #1
4 1072
Oliver Bleckmann wrote:
this university project drives me crazy
if anyone could take a look at it...
it's a raw copy, dev status, first c project and bad style
the problem is the " can't read memory 0x0.." error when
it is executed in the browser
http://www.specialsolutions.de/packed.zip
I recommend you post your code.
>
Dec 1 '06 #2
On Dec 1, 11:38 am, "Oliver Bleckmann" <Oliver-Bleckm...@freenet.de>
wrote:
this university project drives me crazy
if anyone could take a look at it...
it's a raw copy, dev status, first c project and bad style
If it's C then try comp.lang.c

--
Erik Wikström

Dec 1 '06 #3
I recommend you post your code.
too much, few files and a lib folder...
Dec 1 '06 #4

Oliver Bleckmann wrote:
I recommend you post your code.

too much, few files and a lib folder...
Start chopping out small, self-contained chunks of code, on at a time.
After you remove each one, test the program again. If the problem is
still there, remove the next bit. If the problem goes away, whatever
you last removed was the cause. This process of repeatedly making the
program simpler and simpler is generally a useful one when debugging.
Of course, the opposite is true - when writing up a complex program,
you should write it in small increments, only moving on to the next
step when the previous one is written, tested and fully debugged, but
if you aren't starting from scratch sometimes that isn't possible.

In the process of trimming down your code, one step at a time, one of
two things will happen. Either you will end up with minimal, complete
problem code suitable for posting here for help (see the FAQ link
below), or you will find and fix the problem yourself.

http://www.parashift.com/c++-faq-lit...t.html#faq-5.8

Gavin Deane

Dec 1 '06 #5

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

Similar topics

8
by: Siemel Naran | last post by:
Hi. I'm writing a command shell that reads commands from standard input. At this point I have the command in a std::string. Now I want to execute this command in the shell. From the Borland...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
0
by: axlq | last post by:
While trying to learn the ins and outs of the php CURL library, I decided to write a php script that posts a form on the Chicago Board of Options (CBOE) web site, which returns an ASCII text file. ...
0
by: darryldejesus | last post by:
Do you know how to set up a memory allocation for each database only not entirely for all the databases in a server using MS SQL? the plan is to configure a database to consume up to 500 mb (cache)...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
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...

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.