5,430 Posted Topics

Member Avatar for John_162

I'd get to the Microsoft forums on this one. Or just call it in. https://support.microsoft.com/en-us/help/946205/error-message-when-you-try-to-open-a-compiled-database-file-or-a-compiled-project-file-in-access-2007-this-database-is-in-an-unrecognized-format is errily similar and what I'm finding are machines that are not current with service packs or updates. -> Side note: This is partially why a new ransomware is spreading so quickly.

Member Avatar for John_162
0
285
Member Avatar for Adrian_12

I'm going to not write about easy transfer alternatives here. You can google that but in case you didn't find it, this search: https://www.google.com/search?q=windows+10+easy+transfer+alternatives I will slam Laplink here as the times I used it, what a mess it created. I might nod to Easeus products as folk tell me …

Member Avatar for Marcza
0
457
Member Avatar for davy_yg

I think your question is overly broad. You run the risk of folk telling you to watch https://www.youtube.com/watch?v=tNfGyIW7aHM as such a system would have a lot of machinery (code, apps, systems, payment system, databases and more) in the background. To the uninitiated it might seem like a Rube Goldberg design. …

Member Avatar for AssertNull
0
348
Member Avatar for JohnMcPherson

I don't know what IDE you use but I'd examine the cst() function in depth. I fear there's a few chances that the integers in there are not the right choice. Maybe you should try a ready to use function for float to string? https://www.google.com/search?q=float+to+string finds this has priors to …

Member Avatar for AssertNull
0
489
Member Avatar for Websurfer_1

I went to that site and read a warning about "moving to limited release". This is telling you that it may be deprecated and not something you want to use in a new or old app. Be sure to report bugs at https://github.com/paypal/sdk-packages/issues and hope the authors work on it.

Member Avatar for rproffitt
0
321
Member Avatar for Bijendra_1
Re: php

You may want to put all the posts you made today in a single post but first read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Yes, you didn't ask a question but I bet there was one.

Member Avatar for rubberman
0
154
Member Avatar for Start4me

Code incomplete? I may be missing it but where is arcStart defined, initialized? Also, can you put this up in an online code play ground? Such as https://www.tutorialspoint.com/compile_java8_online.php

Member Avatar for JamesCherrill
0
284
Member Avatar for secrect

I would be guessing the goal here, but when I want to see if a string is in another string I refresh my memory at http://www.cplusplus.com/reference/string/string/find/ In parting, I am unaware of the Bug Language. I would have to guess you meant C++ and don't want to upset you over …

Member Avatar for AssertNull
0
403
Member Avatar for Thomas_32

There's not much on this subject so I'll share a link and watch what happens next. https://gallery.technet.microsoft.com/Encode-and-Decode-a-VB-a480d74c

Member Avatar for Reverend Jim
0
521
Member Avatar for Dave_15

Thanks Dave. That's a deep subject and can have us discuss a wide range of areas such as what is DaniWeb and social expectations. There is a Read Me First at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question that covers a lot of what many members expect of those that post but before you go there, …

Member Avatar for Dani
6
459
Member Avatar for Stefce

That's a lot of things you need to code up. However I just tried https://codepen.io/justinklemm/pen/cDrFo on Chrome on my LG G4 Android phone and after I let it use the camera, I had a video feed onscreen from the camera. So, my advice is to divide up what you need …

Member Avatar for rproffitt
0
7K
Member Avatar for can-mohan

As I read this I have the impression you are new to multiple core systems and how an app can spawn itself to respond to each port handler. That is, all skill levels arrive here so in your app, just go ahead and code your system to handle it as …

Member Avatar for rproffitt
0
560
Member Avatar for kiyo_1
Re: how

It's your choice to debug your code by a debugger or adding more output so you can watch what is going in (more print statements.) Read http://stackoverflow.com/questions/4929251/can-you-step-through-python-code-to-help-debug-issues as a primer on using the debugger.

Member Avatar for samson.dadson.3_1
0
232
Member Avatar for lewashby

I've never seen this happen. We must have had dozens of Android devices since 2009. Maybe the card is bad or needs a fresh format. PS. Adding this with edit. Now I do recall when I tried to pop the 64GB card into an Android that only supported up 32GB. …

Member Avatar for rubberman
0
2K
Member Avatar for Siberian

We've been kicking around network sharing for a long time here. I doubt this time it's DHCP but you can check that by checking the IPs and the netmask. Do that first. With that out of the way the most common reason I'm bumping into is firewalls in the router. …

Member Avatar for rproffitt
0
543
Member Avatar for charlie.kirk.140

