5,430 Posted Topics
Re: [It compiles so ship it?](https://www.spkaa.com/wp-content/uploads/2015/10/It_Compiles_Ship_It.png) Compilers can't mind read yet so logic errors compile without any feedback to you. | |
Re: The error was clear, and in fact you did use it uninitialized. See line 71 up to 74? You shouldn't use this until you put something in there. | |
Re: This sounds like your standard crash. Now that you know the generic reset, you move to another area. Are you keeping up your maintenance? *Canned air on the vents every 1st of the month.* | |
There's a lot of chatter about W10 but just tripped over this due a complaint about network speed fluctuations. Here's a google about what I turned off. https://www.google.com/#q=disable+windows+10+sharing+updates | |
Re: There are priors to this question. That is, it's not a new question with maybe too many priors. https://www.google.com/search?q=how+to+use+Visual+studio+c%2Fc%2B%2B+compiler+in+eclipse&ie=utf-8&oe=utf-8 is what I used to find those priors. | |
Re: Did you try old Linux "file" command? Doc in manpages or http://linux.die.net/man/1/file and likely other places. | |
Re: That has a 350W PSU with undocumented "rails." Because we don't have particulars you need to see if the PSU is a single rail. If so, a nod to the Nvidia 950 cards as this should be fine. If it's some split rail PSU then a nod to the Nvidia … | |
Re: Your post tag is "logo" so off I went to http://www.calormen.com/jslogo/ and this isn't logo. Add more detail about this code and add more tags. | |
![]() | Re: I can see where folk get lost on such an endeavor. To me that would be no less than 3 apps. But one of them might be used by all 3 platforms. If you created an email client on a web page then you hit all platforms with one app. … |
Re: My first look at the HTML about line 14 writes "indexServlet" but the Java file name is "indexSerlvet". That could be a problem. indexServlet ≠ indexSerlvet | |
Re: Where I live, such laptops cost more and I get less for my money. This is why I buy a good laptop and install the OS of choice if I were to do this. | |
Re: I heard a debate that Facebook somehow tapped into human consciousness. Then again, now I'm hearing that is for old people. | |
Re: Ouch. Here we learned long ago we would create our iOS apps on an Apple computer. Our devs use most Macbook Pro's and the dev system is free from Apple. There are docs and more over at Apple.com. Once in a while you find folk pining for a NPL (non-programming-language) … | |
Re: Same here. The compiler does indeed max out on CPU and RAM. I think that's a good thing as we don't have to wait as long for a compile. But more about the simulator. There are tomes on the web about using an x86 based Android in the Simulator along … | |
Re: I took a quick look at Godaddy's website builder. It does tables. How ? https://www.godaddy.com/help/adding-tables-and-forms-7685 And I took a look on how to send the email with that form data. How ? https://www.godaddy.com/help/specifying-email-address-in-a-form-5217 Finally I looked for how to add a checkbox with the Godaddy website builder. Try https://www.godaddy.com/help/adding-form-elements-3035 | |
Re: To sniff this out, add something like print count($offerid) after line 1 to see what you have there. | |
Re: Did Dell ever broach the subject of Bluetooth and WiFi coexistance? For reference look at figure 2 of http://www.marvell.com/wireless/assets/Marvell-WiFi-Bluetooth-Coexistence.pdf Since that system uses a single FEM it's not going to do Bluetooth and WiFi at the same time even if the 2 systems are on different channels. If Dell didn't … | |
Re: I haven't seen this lag. But I have run into far too many instances where someone installs Windows (pick any version) and doesn't have a solid install plan. I take it by your post this is not a ready to use PC but one that was built. Sorry if I … | |
Re: Why not use Apple's instructions to erase and install? https://support.apple.com/en-au/HT204904 | |
Re: @OP. While your question is mangled, it may have prior discussions. Example: https://www.google.com/#q=How+can+I+secure+my+C%23+application | |
Re: At the office we don't try to move entirely to Linux for many reasons. Since we make our bread and butter on being efficient we use the Windows machines for the Windows app development and Linux machines for its development. We did have a fellow that wanted to move entirely … | |
Re: When this happens to me (does not matter which language) I test my SQL command string at the command prompt. I can't know which SQL you are using but almost all have a terminal interface. In your IDE, break at link 4 of the button click code and get the … | |
Re: That could make for a very dated web site. Add the fact you want it to work on next gen devices like 4K displays (nit: running into few 4K displays, most are UHD!), my bet is you need to use features that blow IE9 out of the water. Check your … | |
Re: Why does this look similar to: http://stackoverflow.com/questions/36489368/moving-a-circle-using-seeking-steering-algorithm-mips-assembly and http://stackoverflow.com/questions/36346284/only-dots-showing-mips-assembly-bresenham-algorithm I think the advice so far is spot on. Single step and see where it goes off the rails. | |
Re: Well, a [multiline text box](https://www.google.com/#q=multiline+html+textibox) could do that. And your PHP parses the text to what final use you have in mind. There doesn't seem to be much going on here except you may have forgotten about text box options when you crafted your web page. | |
Re: There's a few problems with that question. 1. You already asked it in this site. 2. http://stackoverflow.com/questions/36430889/looking-for-opus-codec-wrapper-for-delphi closed it for the reason they stated. 3. The second hit on google http://www.pretentiousname.com/pnop_source/ claims to have it in Delphi plus source if you don't like its implementation. | |
Re: @Apolonian. YES. Just look at what's on Steam and 2D scrollers etc. that look like throwbacks to the days of Pong to DK are still there. | |
Re: As to the collection of your NAME, AGE and such, that's basic PHP so moving on. https://www.google.com/#q=php+write+to+word+document shows it needs some addon or lib. If I was doing this I'd split the problem into two pieces. The registration which you write you are creating (but didn't share what's wrong with … | |
Re: Must it be a textbook? Cisco notes an elearning course at http://www.cisco.com/c/en/us/training-events/training-certifications/exams/current-list/iins-210-260.html#~Train | |
Re: @OP, this looks like a pretty well discussed question. I see the priors at https://www.google.com/search?q=How+do+I+join+lists+of+strings+from+2+listboxes&ie=utf-8&oe=utf-8 | |
Re: Here's what I found on the web https://www.google.com/search?q=Write+a+program+that+allows+two+players+to+play+a+game+of+tic+tac+toe.+Use+a+two-dimensional+char+array+with+three+rows+and+three+columns+as+the+game+&ie=utf-8&oe=utf-8 Why not use prior answers since they are out there. Unless this is homework and then you should do this on your own. | |
Re: What is the question here? You may want to try to add what this is about. | |
Re: While I did help way back when with a SQL Server 2008, your post is unreadable. But it appears your backup and restore procedures are broken as well. These backup and restore procedures are written down, tested and put alongside your disaster recovery plan for the day things go terribly … | |
Re: That looks like good old ZIP. Did you try bog standard C# zippers and unzippers? Read from https://www.google.com/#q=unzip+in+c%23 | |
Re: I'll write I looked into this not long ago using HTML5's video support. There are now many example HTML5 code examples but the encoding of the video must be something supported by HTML5. The big problem of MP4 is this: "MPEG-4 Part 14 or MP4 is a digital multimedia container … | |
Re: Blast from the past here. I remember this from old CAD days. We would use such systems to make the graphics portable and then the complaints about the "bloat." Well, if fluff and white space isn't enough how would an minimizer do to make it smaller? Good question but if … | |
Re: I'd rewrite lines 1 and 2 so you read lines as you process them. Example at http://www.dotnetperls.com/file-readlines Sorry that I was unclear. The line one in my reading read one single line. Time to rewrite this. | |
Re: First thought, after line 10 in top code paste, send a CR and maybe a LF. | |
Re: Doesn't line 12 look funny to you? Also, https://www.google.com/search?q=dont-use-select-star-in-production is worth repeating. I know, I know they teach you SELECT * But you can do better. | |
Re: I'm going with no. Example? "On the Password restrictions, it is enforced by the domain controller." so when you don't have the PDC, that restriction is lost. I'm sure there are more examples so you'll have to research each policy item to see if it sticks or not. | |
Re: Why do that? https://www.google.com/#q=fsm+simulator finds ready to use FSM simulators. If you wanted to write your own, you design it, then code it, debug it and more. You have part of your design here but stopped short of writing an app. | |
Re: Frankly, if I was going to write Win32 Apps I'd head straight to Visual Studio. Since there are free versions for C++ and C# there's not much reason to deal with getting other dev systems to work. Yes, there are some that abhor all things Microsoft but here you are … | |
Re: Martin, wasn't that disallowed years ago? Example: https://www.google.com/search?q=javascript+cannot+close+windows+willy-nilly | |
Re: As I read https://www.google.com/#q=php+email+reader+from+microsoft+exchange+server the answer looks to be yes. But. Isn't there always a but? It appears you would also be in control of your Exchange Server to tweak that end as well. In fact, the top 10 finds include some ticket systems. | |
Re: This issue is over a decade old. http://www.experts-exchange.com/questions/21403913/Can-VB-tell-the-correct-state-of-an-Access-database.html seems a nice summary of what happens next. Did you or your IT be good about backups and recovery? | |
Re: For Opera you would ask in the Opera forums. It sounds to me that you are accepting defaults. READ http://forums.opera.com/discussion/1833452/e-mail-folders-and-program-software-in-the-same-main-folder-on-drive-d-how-can-this-be-done/p1 to see many install options and how one controls Opera install target drives and folders. As to your question, it's overly broad. That is, we solve this app by app. | |
Re: I did a google search and there are papers and source code out there on this. I also find books like http://www.amazon.com/Peer---Peer-Computing-Applications-Computational/dp/1439809348/ if that's your medium of choice. It looks to me that nothing is hidden here and you don't need a book but time and content. | |
Re: I agree. Never bork with systems like that. And then, where's the backup copy if you borked it too hard? Beginner: No backups. Not beginner: Backup. Pro: Backups. Seasoned Pro: So many backups. Burnt out Pro: No backups. | |
Re: I think you need to step back a second and think that this is not C++. for loops in python are different. They move through what's after the key word "in". So to see what it will iterate through, list that range(10). Try this one liner in python list(range(10)) Now … | |
Re: The thing is that Audible, as far as I know protects that encoding. Just like we read at http://stackoverflow.com/questions/253898/how-do-i-create-a-kindle-and-ipod-compatible-audiobook-file-with-section-markers Now if you could reveal if you have some ipod or such, maybe we can find a way to play it with little or no conversion. |
The End.