Terotech.Com Ltd's Q&A profile
Smart Device Development Platform Builder vs VS 2005
Hi, Does anyone know why the Platform Builder default smartphone build takes 15 minutes to load and provide a responsive gui versus the VS 2005 builds (which take a few seconds) Reid That's pretty close. In Platform Builder scenarios, the emulator is launched with a bootloader ROM (eboot.nb0). This boots in a split-second, then downloads the OS ROM image over ethernet at around 1mbit/second. Once the download is finished, the OS must cold-boot. If you have a debug image or KITL-enabled retail image, the boot sequence is slowed down considerably as it communicates back to Platform Builder's debugger, for module-load messages, kernel debug output, etc. In VS 2005 scenarios, the emulator usua ...Show All
Visual Studio 2008 (Pre-release) Create Access .mdb with CreateDatabase possible?
Is it possible to create an MS ACCESS database like so MyData db = new MyData("C:\\MyData.mdb"); db.CreateDatabase(); I succeeded when I created a MyData. mdf with this command, but I got an error when I tried to create an mdb . If this is not the right way, then how can I create an mdb file using LINQ Thanks. LINQ to SQL is currently only built to work with Sql server. When you are asking it to create a file called "MyData.mdb", you are not telling it to create an access database, but rather a SQL express database with the wrong file extension. From all reports, the plan is to ship LINQ with support for SQL server and a provider model which other vendors can use to do their own ...Show All
Windows Forms Working of FindWindow()
HI, Can anyone tell me , how FindWindow("className","DialogName"), works when i use this function with modalless dialogs.................i,e N number of dialogs.....are opened....with same caption then how findwindow() will get the handler to the particular......dialog............THNX in Advance,Sudhakar. hi.............which declaarations are bad.............and wat made u worry about the future.........of MSF T................can u be clear ...Show All
Visual Studio Express Editions Need Example / Advice about using Cameras.
Need Example / Advice about using Cameras. In a very small program using Visual C++ 2005 EE I want to show the input from a "unibrain Fire-i" firewire camera. Q1. What approach should I use If I wish to handle "professional" cameras; Q2. What approach should I use then (Please refer to examples if there are any.) Thanks for any guidance. Hello This forum is for “questions about Visual C++ Express Edition and getting started with C++.” Generic “how do I’ questions should generally be addressed to newsgroups at http://msdn.microsoft.com/newsgroups . Have you look at this http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/usbdriver/default.aspx ...Show All
Visual Studio Express Editions Remove Collapsible Scope?
Is it possible to remove the collapsible options from the editor example, the [-] or [+] for that matter in a situation like this: [-] int Glue::getStickiness() { } GSpangler wrote: Is it possible to remove the collapsible options from the editor For some reason, it's called "outlining." I thought of it as a kind of tree view, but that just shows how far I am from ordinary daily life . Try clicking the VC++ Tools | Options | Text Editor | C/C++ | Formatting and then choose your poison. - Dennis ...Show All
.NET Development Is there a character limit for sending smtp?
Hi all, ive got an access db which uses smtp to fire off emails with the data contained within a number of fields... this has worked fine up until recently where some of the emails are being truncated, therefore is there a character limit when using smtp i can't think of what else mighjt be causing them to truncate. regards greg Hi munkey, You would have to see Limit Message Size to property in Default SMTP Virtual Server Properties. Good Coding! Javier Luna http://guydotnetxmlwebservices.blogspot.com/ ...Show All
Windows Forms pictureBox1_Paint() doesn't draw
Hi, I am making a scrolling text with transparent background. However, the pictureBox1_Paint() seem to draw nothing! Any idea public partial class Form1 : Form { private String drawString = "Sample Text"; private Font drawFont = new Font("Arial", 31); private SolidBrush drawBrush = new SolidBrush(Color.White); private int textX = 0; public Form1() { & ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Official Dev Kit vs. "the XNA thing"
Here goes, The official dev kits intergrate within Visual Studio and compile on PC and send the executable to the machine and launch it via remote debugging. This also allows for breakpoints, steping thru code, etc. Will this new XNA subscription and Game Studio Express be similar to this idea I'm dreading things like relying on Windows support and burning it to a CD to play it on the 360. (For example) Egomancer wrote: I understood that you pay 99$ for 1 year, they make you a FTP account on the XBOX live site or another site where you upload the build. You connect with your XBOX360 there and you dload the game and play it. If I understood wrong please correct me. According to the FAQ: Q: ...Show All
Architecture I don't know what can I extract from my load project
!Hello everyone! I have tested my application, it includes: indigo's service, a little logic based in typed datasets and an Oracle DB. Well, all, included the database, is into a P4 3,2 Ghz, 2gb ram. Only that machine. From my machine I have launched a test, it call an user case which access the DB with little logic. Well, in the test I have only achieved 20 concurrent users without errors (I think that is enough for my app). When I put more concurrent users the problems begins and IIS falls. What I want to know is if in that topology 20 concurrent users is a good number or I should have reach more. Thanks, I don't have experience in load testing and I don't know what expect. you should be able to achive 50 concurre ...Show All
Visual Basic Vb Jobs 1-10 Rate It
Hi, I am Wondering How good a programing job is from 1 to 10. Please don't say it doesn't matter how good you are. I mean in general. 10 being a high ranking Doctor 1 Being A Bk Fast food guy Another thing is that I'm 14 and have been programing for a year, I'm Pretty decent and like making games. I know novice OOP techniques I use VB.net 2003 Also Please Tell me About what the average salary is for a programer in a company right now if you know. Thanx bye take a look around. There arent many VB.NET jobs but rather C# as its an industry standard language and more "professional" but at the end of the day, they both do the same job as it gets compiled down to the same CLR. it really depends on what job you go i ...Show All
SQL Server Foreign characters in email
Hi, My applications sends email using the smtp service. When the service sends the mail, the content has some foreign characters in it. These generally occur when I give forward the mail to someone or when the content has a fullstop. I have given the subscriber's locale as en-us. Below given is the first instance which i am facing. Note: This is an auto-generated mail..Do not reply to this mail.. Above you can see, there are two dots instead of one. Another instance is when I forward the mail: 噉 扮 噉 慬 攽 獵 慬獳伽瑵潬 獳 慥敤 污 晥 剉 ≒  ̄ 慴楢 摮硥 但呎 ? 楓 敺  ̄ 匠  ̄  ̄ 吾 圠 匾 匠 乏 噉 噉 Hi, These are the characters i had mentioned above. ...Show All
Visual Studio Not able to find debug information if we use .pdb file build using Microsoft visual 6 in visual studio 2005.
When I tried to use Microsoft visual 6 built .dll and .pdb while debugging in microsoft visual studio 2005, was not able to see the debug information such as parameter values. I want to know what settings I have to do in Microsoft visual studio 2005 so that I can view the debug information. Thanks and regards vindya Vindya, In some cases the older style PDBs cannot be read by VS 2005. Specifically if the older 6.0 pdb was built using separate types. This would have been done using the linker cmdline option /pdbtype:sept for instance. Try rebuilding that DLL without this option and use it instead. Hope that helps. Azeem Khan Visual Studio Debugger. ...Show All
Visual C++ When can I use my WSABUF and overlapped structures when using WSASendTo on an overlapped socket
When calling WSASendto on a UDP socket that is overlapped it is difficult to get the right understanding from the documentation provided in MSDN. The question is, will WSASento copy the content of my WSABUF's so I can use them again (Even before the complete routine and the event is signalled) According to http://windowssdk.msdn.microsoft.com/en-us/library/ms741693.aspx this is the case: "The array of WSABUF structures indicated by the lpBuffers parameter is transient. If this operation is completed in an overlapped manner, it is the service provider must capture these WSABUF structures before returning from this call. This enables applications to build stack-based WSABUF arrays." But reading a Microsoft book in c ...Show All
Visual Studio Team System Default value for not listed values in dependent pick lists
Is it possible to have a default pick list for all not-listed values of a field in a field condition (Like the default case in a switch statement) E.g.: <FIELD refname=MyCorp.ProblemType" name="Problem Type" type="String"> <WHEN field="MyCorp.ProblemCharacteristic" value="Documentation"> <ALLOWEDVALUES> <LISTITEM value="Spelling Error" /> <LISTITEM value="Bad Format" /> </ALLOWEDVALUES> </WHEN> <WHEN field="MyCorp.ProblemCharacteristic" value=" -- all possible values not listed above -- "> <ALLOWEDVALUES> <GLOBALLIST name=" Glist_DefaultValues " /> ...Show All
Visual Studio Moving my project to another pc
Recently I copied my project folder over to a new PC. When I ran the new project I noticed that the ToolBox no longer had my tableadapters in it. Anyone know how to get them back Regards make sure you copied the entire project folder over. Make sure the xsd, xsc and xss files are copied along with it, as these appear to be the Internal dataset info, could be one reason for not displaying it in the toolbox - im unsure. does the project compile however ...Show All