Start by explaining how your topic meshes with your table and what you want to do. That is, you can't write an app if you don't know what you want it to perform.

Member Avatar for knarfs
0
174
Member Avatar for mahe_1

I'm not in that country but searches like this are usually done like this: 1. Search with google like this: https://www.google.com/search?q=Oracle+Fusion+Procurement+Online+Training 2. Modify the search to include country if needed but since this is Online Training it may not be necessary to be in country. 3. I read your other …

Member Avatar for rproffitt
0
138
Member Avatar for chrisschristou

> Algorith is a machine that uses kinetic energy in order to produce patterns. I'd use a sort() function next time.

Member Avatar for rproffitt
0
424
Member Avatar for Bijendra_1
Re: HTML

Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and keep in mind each discussion stands on its own. Don't spread your code in more than one discussion and hope folk will pull it together and guess what your questions are.

Member Avatar for rproffitt
0
86
Member Avatar for UI

I have a bad feeling about this. Robots, code forcing likes? Bad robot, sit, stay. PS. Adding with edit. This is a bad idea in my opinion since it sounds like you seem to want to robotically create likes. If folk were able to do this than it's a useless …

Member Avatar for diafol
0
1K
Member Avatar for kim_boto

> February 2013, Microsoft announced that SQL Server Compact Edition had been deprecated. Many systems need longer life spans so your choice to start with a deprecated product.

Member Avatar for rubberman
0
95
Member Avatar for DobyMoby

Can you clarify what line 3 is? I get the Me but what is Selista2BindingSource? It's not a stock thing in VB.net so tell more.

Member Avatar for rproffitt
0
458
Member Avatar for massivefermion

I have to guess the issue is speed. If speed is the issue, create your app natively with Android Studio. If you want a web app, you go that way if that's your goal. In short, pick your goals, find tools, go at it.

Member Avatar for rproffitt
0
655
Member Avatar for Jàck_23

@Jack, you can catch up and learn that skill with tutorials. I see them with this search. https://www.google.com/search?q=psuedocode+tutorial My quick answer is that psudocode is you writing down the steps to complete your task. In life you do this all the time. If you need to wash the dishes, you …

Member Avatar for JamesCherrill
0
695
Member Avatar for Giga_1

I see this is your first post. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question before you reply. Now let's see your work so far and tell what's stopping you from completing your app. Also be sure to ask a question. Some folk dump and run and you're never sure what the question was.

Member Avatar for Reverend Jim
0
116
Member Avatar for soph2602

I do not know if this is the answer. Read https://github.com/AsgardCms/Platform/issues/271 about a command to run after install and later comments.

Member Avatar for cereal
0
998
Member Avatar for Swapna_2

Just to check this out I read a few articles with https://www.google.com/search?q=What+is+the+SEO+impact+of+migrating+from+http+to+https%3F so my takeaway is you should do the same.

Member Avatar for rproffitt
0
217
Member Avatar for Rajan_7

As a researcher you would find papers, web articles and more. But if I take your prior question at https://www.daniweb.com/programming/software-development/threads/508276/what-is-the-scope-of-advanced-embedded-system into the view I have to wonder where you are in your schooling. Tell me a little more so I can give you a better direction. I'm just someone that …

Member Avatar for rubberman
0
305
Member Avatar for _1_14
Member Avatar for This_1

> see the **processor's state** as you run and single-step your code. Full document at http://fab.cba.mit.edu/classes/863.03/topics/electronics/microcontroller/stuff/mplabtut.pdf Be sure to show the "Special Function Registers Window".

Member Avatar for xrjf
0
274
Member Avatar for Lynet

I'm going to write don't do this. To maintain speed, almost all networking is done in C or maybe, C++. It's rarely done in something like Python. > Python for quick things like the systems program shown or for prototyping C programs, and C for programs where the time taken …

Member Avatar for rproffitt
-1
195
Member Avatar for AssertNull

Well it's a legit language but for many reasons you rarely see it in the wild. And given it's not something your average code monkey can't deal with, it's best left to the curious. Here's an online visualizer. http://fatiherikli.github.io/brain####-visualizer/#

Member Avatar for stephenlangton
0
467
Member Avatar for phphp

Nod to ransomware. As most programmers know, now is when your backups really count. We only lose what we didn't backup.

Member Avatar for Josh Ross
0
405
Member Avatar for it@61@sec

This looks like it was kicked around before. Here's how I found the prior posts on this. https://www.google.com/search?q=With+three+such+outcomes+I+have+27+combinations

Member Avatar for AssertNull
0
1K
Member Avatar for Leeroy_1

Hi Leeroy, Your post sounds like you are putting this up for hire. Finish your post with how much your are paying, what currency and more. Also, be sure to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question in case this wasn't a job you were shopping out.

Member Avatar for rubberman
0
2K
Member Avatar for annya

I have to assume you are using the standard Android Studio here. Read https://developer.android.com/studio/debug/index.html about how you debug either by setting breakpoints, single stepping and using the system log. These are basic developer skills that you will have to develop and use to find where the issue is.

Member Avatar for rproffitt
0
1K
Member Avatar for Borzoi

For me it depends on what I see and what tools I have. If I can get my pliers on the head I can apply a little more torque than a screwdriver. https://www.google.com/search?q=removing+a+stubborn+screw finds a Wiki-How on screw extraction using the hammer method as well.

Member Avatar for Borzoi
0
650
Member Avatar for PS189

Tell more. There is some issue if you put folders in Windows or such. So next time drop it in a new user's folder and then don't use File Exporer. Use the command line (DIR /A).

Member Avatar for rproffitt
0
526
Member Avatar for CS_GUY1234

Read the reply at https://www.daniweb.com/programming/computer-science/threads/508547/need-help-with-a-graphics-sorter I think you need to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question FIRST. I don't mind looking at the line of code you say is problematic or for advice on algorithm but here you seem to be dumping code. You need to do more and add what the issue is …

Member Avatar for rproffitt
0
369
Member Avatar for Metrikhive

I would start by reducing the number of errors in your code. Read https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.metrikhive.in%2F

Member Avatar for Metrikhive
0
297
Member Avatar for TECH_8

https://www.google.com/search?q=joydev.ko+kernel+module+for+lenovo+k5+vibe&ie=utf-8&oe=utf-8 seems to find some cross posting and down votes but when I think Android kernals, I'm on XDA Forums.

Member Avatar for rubberman
0
582
Member Avatar for omprakash_1

While some answer "line by line" others note the issue of cognitive dissonance. That is, at some point you back up to what you were trying to do and implement it in the language you need it to be in.

Member Avatar for rproffitt
0
327
Member Avatar for Sammie_1

I have to give a nod to priors on this one. Here's how I'd do my research. https://www.google.com/search?q=c%23+Web+Browser+-+How+do+I+set+a+custom+useragent

Member Avatar for rproffitt
0
1K
Member Avatar for Siberian

You must be writing about Windows sharing. Unless you are on a Windows Server OS, the list is only of the accounts the "server" knows about. I'll dismiss the scenario of a Windows Client sharing when it's on a domain (just to keep it clear that's a different scenario.) So …

Member Avatar for rproffitt
0
2K
Member Avatar for Heather_6

Be sure to make others aware if you are crossposting. Is this you at http://www.dreamincode.net/forums/topic/403609-need-help-putting-together-forest-program/ Also, is it this assignment? [This is the cache of the assignment I found.](http://webcache.googleusercontent.com/search?q=cache:D_Nbj8USk9YJ:csta.villanova.edu/bitstream/2378/323/1/Forestry.html+&cd=2&hl=en&ct=clnk&gl=us) Did you forget to mention the following requirement? "You must ... Do an object oriented analysis and design " If you …

Member Avatar for ignacio.camachoortiz
0
448
Member Avatar for Luke_6

You need to work harder on your posts. Don't try to use short text message codes, we can read it all here. http://www.game-debate.com/hardware/index.php?pid=15&moboList=Core%202%20Duo%20E8400%203.0GHz shows a list. Can you find any of those today? As you find them, put them on your Excel sheet and when you find them all sort …

Member Avatar for rproffitt
-1
550
Member Avatar for Supremo_1

All skill levels arrive here. But to learn how to program is something you start small and work your way up to your big app. Or you take your big app and break it down to pieces you can solve. Can't solve a piece? Break it down to smaller steps …

Member Avatar for rproffitt
0
178
Member Avatar for yosri_1

Visual Studio let's me single step code here. I think you need to use this (single step) to find which line blew up. Few will duplicate your project and can't since they don't have your system, so let's have you point out which line blew up. Note: Edited for grammar.

Member Avatar for rproffitt
0
3K
Member Avatar for Lena_1

Welcome to the forums. Here you'll share your code and point to where you are having an issue on such and such a line. Maybe there are homework forums but here, you share your code and members try to resolve the error. If we wrote your code, you would not …

Member Avatar for Tarek_2
0
386
Member Avatar for Syed Suleman

That sounds like a class assignment. What was taught before leads up to a big assignment. Go over the class notes and books that work up to this assignment. If you skipped all that work before you may want to bow out of this class and try it again next …

Member Avatar for Tarek_2
0
182

The End.