Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
errors
- Page 1
Re: Error LNK1104 when debugging
Programming
Software Development
4 Days Ago
by Mr.M
… project does run successful but if I remove `0;//` the
errors
are returned which the first one says missing`)` before `;` but… is there, if I add it again it return 103
errors
and complain of the `)` that I've added.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… your **server logs** for any sudden increase in 404
errors
or server
errors
? That rapid deindexing suggests that Google is being blocked…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by Dani
… anything out of the ordinary such as 4xx or 5xx
errors
. I posted yesterday in the Google Webmaster Central forums and…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… anything out of the ordinary such as 4xx or 5xx
errors
. > > I posted yesterday in the Google Webmaster Central…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks Ago
by toneewa
I like the challenge, but hate when
errors
like these occur. Check for a syntax error on line …
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
… cause the issue. Does that sound familiar? However, the compiler
errors
still point to some .lib or .dll file(s), function…
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by thasleemahashim
SEO is slow by nature. While some small changes (like better titles or fixing technical
errors
) may show results in a few weeks, full impact often takes 3–6 months depending on competition and your site's authority.
Re: Error LNK1104 when debugging
Programming
Software Development
1 Month Ago
by rproffitt
Since the file is not generated, try a full compile. Be sure you change to Debug for this build. You usually can't debug what you didn't compile. Example: There were compile or build
errors
which stopped the creation of the .exe file. But no mention of compile
errors
so I wouldn't write about that here.
Re: Custom font on Cloudflare error page
Programming
Web Development
2 Months Ago
by wwwalker
I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-
errors
/
Re: Why am I getting a 401 Unauthorized error when calling the Management API?
Programming
Web Development
1 Month Ago
by Dani
… SEO guy who linked to a blog article about 401
errors
on an SEO firm's website. The link to that…
Re: Why am I getting a 401 Unauthorized error when calling the Management API?
Programming
Web Development
1 Month Ago
by Dani
> I feel like the solution might be in that blog It's not. The blog article whose link was snipped has nothing to do with API authorization
errors
.
Re: What are some common financial challenges startups face ?
Programming
Web Development
1 Month Ago
by Bavadharani_1
Challenges include: Cash flow mismanagement Tax compliance Budgeting
errors
Unprotected IP Wealth Empires solves all of these with expert services like: Accurate bookkeeping GST compliance Tax planning Trademark protection
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by jassonadder
Hey! Great job getting started with Python—your logic is almost there, just a couple of small fixes needed. The main issue is that you're using the variable timesflipped in your while loop, but it was never initialized. Because of that, the loop never runs properly, and your counters don't change. Here's a corrected version of your code:…
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by Dani
> Presumably bumping every "coinflip" post to spam their URL Nothing wrong with that!! I'll take a trillion helpful posts if all someone wants in exchange is a free signature link back to their website (that only shows up for logged in members, so no SEO incentive).
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by woooee
while timesflipped < 100: timesflipped += 1 Use a for loop instead. if coin_flips == 0: And no need to add the == 0. Just *if coin_flips* (i.e. not zero) is enough
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by Reverend Jim
When you want to do a loop a given number of times (e.g. 100) but the loop counter is not used you can do for _ in range(100): # rest of code here
Re: Errors in Java programming
Programming
Software Development
16 Years Ago
by BestJewSinceJC
Errors
- Syntax/compiler
errors
, Runtime
errors
, Logic
errors
There you go. Now you can look them up and learn about them on your own.
Re: Errors in C++ program
Programming
Software Development
15 Years Ago
by dhruv_arora
Errors
I am getting are :- [CODE]--------------------Configuration: petShop - Win32 Debug-------------------- Compiling... …
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
… somethin stupid i forgot so dont worry about thoes
errors
now the only
errors
im gettin are 'values' : cannot convert parameter 1… that same thing for every function. i never understand these
errors
and this one error C2084: function '__thiscall Array::~Array(void…
Errors again
Programming
Software Development
15 Years Ago
by emcyroyale
… got a lot of advice. But there are 3 more
errors
that persist after I changed the code a bit. Anyone… know whats wrong? Here are the
errors
: 1>------ Build started: Project: circle, Configuration: Debug Win32 ------ 1…
Errors !!
Programming
Software Development
10 Years Ago
by shahera.arafat
….h) This is the code and it gives me these
errors
>>which confused me alot >>what are… these
errors
?!! and what is the problem ?!! Error 3 error C4430: missing…
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
[code]void main()[/code] That is the first problem -- it must be [code]int main() [/code] Please identifiy other
errors
you are getting so that we don't have to compile your code. List some of the
errors
.
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
…; obj.values(arrayA, arrayB, &aptr); [/code] Most of the
errors
you posted seem to be pretty clear about what is… but man i didnt know i have something that explains
errors
more how do i get tp the compiler documentation?
Errors...can you help.
Hardware and Software
Microsoft Windows
20 Years Ago
by mikeyinchicago
Hey All, I keep getting 2 different
errors
that I can't seem to fix on my Dell …
Errors help
Programming
Software Development
19 Years Ago
by tyczj
i have
errors
and i dont know y im gettin them here is …
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
im gettin
errors
saying that the function calls in the main are undeclaired identifyers
Re: Errors help
Programming
Software Development
19 Years Ago
by tyczj
here are the
errors
that im gettin with the part that it points to …
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
…; obj.values(arrayA, arrayB, &aptr); [/code] Most of the
errors
you posted seem to be pretty clear about what is…
Re: Errors help
Programming
Software Development
19 Years Ago
by Ancient Dragon
… that you may be using Microsoft Visual C++ -- all their
errors
are explained at [url]www.msdn.microsoft.com[/url]. Just…
errors
Programming
Software Development
19 Years Ago
by Embeza
Hi guys, I am a new programmer. While running ASP.NET on my PC, it says "localhost/.......500
errors
..." What is the problem and the solution for this? thank you with regards
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC